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

A

AbstractComponent - Class in org.xmpp.component
This class provides a default Component implementation.
AbstractComponent() - Constructor for class org.xmpp.component.AbstractComponent
Instantiates a new AbstractComponent with a maximum thread pool size of 17 and a maximum queue size of 1000.
AbstractComponent(int, int, boolean) - Constructor for class org.xmpp.component.AbstractComponent
Instantiates a new AbstractComponent.
addChildElement(String, String) - Method in class org.xmpp.packet.Message
Adds a new child element to this packet with the given name and namespace.
addChildElement(String, String) - Method in class org.xmpp.packet.Presence
Adds a new child element to this packet with the given name and namespace.
addComponent(String, Component) - Method in interface org.xmpp.component.ComponentManager
Adds a component.
addExtension(PacketExtension) - Method in class org.xmpp.packet.IQ
Adds the element contained in the PacketExtension to the child element of the IQ packet.
addExtension(PacketExtension) - Method in class org.xmpp.packet.Packet
Adds the element contained in the PacketExtension to the element of this packet.
addField() - Method in class org.xmpp.forms.DataForm
Adds a new field as part of the form.
addField(String, String, FormField.Type) - Method in class org.xmpp.forms.DataForm
Adds a new field as part of the form.
addInstruction(String) - Method in class org.xmpp.forms.DataForm
Adds a new instruction to the list of instructions that explain how to fill out the form and what the form is about.
addItem(String, Roster.Subscription) - Method in class org.xmpp.packet.Roster
Adds a new item to the roster.
addItem(JID, Roster.Subscription) - Method in class org.xmpp.packet.Roster
Adds a new item to the roster.
addItem(JID, String, Roster.Ask, Roster.Subscription, Collection<String>) - Method in class org.xmpp.packet.Roster
Adds a new item to the roster.
addItemFields(Map<String, Object>) - Method in class org.xmpp.forms.DataForm
Adds a new row of items of reported data.
addOption(String, String) - Method in class org.xmpp.forms.FormField
Adds an available option to the question that the user has in order to answer the question.
addReportedField(String, String, FormField.Type) - Method in class org.xmpp.forms.DataForm
Adds a field to the list of fields that will be returned from a search.
addValue(Object) - Method in class org.xmpp.forms.FormField
Adds a default value to the question if the question is part of a form to fill out.
answerTimeout(String) - Method in interface org.xmpp.component.IQResultListener
Notification method indicating that a predefined time has passed without receiving answer to a previously sent IQ packet.
applyRSMDirectives(Element) - Method in class org.xmpp.resultsetmanagement.ResultSet
Applies the 'result set management' directives to this result set, and returns a list of Results that matches the directives.

C

clearInstructions() - Method in class org.xmpp.forms.DataForm
Clears all the stored instructions in this packet extension.
clearValues() - Method in class org.xmpp.forms.FormField
Removes all the values of the field.
compareTo(JID) - Method in class org.xmpp.packet.JID
 
compMan - Variable in class org.xmpp.component.AbstractComponent
The component manager to which this Component has been registered.
Component - Interface in org.xmpp.component
Components enhance the functionality of an XMPP server.
ComponentException - Exception in org.xmpp.component
Thrown when an exception occors with a Component.
ComponentException() - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(String) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(String, Throwable) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(Throwable) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(String, StreamError) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(StreamError) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentManager - Interface in org.xmpp.component
Manages components.
ComponentManagerFactory - Class in org.xmpp.component
Factory to get a ComponentManager implementation.
ComponentManagerFactory() - Constructor for class org.xmpp.component.ComponentManagerFactory
 
createCopy() - Method in class org.xmpp.forms.DataForm
 
createCopy() - Method in class org.xmpp.forms.FormField
Creates and returns a new object that is an exact copy of this FormField object.
createCopy() - Method in class org.xmpp.packet.IQ
Returns a deep copy of this IQ.
createCopy() - Method in class org.xmpp.packet.Message
Returns a deep copy of this Message.
createCopy() - Method in class org.xmpp.packet.Packet
Creates a deep copy of this packet.
createCopy() - Method in class org.xmpp.packet.PacketExtension
Creates a deep copy of this packet extension.
createCopy() - Method in class org.xmpp.packet.Presence
Returns a deep copy of this Presence.
createCopy() - Method in class org.xmpp.packet.Roster
Returns a deep copy of this Roster.
createResultIQ(IQ) - Static method in class org.xmpp.packet.IQ
Convenience method to create a new IQ.Type.result IQ based on a IQ.Type.get or IQ.Type.set IQ.

D

DataForm - Class in org.xmpp.forms
Represents a form that could be use for gathering data as well as for reporting data returned from a search.
DataForm(DataForm.Type) - Constructor for class org.xmpp.forms.DataForm
 
