|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmppStanza | |
com.realtime.xmpp | |
com.realtime.xmpp.dom | |
com.realtime.xmpp.types | |
com.realtime.xmpp.util |
Uses of XmppStanza in com.realtime.xmpp |
Methods in com.realtime.xmpp with parameters of type XmppStanza | |
void |
XmppEndpoint.send(XmppStanza packet)
Send a packet to the Jabber server. |
Uses of XmppStanza in com.realtime.xmpp.dom |
Classes in com.realtime.xmpp.dom that implement XmppStanza | |
class |
XmppWrapper
Wrap an Element to make it appear as an XmppQuery. |
Methods in com.realtime.xmpp.dom that return XmppStanza | |
static XmppStanza |
DomPacketFactory.createPresenceStatus(java.lang.String sFrom,
java.lang.String sTo,
java.lang.String sStatus)
Create a presence status packet. |
Methods in com.realtime.xmpp.dom with parameters of type XmppStanza | |
protected boolean |
DomPacketRouter.send(XmppStanza packet)
Send a response packet and consume any errors. |
void |
DomComponent.send(XmppStanza packet)
Send a packet to the Jabber server. |
Uses of XmppStanza in com.realtime.xmpp.types |
Subinterfaces of XmppStanza in com.realtime.xmpp.types | |
interface |
XmppMessage
Defines expected attributes for an XMPP message. |
interface |
XmppQuery
Extends the basic XMPP stanza by requiring an 'id' field which will be used to match the expected response to this query. |
Uses of XmppStanza in com.realtime.xmpp.util |
Classes in com.realtime.xmpp.util that implement XmppStanza | |
class |
HandshakeRequest
Simple class to represent the Handshake XMPP packet for Jabber accept components. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |