A B C D E F G H I J K L M N O P Q R S T U V W X

X

XEP_0082_UTC_FORMAT - Static variable in class org.jivesoftware.smack.util.StringUtils
Date format as defined in XEP-0082 - XMPP Date and Time Profiles.
XEP_0091_UTC_FORMAT - Static variable in class org.jivesoftware.smackx.packet.DelayInformation
Date format according to the obsolete XEP-0091 specification.
XHTMLExtension - Class in org.jivesoftware.smackx.packet
An XHTML sub-packet, which is used by XMPP clients to exchange formatted text.
XHTMLExtension() - Constructor for class org.jivesoftware.smackx.packet.XHTMLExtension
 
XHTMLExtensionProvider - Class in org.jivesoftware.smackx.provider
The XHTMLExtensionProvider parses XHTML packets.
XHTMLExtensionProvider() - Constructor for class org.jivesoftware.smackx.provider.XHTMLExtensionProvider
Creates a new XHTMLExtensionProvider.
XHTMLExtensionTest - Class in org.jivesoftware.smackx.packet
Test the XHTML extension using the low level API
XHTMLExtensionTest(String) - Constructor for class org.jivesoftware.smackx.packet.XHTMLExtensionTest
 
XHTMLManager - Class in org.jivesoftware.smackx
Manages XHTML formatted texts within messages.
XHTMLManager() - Constructor for class org.jivesoftware.smackx.XHTMLManager
 
XHTMLManagerTest - Class in org.jivesoftware.smackx
Test the XHTML extension using the high level API
XHTMLManagerTest(String) - Constructor for class org.jivesoftware.smackx.XHTMLManagerTest
Constructor for XHTMLManagerTest.
XHTMLSupportTests - Class in org.jivesoftware.smackx
Test suite that runs all the XHTML support tests
XHTMLSupportTests() - Constructor for class org.jivesoftware.smackx.XHTMLSupportTests
 
XHTMLText - Class in org.jivesoftware.smackx
An XHTMLText represents formatted text.
XHTMLText(String, String) - Constructor for class org.jivesoftware.smackx.XHTMLText
Creates a new XHTMLText with body tag params.
XmlUtils - Class in org.jivesoftware.smackx.pubsub.util
Simple utility for pretty printing xml.
XmlUtils() - Constructor for class org.jivesoftware.smackx.pubsub.util.XmlUtils
 
XMPPConnection - Class in org.jivesoftware.smack
Creates a socket connection to a XMPP server.
XMPPConnection(String, CallbackHandler) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new connection to the specified XMPP server.
XMPPConnection(String) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new XMPP connection in the same way XMPPConnection.XMPPConnection(String,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPConnection(ConnectionConfiguration) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new XMPP connection in the same way XMPPConnection.XMPPConnection(ConnectionConfiguration,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPConnection(ConnectionConfiguration, CallbackHandler) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new XMPP connection using the specified connection configuration.
XMPPError - Class in org.jivesoftware.smack.packet
Represents a XMPP error sub-packet.
XMPPError(XMPPError.Condition) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Creates a new error with the specified condition infering the type and code.
XMPPError(XMPPError.Condition, String) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Creates a new error with the specified condition and message infering the type and code.
XMPPError(int) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Deprecated. new errors should be created using the constructor XMPPError(condition)
XMPPError(int, String) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Deprecated. new errors should be created using the constructor XMPPError(condition, message)
XMPPError(int, XMPPError.Type, String, String, List<PacketExtension>) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Creates a new error with the specified code, type, condition and message.
XMPPError.Condition - Class in org.jivesoftware.smack.packet
A class to represent predefined error conditions.
XMPPError.Condition(String) - Constructor for class org.jivesoftware.smack.packet.XMPPError.Condition
 
XMPPError.Type - Enum in org.jivesoftware.smack.packet
A class to represent the type of the Error.
XMPPErrorTest - Class in org.jivesoftware.smack.util
 
XMPPErrorTest(String) - Constructor for class org.jivesoftware.smack.util.XMPPErrorTest
 
XMPPException - Exception in org.jivesoftware.smack
A generic exception that is thrown when an error occurs performing an XMPP operation.
XMPPException() - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException.
XMPPException(String) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception.
XMPPException(Throwable) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with the Throwable that was the root cause of the exception.
XMPPException(StreamError) - Constructor for exception org.jivesoftware.smack.XMPPException
Cretaes a new XMPPException with the stream error that was the root case of the exception.
XMPPException(XMPPError) - Constructor for exception org.jivesoftware.smack.XMPPException
Cretaes a new XMPPException with the XMPPError that was the root case of the exception.
XMPPException(String, Throwable) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception and the Throwable that was the root cause of the exception.
XMPPException(String, XMPPError, Throwable) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception, an XMPPError, and the Throwable that was the root cause of the exception.
XMPPException(String, XMPPError) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception and the XMPPException that was the root cause of the exception.

A B C D E F G H I J K L M N O P Q R S T U V W X