Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractComponent - Class in org.xmpp.component
-
This class provides a default
Componentimplementation. - 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, String, Roster.Ask, Roster.Subscription, Collection<String>) - 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.
- 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.
- asBareJID() - Method in class org.xmpp.packet.JID
-
Returns the bare JID representation of this JID, which is the JID with resource information removed.
- auth - Enum constant in enum org.xmpp.packet.PacketError.Type
-
Retry after providing credentials.
- away - Enum constant in enum org.xmpp.packet.Presence.Show
-
The entity or resource is temporarily away.
B
- bad_format - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has sent XML that cannot be processed; this error MAY be used instead of the more specific XML-related errors, such as <bad-namespace-prefix/>, <invalid-xml/>, <restricted-xml/>, <unsupported-encoding/>, and <xml-not-well-formed/>, although the more specific errors are preferred.
- bad_namespace_prefix - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has sent a namespace prefix that is unsupported, or has sent no namespace prefix on an element that requires such a prefix.
- bad_request - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The sender has sent XML that is malformed or that cannot be processed (e.g., an IQ stanza that includes an unrecognized value of the 'type' attribute); the associated error type SHOULD be "modify".
- boolean_type - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide an either-or choice between two options.
- both - Enum constant in enum org.xmpp.packet.Roster.Subscription
-
Both the user and the contact have subscriptions to each other's presence information.
C
- cancel - Enum constant in enum org.xmpp.forms.DataForm.Type
-
The forms-submitting entity has cancelled submission of data to the forms-processing entity.
- cancel - Enum constant in enum org.xmpp.packet.PacketError.Type
-
Do not retry (the error is unrecoverable).
- chat - Enum constant in enum org.xmpp.packet.Message.Type
-
Typically short text message used in line-by-line chat interfaces.
- chat - Enum constant in enum org.xmpp.packet.Presence.Show
-
The entity or resource is actively interested in chatting.
- 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(String, StreamError) - Constructor for exception org.xmpp.component.ComponentException
- ComponentException(Throwable) - 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
- conflict - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
Access cannot be granted because an existing resource or session exists with the same name or address; the associated error type SHOULD be "cancel".
- conflict - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The server is closing the active stream for this entity because a new stream has been initiated that conflicts with the existing stream.
- connection_timeout - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has not generated any traffic over the stream for some period of time (configurable according to a local service policy).
- continue_processing - Enum constant in enum org.xmpp.packet.PacketError.Type
-
Proceed (the condition was only a warning).
- 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
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(Element) - Constructor for class org.xmpp.forms.DataForm
- DataForm(DataForm.Type) - 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).
- dnd - Enum constant in enum org.xmpp.packet.Presence.Show
-
The entity or resource is busy (dnd = "Do Not Disturb").
- 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.
- DOMAINPREP_CACHE - Static variable in class org.xmpp.packet.JID
- dropStanza(IQ) - Method in class org.xmpp.component.AbstractComponent
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.
- error - Enum constant in enum org.xmpp.packet.IQ.Type
-
An error has occurred regarding processing or delivery of a previously-sent get or set.
- error - Enum constant in enum org.xmpp.packet.Message.Type
-
Indicates a messaging error.
- error - Enum constant in enum org.xmpp.packet.Presence.Type
-
An error has occurred regarding processing or delivery of a previously-sent presence stanza.
- escapeNode(String) - Static method in class org.xmpp.packet.JID
-
Escapes the node portion of a JID according to "JID Escaping" (XEP-0106).
F
- feature_not_implemented - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The feature requested is not implemented by the recipient or server and therefore cannot be processed; the associated error type SHOULD be "cancel".
- fixed - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field is intended for data description (e.g., human-readable text such as "section" headers) rather than data gathering or provision.
- forbidden - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The requesting entity does not possess the required permissions to perform the action; the associated error type SHOULD be "auth".
- form - Enum constant in enum org.xmpp.forms.DataForm.Type
-
The forms-processing entity is asking the forms-submitting entity to complete a form.
- 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.
- from - Enum constant in enum org.xmpp.packet.Roster.Subscription
-
The contact has a subscription to the user's presence information, but the user does not have a subscription to the contact's presence information.
- 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.
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 - Enum constant in enum org.xmpp.packet.IQ.Type
-
The IQ is a request for information or requirements.
- get(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
-
Returns the element denoted by the index.
- get(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
- 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, 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
nullif there is no application-specific error. - getApplicationConditionNamespaceURI() - Method in class org.xmpp.packet.PacketError
-
Returns the namespace of the application-specific error condition, or
nullif 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
nullif 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.
- getDefaultType() - Method in enum org.xmpp.packet.PacketError.Condition
-
Returns the default
PacketError.Typeassociated 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
nullif there is no packet error. - getExceptionMessage() - Method in class org.xmpp.util.ValueWrapper
-
Returns the message describing the invalidity of the key that maps to this instance.
- getExtension(String, String) - Method in class org.xmpp.packet.IQ
-
Returns a
PacketExtensionon the first element found in this packet's child element for the specifiednameandnamespaceornullif none was found. - getExtension(String, String) - Method in class org.xmpp.packet.Packet
-
Returns a
PacketExtensionon the first element found in this packet for the specifiednameandnamespaceornullif 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
nullif 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
nullif the packet does not have an ID. - 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
Itemsin 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.
- 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
nullif this JID does not contain node information. - getOptions() - Method in class org.xmpp.forms.FormField
-
Returns the available options to answer for this question.
- 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
nullif 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
nullif 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
nullif there is no text description. - getText() - Method in class org.xmpp.packet.StreamError
-
Returns a text description of the error, or
nullif there is no text description. - getTextLang() - Method in class org.xmpp.packet.PacketError
-
Returns the text description's language code, or
nullif 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
nullif 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.
- 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
nullif 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
nullif 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.
- gone - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The recipient or server can no longer be contacted at this address (the error stanza MAY contain a new address in the XML character data of the <gone/> element); the associated error type SHOULD be "modify".
- groupchat - Enum constant in enum org.xmpp.packet.Message.Type
-
Chat message sent to a groupchat server for group chats.
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
errorthat are received by the component. - handleIQGet(IQ) - Method in class org.xmpp.component.AbstractComponent
-
Override this method to handle the IQ stanzas of type
getthat could not be processed by theAbstractComponentimplementation. - handleIQResult(IQ) - Method in class org.xmpp.component.AbstractComponent
-
Override this method to handle the IQ stanzas of type
resultthat are received by the component. - handleIQSet(IQ) - Method in class org.xmpp.component.AbstractComponent
-
Override this method to handle the IQ stanzas of type
setthat could not be processed by theAbstractComponentimplementation. - 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
- headline - Enum constant in enum org.xmpp.packet.Message.Type
-
Text message to be displayed in scrolling marquee displays.
- hidden - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field is not shown to the entity providing information, but instead is returned with the form.
- host_gone - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The value of the 'to' attribute provided by the initiating entity in the stream header corresponds to a hostname that is no longer hosted by the server.
- host_unknown - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The value of the 'to' attribute provided by the initiating entity in the stream header does not correspond to a hostname that is hosted by the server.
- HOUR - Static variable in class org.xmpp.util.XMPPConstants
-
The amount of milliseconds in one .
I
- ILLEGAL - Enum constant in enum org.xmpp.util.ValueWrapper.Representation
-
The key that maps to this
ValueWrapperinstance cannot be used to generate a valid value. - improper_addressing - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
A stanza sent between two servers lacks a 'to' or 'from' attribute (or the attribute has no value).
- 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.ResultSet
-
Returns the index in the full resultset of the element identified by the UID in te 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.
- internal_server_error - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The server could not process the stanza because of a misconfiguration or an otherwise-undefined internal server error; the associated error type SHOULD be "wait".
- internal_server_error - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The server has experienced a misconfiguration or an otherwise-undefined internal error that prevents it from servicing the stream.
- invalid_from - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The JID or hostname provided in a 'from' address does not match an authorized JID or validated domain negotiated between servers via SASL or dialback, or between a client and a server via authentication and resource binding.
- invalid_id - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
Deprecated.Removed from XMPP specification in RFC6120.
- invalid_namespace - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
the streams namespace name is something other than "http://etherx.jabber.org/streams" or the dialback namespace name is something other than "jabber:server:dialback".
- invalid_xml - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has sent invalid XML over the stream to a server that performs validation.
- 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(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(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.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.
- item_not_found - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The addressed JID or item requested cannot be found; the associated error type SHOULD be "cancel".
- 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.
- jid_malformed - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The sending entity has provided or communicated an XMPP address (e.g., a value of the 'to' attribute) or aspect thereof (e.g., a resource identifier) that does not adhere to the syntax defined in Addressing Scheme (Section 3); the associated error type SHOULD be "modify".
- jid_multi - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide multiple Jabber IDs.
- jid_single - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide multiple Jabber IDs.
- JIDWeigher - Class in org.xmpp.util
-
A Weigher that weights cache entries that contains JID parts.
- JIDWeigher() - Constructor for class org.xmpp.util.JIDWeigher
- 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.
- list_multi - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide one or more options from among many.
- list_single - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide one option from among many.
- log - Variable in class org.xmpp.component.AbstractComponent
-
The object that's responsible for logging.
M
- 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.
- modify - Enum constant in enum org.xmpp.packet.PacketError.Type
-
Retry after changing the data sent.
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.
- NODEPREP_CACHE - Static variable in class org.xmpp.packet.JID
- none - Enum constant in enum org.xmpp.packet.Roster.Subscription
-
The user does not have a subscription to the contact's presence information, and the contact does not have a subscription to the user's presence information.
- normal - Enum constant in enum org.xmpp.packet.Message.Type
-
(Default) a normal text message used in email like interface.
- not_acceptable - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The recipient or server understands the request but is refusing to process it because it does not meet criteria defined by the recipient or server (e.g., a local policy regarding acceptable words in messages); the associated error type SHOULD be "modify".
- not_allowed - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The recipient or server does not allow any entity to perform the action; the associated error type SHOULD be "cancel".
- not_authorized - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The sender must provide proper credentials before being allowed to perform the action, or has provided improper credentials; the associated error type SHOULD be "auth".
- not_authorized - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has attempted to send data before the stream has been authenticated, or otherwise is not authorized to perform an action related to stream negotiation; the receiving entity MUST NOT process the offending stanza before sending the stream error.
- not_well_formed - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The initiating entity has sent XML that is not well-formed.
O
- 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() - Constructor for class org.xmpp.packet.Packet
-
Constructs a new Packet with no element data.
- 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.
- PacketError - Class in org.xmpp.packet
-
A packet error.
- PacketError(Element) - Constructor for class org.xmpp.packet.PacketError
-
Constructs a new PacketError using an existing Element.
- 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.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.
- payment_required - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The requesting entity is not authorized to access the requested service because payment is required; the associated error type SHOULD be "auth".
- policy_violation - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has violated some local service policy; the server MAY choose to specify the policy in the <text/> element or an application-specific condition element.
- 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(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(Presence.Type) - Constructor for class org.xmpp.packet.Presence
-
Constructs a new Presence with the specified type.
- 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.
- probe - Enum constant in enum org.xmpp.packet.Presence.Type
-
A request for an entity's current presence; SHOULD be generated only by a server on behalf of a user.
- 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.
- recipient_unavailable - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The intended recipient is temporarily unavailable; the associated error type SHOULD be "wait" (note: an application MUST NOT return this error if doing so would provide information about the intended recipient's network availability to an entity that is not authorized to know such information).
- redirect - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The recipient or server is redirecting requests for this information to another entity, usually temporarily (the error stanza SHOULD contain the alternate address, which MUST be a valid JID, in the XML character data of the <redirect/> element); the associated error type SHOULD be "modify".
- registeredExtensions - Static variable in class org.xmpp.packet.PacketExtension
-
Subclasses of PacketExtension should register the element name and namespace that the subclass is using.
- registration_required - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The requesting entity is not authorized to access the requested service because registration is required; the associated error type SHOULD be "auth".
- remote_connection_failed - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The server is unable to properly connect to a remote entity that is required for authentication or authorization.
- remote_server_not_found - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
A remote server or service specified as part or all of the JID of the intended recipient does not exist; the associated error type SHOULD be "cancel".
- remote_server_timeout - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
A remote server or service specified as part or all of the JID of the intended recipient (or required to fulfill a request) could not be contacted within a reasonable amount of time; the associated error type SHOULD be "wait".
- remove - Enum constant in enum org.xmpp.packet.Roster.Subscription
-
The user is removing a contact from his or her roster.
- 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.
- resource_constraint - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The server or recipient lacks the system resources necessary to service the request; the associated error type SHOULD be "wait".
- resource_constraint - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The server lacks the system resources necessary to service the stream.
- resourceprep(String) - Static method in class org.xmpp.packet.JID
-
Returns a valid representation of a JID resource, based on the provided input.
- RESOURCEPREP_CACHE - Static variable in class org.xmpp.packet.JID
- restricted_xml - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The entity has attempted to send restricted XML features such as a comment, processing instruction, DTD, entity reference, or unescaped character.
- result - Enum constant in enum org.xmpp.forms.DataForm.Type
-
The forms-processing entity is returning data (e.g., search results) to the forms-submitting entity, or the data is a generic data set.
- result - Enum constant in enum org.xmpp.packet.IQ.Type
-
The IQ is a response to a successful get or set request.
- 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(Element) - Constructor for class org.xmpp.packet.Roster
-
Constructs a new Roster using an existing Element.
- 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.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.
- see_other_host - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The server will not provide service to the initiating entity but is redirecting traffic to another host; the server SHOULD specify the alternate hostname or IP address (which MUST be a valid domain identifier) as the XML character data of the <see-other-host/> element.
- 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.
- service_unavailable - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The server or recipient does not currently provide the requested service; the associated error type SHOULD be "cancel".
- set - Enum constant in enum org.xmpp.packet.IQ.Type
-
The IQ provides required data, sets new values, or replaces existing values.
- 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(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.
- setChildElement(Element) - Method in class org.xmpp.packet.IQ
-
Sets the child element of this IQ.
- 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) - Method in class org.xmpp.packet.StreamError
-
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, 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.
- shutdown() - Method in class org.xmpp.component.AbstractComponent
-
Default implementation of the shutdown() method of the
Componentinterface. - shutdown() - Method in interface org.xmpp.component.Component
-
Shuts down this component.
- size() - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
- sizeOfString(String) - Static method in class org.xmpp.util.JIDWeigher
-
Returns the size in bytes of a String.
- sizeOfValueWrapper(ValueWrapper<String>) - Static method in class org.xmpp.util.JIDWeigher
-
Returns the size in bytes of a String.
- start() - Method in class org.xmpp.component.AbstractComponent
-
Default implementation of the start() method of the
Componentinterface. - 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(Element) - Constructor for class org.xmpp.packet.StreamError
-
Constructs a new StreamError using an existing Element.
- 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.Condition - Enum in org.xmpp.packet
-
Type-safe enumeration for the error condition.
- submit - Enum constant in enum org.xmpp.forms.DataForm.Type
-
The forms-submitting entity is submitting data to the forms-processing entity.
- subscribe - Enum constant in enum org.xmpp.packet.Presence.Type
-
The sender wishes to subscribe to the recipient's presence.
- subscribe - Enum constant in enum org.xmpp.packet.Roster.Ask
-
The roster item has been asked for permission to subscribe to their presence but no response has been received.
- subscribed - Enum constant in enum org.xmpp.packet.Presence.Type
-
The sender has allowed the recipient to receive their presence.
- subscription_required - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The requesting entity is not authorized to access the requested service because a subscription is required; the associated error type SHOULD be "auth".
- system_shutdown - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The server is being shut down and all active streams are being closed.
T
- text_multi - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide multiple lines of text.
- text_private - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide a single line or word of text, which shall be obscured in an interface (e.g., *****).
- text_single - Enum constant in enum org.xmpp.forms.FormField.Type
-
The field enables an entity to gather or provide a single line or word of text, which may be shown in an interface.
- to - Enum constant in enum org.xmpp.packet.Roster.Subscription
-
The user has a subscription to the contact's presence information, but the contact does not have a subscription to the user's presence information.
- 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
- toString() - Method in class org.xmpp.util.ValueWrapper
- 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.
- unavailable - Enum constant in enum org.xmpp.packet.Presence.Type
-
Typically short text message used in line-by-line chat interfaces.
- undefined_condition - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The error condition is not one of those defined by the other conditions in this list; any error type may be associated with this condition, and it SHOULD be used only in conjunction with an application-specific condition.
- undefined_condition - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The error condition is not one of those defined by the other conditions in this list; this error condition SHOULD be used only in conjunction with an application-specific condition.
- unescapeNode(String) - Static method in class org.xmpp.packet.JID
-
Un-escapes the node portion of a JID according to "JID Escaping" (XEP-0106).
- unexpected_request - Enum constant in enum org.xmpp.packet.PacketError.Condition
-
The recipient or server understood the request but was not expecting it at this time (e.g., the request was out of order); the associated error type SHOULD be "wait".
- unsubscribe - Enum constant in enum org.xmpp.packet.Presence.Type
-
The sender is unsubscribing from another entity's presence.
- unsubscribe - Enum constant in enum org.xmpp.packet.Roster.Ask
-
The roster owner has asked to the roster item to unsubscribe from it's presence but has not received confirmation.
- unsubscribed - Enum constant in enum org.xmpp.packet.Presence.Type
-
The subscription request has been denied or a previously-granted subscription has been cancelled.
- unsupported_encoding - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The initiating entity has encoded the stream in an encoding that is not supported by the server.
- unsupported_stanza_type - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
The initiating entity has sent a first-level child of the stream that is not supported by the server.
- unsupported_version - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
the value of the 'version' attribute provided by the initiating entity in the stream header specifies a version of XMPP that is not supported by the server; the server MAY specify the version(s) it supports in the <text/> element.
- USE_KEY - Enum constant in enum org.xmpp.util.ValueWrapper.Representation
-
The generated value based on the key that maps to this
ValueWrapperwould be an exact duplicate of the key. - USE_VALUE - Enum constant in enum org.xmpp.util.ValueWrapper.Representation
-
The key that maps to this
ValueWrappercan be used to generate a valid value.
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 extends Serializable> - Class in org.xmpp.util
-
A wrapper implementation for cached values, suitable for
Mapbased caches where a significant portion of keys matches the corresponding value exactly. - ValueWrapper() - Constructor for class org.xmpp.util.ValueWrapper
-
Constructs an empty wrapper.
- ValueWrapper(Exception) - Constructor for class org.xmpp.util.ValueWrapper
-
Constructs a wrapper that is used to indicate that the key that maps to this value cannot be used to generate a valid value
- ValueWrapper(V) - Constructor for class org.xmpp.util.ValueWrapper
-
Wraps a value while using the
USE_VALUErepresentation. - ValueWrapper.Representation - Enum in org.xmpp.util
-
Indication of how the key of this cache entry represents the cache value.
W
- wait - Enum constant in enum org.xmpp.packet.PacketError.Type
-
Retry after waiting (the error is temporary).
- WEEK - Static variable in class org.xmpp.util.XMPPConstants
-
The amount of milliseconds in one .
- weigh(String, ValueWrapper<String>) - Method in class org.xmpp.util.JIDWeigher
-
Returns the weight of a cache entry.
X
- xa - Enum constant in enum org.xmpp.packet.Presence.Show
-
The entity or resource is away for an extended period (xa = "eXtended Away").
- xml_not_well_formed - Enum constant in enum org.xmpp.packet.StreamError.Condition
-
Deprecated.Deprecated by RFC6120 in favor of "not_well_formed"
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form