| Class | Description |
---|
| AbstractJID |
This is a base class for the JID (Jabber Identifier) classes. |
| Browser |
XEP-0030: Service Discovery
This class provides a means of querying for available services on an XMPP
server using the Disco protocol extension. |
| EscapedJID |
This class provides access to a JID (Jabber ID) in escaped form. |
| InBandRegistrator |
Manager for XEP-0077: In-Band Registration
Once the connection has been established and the server has provided feature
information, check XMPPConnection.registrationSupported before trying to use
the registration.
|
| UnescapedJID |
This class provides access to a JID (Jabber ID) in unescaped form. |
| XMPPBOSHConnection |
XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and
XEP-0206: XMPP Over BOSH. |
| XMPPConnection |
This class is used to connect to and manage data coming from an XMPP server. |
| XMPPRTMPConnection |
A child of XMPPConnection, this class makes use of the
Flash RTMP connection instead of the Socket. |
| XMPPTLSConnection |
This class is used to connect to and manage data coming from an XMPP server that supports TLS. |