DataForm(Element) - Constructor for class org.xmpp.forms.DataForm
 
DataForm.Type - Enum in org.xmpp.forms
Type-safe enumeration to represent the type of the Data forms.
DAY - Static variable in class org.xmpp.util.XMPPConstants
The amount of milliseconds in one .
deleteExtension(String, String) - Method in class org.xmpp.packet.IQ
Deletes the first element whose element name and namespace matches the specified element name and namespace in this packet's child element.
deleteExtension(String, String) - Method in class org.xmpp.packet.Packet
Deletes the first element whose element name and namespace matches the specified element name and namespace.
DestroyRoom - Class in org.xmpp.muc
DestroyRoom is a packet that when sent will ask the server to destroy a given room.
DestroyRoom(JID, String) - Constructor for class org.xmpp.muc.DestroyRoom
Creates a new DestroyRoom with the reason for the destruction and an alternate room JID.
discoInfoFeatureNamespaces() - Method in class org.xmpp.component.AbstractComponent
This method returns a String array that should contain all namespaces of features that this component offers.
discoInfoIdentityCategory() - Method in class org.xmpp.component.AbstractComponent
Returns the category of the Service Discovery Identity of this component (this implementation will only hold exactly one Identity for the component).
discoInfoIdentityCategoryType() - Method in class org.xmpp.component.AbstractComponent
Returns the type of the Service Discovery Identity of this component (this implementation will only hold exactly one Identity for the component).
docFactory - Static variable in class org.xmpp.packet.Packet
 
docFactory - Static variable in class org.xmpp.packet.PacketExtension
 
domainprep(String) - Static method in class org.xmpp.packet.JID
Returns a valid representation of a JID domain part, based on the provided input.

E

element - Variable in class org.xmpp.packet.Packet
 
element - Variable in class org.xmpp.packet.PacketExtension
 
ELEMENT_NAME - Static variable in class org.xmpp.forms.DataForm
Element name of the packet extension.
equals(Object) - Method in class org.xmpp.packet.JID
 
equals(String, String) - Static method in class org.xmpp.packet.JID
Returns true if two JID's are equivalent.
escapeNode(String) - Static method in class org.xmpp.packet.JID
Escapes the node portion of a JID according to "JID Escaping" (XEP-0106).

F

FastDateFormat - Class in org.jivesoftware.util
Similar to SimpleDateFormat, but faster and thread-safe.
format(Date) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Calendar) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Date, StringBuffer) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Calendar, StringBuffer) - Method in class org.jivesoftware.util.FastDateFormat
 
FormField - Class in org.xmpp.forms
Represents a field of a form.
FormField.Option - Class in org.xmpp.forms
Represents the available option of a given FormField.
FormField.Type - Enum in org.xmpp.forms
Type-safe enumeration to represent the field type of the Data forms.
fromJID - Variable in class org.xmpp.packet.Packet
 
fromLegacyCode(int) - Static method in enum org.xmpp.packet.PacketError.Condition
 
fromXMPP(String) - Static method in enum org.xmpp.forms.FormField.Type
Converts a String value into its Type representation.
fromXMPP(String) - Static method in enum org.xmpp.packet.PacketError.Condition
Converts a String value into its Condition representation.
fromXMPP(String) - Static method in enum org.xmpp.packet.PacketError.Type
Converts a String value into its Type representation.
fromXMPP(String) - Static method in enum org.xmpp.packet.StreamError.Condition
Converts a String value into its Condition representation.
FULL - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern

G

generateSetElementFromResults(List<E>) - Method in class org.xmpp.resultsetmanagement.ResultSet
Generates a Result Set Management 'set' element that describes the parto of the result set that was generated.
get(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the element denoted by the index.
get(int, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a list of results, starting with the result that's at the specified index.
get(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
get(int, int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getAfter(E, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a List of results starting with the first result after the provided result (the returned List is exclusive).
getAfter(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a List of results starting with the first result after the result that's identified by the provided UID (the returned List is exclusive).
getAfter(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getApplicationConditionName() - Method in class org.xmpp.packet.PacketError
Returns the name of the application-specific error condition, or null if there is no application-specific error.
getApplicationConditionNamespaceURI() - Method in class org.xmpp.packet.PacketError
Returns the namespace of the application-specific error condition, or null if there is no application-specific error.
getAsk() - Method in class org.xmpp.packet.Roster.Item
Returns the ask state of this item.
getBefore(E, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a list of results ending with the element right before the provided result (the returned List is exclusive).
getBefore(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a list of results ending with the element right before the element identified by the provided UID (the returned List is exclusive).
getBefore(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getBody() - Method in class org.xmpp.packet.Message
Returns the body of this message or null if there is no body.
getChildElement() - Method in class org.xmpp.packet.IQ
Returns the child element of this IQ.
getChildElement(String, String) - Method in class org.xmpp.packet.Message
Returns the first child element of this packet that matches the given name and namespace.
getChildElement(String, String) - Method in class org.xmpp.packet.Presence
Returns the first child element of this packet that matches the given name and namespace.
getComponentManager() - Static method in class org.xmpp.component.ComponentManagerFactory
Returns a ComponentManager instance.
getCondition() - Method in class org.xmpp.packet.PacketError
Returns the error condition.
getCondition() - Method in class org.xmpp.packet.StreamError
Returns the error condition.
getDateInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getDateTimeInstance(Object, Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getDefaultType() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the default PacketError.Type associated with this condition.
getDescription() - Method in class org.xmpp.component.AbstractComponent
 
getDescription() - Method in interface org.xmpp.component.Component
Returns the description of this component.
getDescription() - Method in class org.xmpp.forms.FormField
Returns a description that provides extra clarification about the question.
getDomain() - Method in class org.xmpp.component.AbstractComponent
Returns the XMPP domain to which this component is registered to.
getDomain() - Method in class org.xmpp.packet.JID
Returns the domain.
getElement() - Method in class org.xmpp.packet.Packet
Returns the DOM4J Element that backs the packet.
getElement() - Method in class org.xmpp.packet.PacketError
Returns the DOM4J Element that backs the error.
getElement() - Method in class org.xmpp.packet.PacketExtension
Returns the DOM4J Element that backs the packet.
getElement() - Method in class org.xmpp.packet.StreamError
Returns the DOM4J Element that backs the error.
getError() - Method in class org.xmpp.packet.Packet
Returns the packet error, or null if there is no packet error.
getExtension(String, String) - Method in class org.xmpp.packet.IQ
Returns a PacketExtension on the first element found in this packet's child element for the specified name and namespace or null if none was found.
getExtension(String, String) - Method in class org.xmpp.packet.Packet
Returns a PacketExtension on the first element found in this packet for the specified name and namespace or null if none was found.
getExtensionClass(String, String) - Static method in class org.xmpp.packet.PacketExtension
Returns the extension class to use for the specified element name and namespace.
getField(String) - Method in class org.xmpp.forms.DataForm
Returns the field whose variable matches the specified variable.
getFields() - Method in class org.xmpp.forms.DataForm
Returns the fields that are part of the form.
getFirst(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the first elements from this result set.
getFirst(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getFirstValue() - Method in class org.xmpp.forms.FormField
Returns the first value from the FormField, or 'null' if no value has been set.
getFrom() - Method in class org.xmpp.packet.Packet
Returns the XMPP address (JID) that the packet is from, or null if the "from" attribute is not set.
getGroups() - Method in class org.xmpp.packet.Roster.Item
Returns a Collection of the groups defined in this item.
getID() - Method in class org.xmpp.packet.Packet
Returns the packet ID, or null if the packet does not have an ID.
getInstance() - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstructions() - Method in class org.xmpp.forms.DataForm
Returns an unmodifiable list of instructions that explain how to fill out the form and what the form is about.
getItems() - Method in class org.xmpp.packet.Roster
Returns an unmodifiable copy of the Items in the roster packet.
getJID() - Method in class org.xmpp.component.AbstractComponent
Returns the XMPP address / Jabber ID (JID) of this component.
getJID() - Method in class org.xmpp.packet.Roster.Item
Returns the JID associated with this item.
getLabel() - Method in class org.xmpp.forms.FormField
Returns the label of the question which should give enough information to the user to fill out the form.
getLabel() - Method in class org.xmpp.forms.FormField.Option
Returns the label that represents the option.
getLast(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the last elements from this result set.
getLast(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getLegacyCode() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the legacy error code associated with the error.
getLocale() - Method in class org.jivesoftware.util.FastDateFormat
 
getMaxLengthEstimate() - Method in class org.jivesoftware.util.FastDateFormat
Returns an estimate for the maximum length date that this date formatter will produce.
getName() - Method in class org.xmpp.component.AbstractComponent
 
getName() - Method in interface org.xmpp.component.Component
Returns the name of this component.
getName() - Method in class org.xmpp.packet.Roster.Item
Returns the nickname associated with this item.
getNode() - Method in class org.xmpp.packet.JID
Returns the node, or null if this JID does not contain node information.
getOptions() - Method in class org.xmpp.forms.FormField
Returns the available options to answer for this question.
getPattern() - Method in class org.jivesoftware.util.FastDateFormat
 
getPriority() - Method in class org.xmpp.packet.Presence
Returns the priority.
getProperty(String) - Method in interface org.xmpp.component.ComponentManager
Returns a property value specified by name.
getRepresentation() - Method in class org.xmpp.util.ValueWrapper
 
getResource() - Method in class org.xmpp.packet.JID
Returns the resource, or null if this JID does not contain resource information.
getServerName() - Method in interface org.xmpp.component.ComponentManager
Returns the domain of the XMPP server.
getShow() - Method in class org.xmpp.packet.Presence
Returns the presence "show" value, which specifies a particular availability status.
getStatus() - Method in class org.xmpp.packet.Presence
Returns the status of this presence packet, a natural-language description of availability status.
getStreamError() - Method in exception org.xmpp.component.ComponentException
 
getSubject() - Method in class org.xmpp.packet.Message
Returns the subject of this message or null if there is no subject..
getSubscription() - Method in class org.xmpp.packet.Roster.Item
Returns the subscription state of this item.
getText() - Method in class org.xmpp.packet.PacketError
Returns a text description of the error, or null if there is no text description.
getText() - Method in class org.xmpp.packet.StreamError
Returns a text description of the error, or null if there is no text description.
getTextLang() - Method in class org.xmpp.packet.PacketError
Returns the text description's language code, or null if there is no language code associated with the description text.
getTextLanguage() - Method in class org.xmpp.packet.StreamError
Returns the text description's language code, or null if there is no language code associated with the description text.
getThread() - Method in class org.xmpp.packet.Message
Returns the thread value of this message, an identifier that is used for tracking a conversation thread ("instant messaging session") between two entities.
getTimeInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getTimeZone() - Method in class org.jivesoftware.util.FastDateFormat
Returns the time zone used by this formatter, or null if time zone of formatted dates is used instead.
getTitle() - Method in class org.xmpp.forms.DataForm
Returns the description of the data form.
getTo() - Method in class org.xmpp.packet.Packet
Returns the XMPP address (JID) that the packet is addressed to, or null if the "to" attribute is not set.
getType() - Method in class org.xmpp.forms.DataForm
Returns the type of this data form.
getType() - Method in class org.xmpp.forms.FormField
Returns an indicative of the format for the data to answer.
getType() - Method in class org.xmpp.packet.IQ
Returns the type of this IQ.
getType() - Method in class org.xmpp.packet.Message
Returns the type of this message
getType() - Method in class org.xmpp.packet.PacketError
Returns the error type.
getType() - Method in class org.xmpp.packet.Presence
Returns the type of this presence.
getUID() - Method in interface org.xmpp.resultsetmanagement.Result
Returns a unique identifier for this Result.
getUID(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the UID of the object at the specified index in this result set.
getValue() - Method in class org.xmpp.forms.FormField.Option
Returns the value of the option.
getValue() - Method in class org.xmpp.util.ValueWrapper
Returns the wrapped value, or null if the representation used in this instance is not USE_VALUE;
getValues() - Method in class org.xmpp.forms.FormField
Returns an Iterator for the default values of the question if the question is part of a form to fill out.
getVariable() - Method in class org.xmpp.forms.FormField
Returns the variable name that the question is filling out.

H

handleDiscoInfo(IQ) - Method in class org.xmpp.component.AbstractComponent
Default handler of Service Discovery Info requests.
handleDiscoItems(IQ) - Method in class org.xmpp.component.AbstractComponent
Default handler of Service Discovery Info requests.
handleEntityTime(IQ) - Method in class org.xmpp.component.AbstractComponent
Default handler of Entity Time requests (XEP-0202).
handleIQError(IQ) - Method in class org.xmpp.component.AbstractComponent
Override this method to handle the IQ stanzas of type error that are received by the component.
handleIQGet(IQ) - Method in class org.xmpp.component.AbstractComponent
Override this method to handle the IQ stanzas of type get that could not be processed by the AbstractComponent implementation.
handleIQResult(IQ) - Method in class org.xmpp.component.AbstractComponent
Override this method to handle the IQ stanzas of type result that are received by the component.
handleIQSet(IQ) - Method in class org.xmpp.component.AbstractComponent
Override this method to handle the IQ stanzas of type set that could not be processed by the AbstractComponent implementation.
handleLastActivity(IQ) - Method in class org.xmpp.component.AbstractComponent
Default handler of Last Activity requests (XEP-0012).
handleMessage(Message) - Method in class org.xmpp.component.AbstractComponent
Override this method to handle the Message stanzas that are received by the component.
handlePing(IQ) - Method in class org.xmpp.component.AbstractComponent
Default handler of Ping requests (XEP-0199).
handlePresence(Presence) - Method in class org.xmpp.component.AbstractComponent
Override this method to handle the Presence stanzas that are received by the component.
hashCode() - Method in class org.xmpp.packet.JID
 
HOUR - Static variable in class org.xmpp.util.XMPPConstants
The amount of milliseconds in one .

I

indexOf(String) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the index in the full resultset of the element identified by the UID in te supplied argument.
indexOf(E) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the index in the full resultset of the supplied argument.
indexOf(String) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
initialize(JID, ComponentManager) - Method in class org.xmpp.component.AbstractComponent
Initialize the abstract component.
initialize(JID, ComponentManager) - Method in interface org.xmpp.component.Component
Initializes this component with a ComponentManager and the JID that this component is available at (e.g.
Invitation - Class in org.xmpp.muc
Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.
Invitation(String, String) - Constructor for class org.xmpp.muc.Invitation
Creates a new invitation.
IQ - Class in org.xmpp.packet
IQ (Info/Query) packet.
IQ() - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ with an automatically generated ID and a type of IQ.Type.get.
IQ(IQ.Type) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using the specified type.
IQ(IQ.Type, String) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using the specified type and ID.
IQ(Element) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using an existing Element.
IQ(Element, boolean) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using an existing Element.
IQ.Type - Enum in org.xmpp.packet
Type-safe enumeration to represent the type of the IQ packet.
IQResultListener - Interface in org.xmpp.component
An IQResultListener will be invoked when a previously IQ packet sent by the server was answered.
isAvailable() - Method in class org.xmpp.packet.Presence
Returns true if the presence type is "available".
isExternalMode() - Method in interface org.xmpp.component.ComponentManager
Returns true if components managed by this component manager are external components connected to the server over a network connection.
isRequest() - Method in class org.xmpp.packet.IQ
Convenience routine to indicate if this is a request stanza.
isRequired() - Method in class org.xmpp.forms.FormField
Returns true if the question must be answered in order to complete the questionnaire.
isResponse() - Method in class org.xmpp.packet.IQ
Convenience routine to indicate if this is a response stanza.
isValidRSMRequest(Element) - Static method in class org.xmpp.resultsetmanagement.ResultSet
Checks if the Element that has been passed as an argument is a valid Result Set Management element, in a request context.
iterator() - Method in class org.xmpp.resultsetmanagement.ResultSet
 

J

jid - Variable in class org.xmpp.component.AbstractComponent
The JID of the component, set after registration with a Component manager.
JID - Class in org.xmpp.packet
An XMPP address (JID).
JID(String) - Constructor for class org.xmpp.packet.JID
Constructs a JID from it's String representation.
JID(String, boolean) - Constructor for class org.xmpp.packet.JID
Constructs a JID from it's String representation.
JID(String, String, String) - Constructor for class org.xmpp.packet.JID
Constructs a JID given a node, domain, and resource.
JID(String, String, String, boolean) - Constructor for class org.xmpp.packet.JID
Constructs a JID given a node, domain, and resource being able to specify if stringprep should be applied or not.
JoinRoom - Class in org.xmpp.muc
Initial presence sent when joining an existing room or creating a new room.
JoinRoom(String, String) - Constructor for class org.xmpp.muc.JoinRoom
Creates a new Presence packet that could be sent to a MUC service in order to join an existing MUC room or create a new one.

L

LeaveRoom - Class in org.xmpp.muc
Initial presence sent when joining an existing room or creating a new room.
LeaveRoom(String, String) - Constructor for class org.xmpp.muc.LeaveRoom
Creates a new Presence packet that could be sent to a MUC service in order to leave the room.
log - Variable in class org.xmpp.component.AbstractComponent
The object that's responsible for logging.
LONG - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern

M

MEDIUM - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern
Message - Class in org.xmpp.packet
Message packet.
Message() - Constructor for class org.xmpp.packet.Message
Constructs a new Message.
Message(Element) - Constructor for class org.xmpp.packet.Message
Constructs a new Message using an existing Element.
Message(Element, boolean) - Constructor for class org.xmpp.packet.Message
Constructs a new Message using an existing Element.
Message.Type - Enum in org.xmpp.packet
Type-safe enumeration for the type of a message.
MINUTE - Static variable in class org.xmpp.util.XMPPConstants
The amount of milliseconds in one minute.

N

NAMESPACE - Static variable in class org.xmpp.forms.DataForm
Namespace of the packet extension.
NAMESPACE_DISCO_INFO - Static variable in class org.xmpp.component.AbstractComponent
The XMPP 'service discovery info' namespace.
NAMESPACE_DISCO_ITEMS - Static variable in class org.xmpp.component.AbstractComponent
The XMPP 'service discovery items' namespace.
NAMESPACE_ENTITY_TIME - Static variable in class org.xmpp.component.AbstractComponent
The 'Entity Time' namespace
NAMESPACE_LAST_ACTIVITY - Static variable in class org.xmpp.component.AbstractComponent
The 'Last Activity' namespace
NAMESPACE_RESULT_SET_MANAGEMENT - Static variable in class org.xmpp.resultsetmanagement.ResultSet
The namespace that identifies Result Set Management functionality.
NAMESPACE_XMPP_PING - Static variable in class org.xmpp.component.AbstractComponent
The 'XMPP Ping' namespace
nodeprep(String) - Static method in class org.xmpp.packet.JID
Returns a valid representation of a JID node, based on the provided input.

O

org.jivesoftware.util - package org.jivesoftware.util
 
org.xmpp.component - package org.xmpp.component
 
org.xmpp.forms - package org.xmpp.forms
 
org.xmpp.muc - package org.xmpp.muc
 
org.xmpp.packet - package org.xmpp.packet
 
org.xmpp.resultsetmanagement - package org.xmpp.resultsetmanagement
 
org.xmpp.util - package org.xmpp.util
 

P

Packet - Class in org.xmpp.packet
An XMPP packet (also referred to as a stanza).
Packet(Element) - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet.
Packet(Element, boolean) - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet.
Packet() - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet with no element data.
PacketError - Class in org.xmpp.packet
A packet error.
PacketError(PacketError.Condition) - Constructor for class org.xmpp.packet.PacketError
Construcs a new PacketError with the specified condition.
PacketError(PacketError.Condition, PacketError.Type) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError with the specified condition and type.
PacketError(PacketError.Condition, PacketError.Type, String) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError.
PacketError(PacketError.Condition, PacketError.Type, String, String) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError.
PacketError(Element) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError using an existing Element.
PacketError.Condition - Enum in org.xmpp.packet
Type-safe enumeration for the error condition.
PacketError.Type - Enum in org.xmpp.packet
Error type.
PacketExtension - Class in org.xmpp.packet
A packet extension represents a child element of a Packet for a given qualified name.
PacketExtension(String, String) - Constructor for class org.xmpp.packet.PacketExtension
Constructs a new Packet extension using the specified name and namespace.
PacketExtension(Element) - Constructor for class org.xmpp.packet.PacketExtension
Constructs a new PacketExtension.
parseBoolean(String) - Static method in class org.xmpp.forms.DataForm
 
parseDate(String) - Static method in class org.xmpp.forms.DataForm
Returns the Date obtained by parsing the specified date representation.
postComponentShutdown() - Method in class org.xmpp.component.AbstractComponent
This method gets called as part of the Component shutdown routine.
postComponentStart() - Method in class org.xmpp.component.AbstractComponent
This method gets called as part of the Component 'start' routine.
preComponentShutdown() - Method in class org.xmpp.component.AbstractComponent
This method gets called as part of the Component shutdown routine.
preComponentStart() - Method in class org.xmpp.component.AbstractComponent
This method gets called as part of the Component 'start' routine.
Presence - Class in org.xmpp.packet
Presence packet.
Presence() - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence.
Presence(Presence.Type) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence with the specified type.
Presence(Element) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence using an existing Element.
Presence(Element, boolean) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence using an existing Element.
Presence.Show - Enum in org.xmpp.packet
Represents the presence "show" value.
Presence.Type - Enum in org.xmpp.packet
Represents the type of a presence packet.
processPacket(Packet) - Method in class org.xmpp.component.AbstractComponent
 
processPacket(Packet) - Method in interface org.xmpp.component.Component
Processes a packet sent to this Component.

Q

query(Component, IQ, long) - Method in interface org.xmpp.component.ComponentManager
Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
query(Component, IQ, IQResultListener) - Method in interface org.xmpp.component.ComponentManager
Sends an IQ packet to the server and returns immediately.

R

receivedAnswer(IQ) - Method in interface org.xmpp.component.IQResultListener
Notification method indicating that a previously sent IQ packet has been answered.
registeredExtensions - Static variable in class org.xmpp.packet.PacketExtension
Subclasses of PacketExtension should register the element name and namespace that the subclass is using.
removeComponent(String) - Method in interface org.xmpp.component.ComponentManager
Removes a component.
removeField(String) - Method in class org.xmpp.forms.DataForm
Removes the field whose variable matches the specified variable.
removeItem(JID) - Method in class org.xmpp.packet.Roster
Removes an item from this roster.
resourceprep(String) - Static method in class org.xmpp.packet.JID
Returns a valid representation of a JID resource, based on the provided input.
Result - Interface in org.xmpp.resultsetmanagement
Elements from a result set as defined by XEP-0059 have certain characteristics.
resultList - Variable in class org.xmpp.resultsetmanagement.ResultSetImpl
A list of all results in this ResultSet
ResultSet<E extends Result> - Class in org.xmpp.resultsetmanagement
A result set representation as described in XEP-0059.
ResultSet() - Constructor for class org.xmpp.resultsetmanagement.ResultSet
 
ResultSetImpl<E extends Result> - Class in org.xmpp.resultsetmanagement
A result set representation as described in XEP-0059.
ResultSetImpl(Collection<E>) - Constructor for class org.xmpp.resultsetmanagement.ResultSetImpl
Creates a new Result Set instance, based on a collection of Result implementing objects.
ResultSetImpl(Collection<E>, Comparator<E>) - Constructor for class org.xmpp.resultsetmanagement.ResultSetImpl
Creates a new Result Set instance, based on a collection of Result implementing objects.
RoomConfiguration - Class in org.xmpp.muc
RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
RoomConfiguration(Map<String, Collection<String>>) - Constructor for class org.xmpp.muc.RoomConfiguration
Creates a new IQ packet that contains the field and values to send for setting the room configuration.
Roster - Class in org.xmpp.packet
Roster packet.
Roster() - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster with an automatically generated ID and a type of IQ.Type.get.
Roster(IQ.Type) - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster using the specified type.
Roster(IQ.Type, String) - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster using the specified type and ID.
Roster(Element) - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster using an existing Element.
Roster.Ask - Enum in org.xmpp.packet
Type-safe enumeration for the roster ask type.
Roster.Item - Class in org.xmpp.packet
Item in a roster, which represents an individual contact.
Roster.Subscription - Enum in org.xmpp.packet
Type-safe enumeration for the roster subscription type.

S

SECOND - Static variable in class org.xmpp.util.XMPPConstants
The amount of milliseconds in one second.
send(Packet) - Method in class org.xmpp.component.AbstractComponent
Helper method to send packets.
sendPacket(Component, Packet) - Method in interface org.xmpp.component.ComponentManager
Sends a packet to the XMPP server.
servesLocalUsersOnly() - Method in class org.xmpp.component.AbstractComponent
Checks if the component can only be used by users of the XMPP domain that the component has registered to.
setApplicationCondition(String) - Method in class org.xmpp.packet.PacketError
Sets an application-specific error condition.
setApplicationCondition(String, String) - Method in class org.xmpp.packet.PacketError
Sets an application-specific error condition.
setBody(String) - Method in class org.xmpp.packet.Message
Sets the body of this message.
setChildElement(Element) - Method in class org.xmpp.packet.IQ
Sets the child element of this IQ.
setChildElement(String, String) - Method in class org.xmpp.packet.IQ
Sets the child element of this IQ by constructing a new Element with the given name and namespace.
setComponentManager(ComponentManager) - Static method in class org.xmpp.component.ComponentManagerFactory
Sets the ComponentManager instance that will be used.
setCondition(PacketError.Condition) - Method in class org.xmpp.packet.PacketError
Sets the error condition.
setCondition(StreamError.Condition) - Method in class org.xmpp.packet.StreamError
Sets the error condition.
setDescription(String) - Method in class org.xmpp.forms.FormField
Sets a description that provides extra clarification about the question.
setError(PacketError) - Method in class org.xmpp.packet.Packet
Sets the packet error.
setError(PacketError.Condition) - Method in class org.xmpp.packet.Packet
Sets the packet error using the specified condition.
setFrom(String) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet comes from.
setFrom(JID) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet comes from.
setID(String) - Method in class org.xmpp.packet.Packet
Sets the packet ID.
setLabel(String) - Method in class org.xmpp.forms.FormField
Sets the label of the question which should give enough information to the user to fill out the form.
setPriority(int) - Method in class org.xmpp.packet.Presence
Sets the priority.
setProperty(String, String) - Method in interface org.xmpp.component.ComponentManager
Sets a property value.
setRequired(boolean) - Method in class org.xmpp.forms.FormField
Sets if the question must be answered in order to complete the questionnaire.
setShow(Presence.Show) - Method in class org.xmpp.packet.Presence
Sets the presence "show" value, which specifies a particular availability status.
setStatus(String) - Method in class org.xmpp.packet.Presence
Sets the status of this presence packet, a natural-language description of availability status.
setSubject(String) - Method in class org.xmpp.packet.Message
Sets the subject of this message.
setText(String) - Method in class org.xmpp.packet.PacketError
Sets the text description of the error.
setText(String, String) - Method in class org.xmpp.packet.PacketError
Sets the text description of the error.
setText(String) - Method in class org.xmpp.packet.StreamError
Sets the text description of the error.
setText(String, String) - Method in class org.xmpp.packet.StreamError
Sets the text description of the error.
setThread(String) - Method in class org.xmpp.packet.Message
Sets the thread value of this message, an identifier that is used for tracking a conversation thread ("instant messaging session") between two entities.
setTitle(String) - Method in class org.xmpp.forms.DataForm
Sets the description of the data.
setTo(String) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet is addressed to.
setTo(JID) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet is address to.
setType(FormField.Type) - Method in class org.xmpp.forms.FormField
Sets an indicative of the format for the data to answer.
setType(IQ.Type) - Method in class org.xmpp.packet.IQ
Sets the type of this IQ.
setType(Message.Type) - Method in class org.xmpp.packet.Message
Sets the type of this message.
setType(PacketError.Type) - Method in class org.xmpp.packet.PacketError
Sets the error type.
setType(Presence.Type) - Method in class org.xmpp.packet.Presence
Sets the type of this presence.
setVariable(String) - Method in class org.xmpp.forms.FormField
Sets the attribute that uniquely identifies the field in the context of the form.
SHORT - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern
shutdown() - Method in class org.xmpp.component.AbstractComponent
Default implementation of the shutdown() method of the Component interface.
shutdown() - Method in interface org.xmpp.component.Component
Shuts down this component.
size() - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
start() - Method in class org.xmpp.component.AbstractComponent
Default implementation of the start() method of the Component interface.
start() - Method in interface org.xmpp.component.Component
Notification message indicating that the component will start receiving incoming packets.
StreamError - Class in org.xmpp.packet
A stream error.
StreamError(StreamError.Condition) - Constructor for class org.xmpp.packet.StreamError
Construcs a new StreamError with the specified condition.
StreamError(StreamError.Condition, String) - Constructor for class org.xmpp.packet.StreamError
Constructs a new StreamError with the specified condition and error text.
StreamError(StreamError.Condition, String, String) - Constructor for class org.xmpp.packet.StreamError
Constructs a new StreamError with the specified condition and error text.
StreamError(Element) - Constructor for class org.xmpp.packet.StreamError
Constructs a new StreamError using an existing Element.
StreamError.Condition - Enum in org.xmpp.packet
Type-safe enumeration for the error condition.

T

toBareJID() - Method in class org.xmpp.packet.JID
Returns the String representation of the bare JID, which is the JID with resource information removed.
toFullJID() - Method in class org.xmpp.packet.JID
Returns the String representation of the full JID, for example: username@domain.com/mobile.
toJID - Variable in class org.xmpp.packet.Packet
 
toString() - Method in class org.xmpp.packet.JID
Returns a String representation of the JID.
toString() - Method in class org.xmpp.packet.Packet
 
toString() - Method in class org.xmpp.packet.PacketError
 
toString() - Method in class org.xmpp.packet.Roster.Item
 
toString() - Method in class org.xmpp.packet.StreamError
 
toXML() - Method in class org.xmpp.packet.Packet
Returns the textual XML representation of this packet.
toXML() - Method in class org.xmpp.packet.PacketError
Returns the textual XML representation of this error.
toXML() - Method in class org.xmpp.packet.StreamError
Returns the textual XML representation of this stream error.
toXMPP() - Method in enum org.xmpp.forms.FormField.Type
Returns the Field Type as a valid Field Type code string.
toXMPP() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the error code as a valid XMPP error code string.
toXMPP() - Method in enum org.xmpp.packet.PacketError.Type
Returns the error code as a valid XMPP error code string.
toXMPP() - Method in enum org.xmpp.packet.StreamError.Condition
Returns the error code as a valid XMPP error code string.

U

uidToIndex - Variable in class org.xmpp.resultsetmanagement.ResultSetImpl
A mapping of the UIDs of all results in resultList, to the index of those entries in that list.
unescapeNode(String) - Static method in class org.xmpp.packet.JID
Un-escapes the node portion of a JID according to "JID Escaping" (XEP-0106).

V

valueOf(String) - Static method in enum org.xmpp.forms.DataForm.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.forms.FormField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.IQ.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.PacketError.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.PacketError.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Presence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Presence.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Roster.Ask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Roster.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.StreamError.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.util.ValueWrapper.Representation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xmpp.forms.DataForm.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.forms.FormField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.IQ.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.PacketError.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.PacketError.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.Presence.Show
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.Presence.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.Roster.Ask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.Roster.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.packet.StreamError.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xmpp.util.ValueWrapper.Representation
Returns an array containing the constants of this enum type, in the order they are declared.
ValueWrapper<V> - Class in org.xmpp.util
A wrapper implementation for cached values, suitable for Map based caches where a significant portion of keys matches the corresponding value exactly.
ValueWrapper(ValueWrapper.Representation) - Constructor for class org.xmpp.util.ValueWrapper
Constructs an empty wrapper.
ValueWrapper(V) - Constructor for class org.xmpp.util.ValueWrapper
Wraps a value while using the USE_VALUE representation.
ValueWrapper.Representation - Enum in org.xmpp.util
Indication of how the key of this cache entry represents the cache value.

W

WEEK - Static variable in class org.xmpp.util.XMPPConstants
The amount of milliseconds in one .

X

XMPP_DATETIME_FORMAT - Static variable in class org.xmpp.util.XMPPConstants
Date/time format for use by SimpleDateFormat.
XMPP_DELAY_DATETIME_FORMAT - Static variable in class org.xmpp.util.XMPPConstants
Date/time format for use by SimpleDateFormat.
XMPPConstants - Class in org.xmpp.util
Contains constant values representing various objects in Tinder.
XMPPConstants() - Constructor for class org.xmpp.util.XMPPConstants
 

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

Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.