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

A

AbstractBoshConnector - Class in tigase.jaxmpp.core.client.connector
 
AbstractBoshConnector(Observable, SessionObject) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
AbstractBoshConnector.BoshConnectorEvent - Class in tigase.jaxmpp.core.client.connector
 
AbstractBoshConnector.BoshConnectorEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
AbstractChatManager - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
AbstractChatManager() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
AbstractField<T> - Class in tigase.jaxmpp.core.client.xmpp.forms
Abstract class to implement fields.
AbstractIQModule - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractIQModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
AbstractRoomsManager - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
AbstractRoomsManager() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
AbstractSessionObject - Class in tigase.jaxmpp.core.client
Default representation of SessionObject
AbstractSessionObject() - Constructor for class tigase.jaxmpp.core.client.AbstractSessionObject
 
AbstractStanzaHandler - Class in tigase.jaxmpp.core.client
 
AbstractStanzaHandler(Element, PacketWriter, SessionObject) - Constructor for class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
AbstractStanzaModule<T extends Stanza> - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractStanzaModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
acceptSession(JID, String, String, Element, List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
Action - Enum in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Command Actions.
add(Criteria) - Method in interface tigase.jaxmpp.core.client.criteria.Criteria
Adds restriction for deeper level of elements.
add(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Adds restriction for deeper level of elements.
add(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.Or
Adds restriction for deeper level of elements.
add(T) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Register implementation of JaxmppCore
add(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
add(BareJID, String, Collection<String>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
add(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
add(BareJID, String, Collection<String>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
add(BareJID, String, String[], AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
addBooleanField(String, Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds boolean field to form.
addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
addChild(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Add child element to tree and return the added element.
addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Add child element to tree and return the added element.
addField(AbstractField<?>) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
addFieldValue(JID...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Add value to field.
addFieldValue(String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Adds value to field.
addFieldValue(String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Adds value to field.
addFixedField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds fixed field to form.
addFORM_TYPE(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds field "FORM_TYPE" hidded field to form.
addHiddenField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds hidden field to form.
addJidMultiField(String, JID...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds jid-multi field to form.
addJidSingleField(String, JID) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds jid-single field to form.
addListener(EventType, Listener<? extends Connector.ConnectorEvent>) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
addListener(EventType, Listener<? extends Connector.ConnectorEvent>) - Method in interface tigase.jaxmpp.core.client.Connector
Adds a listener bound by the given event type.
addListener(EventType, Listener<? extends Connector.ConnectorEvent>) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
addListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
addListener(EventType, Listener<?>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
addListener(Listener<?>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
addListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Adds a listener bound by the given event type.
addListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Add a listener bound by the all event types.
addListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Adds a listener bound by the given event type.
addListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Add a listener bound by the all event types.
addListener(EventType, Listener<? extends BaseEvent>) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Adds a listener bound by the given event type.
addListener(Listener<? extends BaseEvent>) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Add a listener bound by the all event types.
addListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Adds a listener bound by the given event type.
addListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Add a listener bound by the all event types.
addListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Adds a listener bound by the given event type.
addListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Add a listener bound by the all event types.
addListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
addListener(EventType, Listener<ResourceBinderModule.ResourceBindEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
addListener(EventType, Listener<SessionEstablishmentModule.SessionEstablishmentEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
addListener(EventType, Listener<? extends StreamFeaturesModule.StreamFeaturesReceivedEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
addListMultiField(String, String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds list-multi field to form.
addListSingleField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds list-single field to form.
addMechanism(SaslMechanism) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
addOption(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Adds option to field.
addOption(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Adds option to field.
addTextMultiField(String, String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds text-multi field to form.
addTextPrivateField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds text-private field to form.
addTextSingleField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds text-single field to form.
addToRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
AdHocCommand - Interface in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Base interface for implementing own ad-hoc commands.
AdHocCommansModule - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Module to handle ad-hoc commands.
AdHocCommansModule(Observable, SessionObject, PacketWriter, DiscoItemsModule, DiscoInfoModule) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
AdHocCommansModule.AdHocCommansAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Callback to handle result of ad-hoc command.
AdHocCommansModule.AdHocCommansAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
 
AdHocRequest - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class to provide request data to ad-hoc command.
AdHocRequest(Action, String, String, IQ, Map<String, Session>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
 
AdHocResponse - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class for helping sending response to the client.
AdHocResponse(PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
 
Affiliation - Enum in tigase.jaxmpp.core.client.xmpp.modules.muc
 
AnonymousMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
AnonymousMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
AsyncCallback - Interface in tigase.jaxmpp.core.client
Main interface for callback of all IQ asynchronous request-response mechanism.
attrs - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
AuthFailed - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AUTHID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
AuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule(Observable, SessionObject, XmppModulesManager) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthModule.AuthEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthEvent
 
AuthModule.DefaultCredentialsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.DefaultCredentialsCallback(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
 
AUTHORIZED - Static variable in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
Deprecated. 
AUTHORIZED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthStart - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthSuccess - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AUTOADD_STANZA_ID_KEY - Static variable in class tigase.jaxmpp.core.client.JaxmppCore
 

B

BareJID - Class in tigase.jaxmpp.core.client
XMPP entity address form <localpart@domainpart>
BareJID(String, String) - Constructor for class tigase.jaxmpp.core.client.BareJID
 
bareJIDInstance(String) - Static method in class tigase.jaxmpp.core.client.BareJID
Creates instance of BareJID.
bareJIDInstance(String, String) - Static method in class tigase.jaxmpp.core.client.BareJID
Creates instance of BareJID.
Base64 - Class in tigase.jaxmpp.core.client
Describe class Base64 here.
Base64() - Constructor for class tigase.jaxmpp.core.client.Base64
 
BaseEvent - Class in tigase.jaxmpp.core.client.observer
Base class for all events in Jaxmpp.
BaseEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.observer.BaseEvent
 
BeforeInitialPresence - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
BeforePresenceSend - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
beforeStart() - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
beforeStart() - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
Method executed just before login process is started.
bind() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
BINDED_RESOURCE_JID - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
Property name for retrieve binded resource from SessionObject.
BodyReceived - Static variable in interface tigase.jaxmpp.core.client.Connector
 
BookmarksModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0049: Private XML Storage.
BookmarksModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
BookmarksModule.BookmarksAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Bookmarks callback.
BookmarksModule.BookmarksAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
BooleanField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Boolean field type.
BOSH_SERVICE_URL - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Deprecated. use AbstractBoshConnector#BOSH_SERVICE_URL_KEY
BOSH_SERVICE_URL_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
BoshRequest - Interface in tigase.jaxmpp.core.client.connector
 
BoshXmppSessionLogic - Class in tigase.jaxmpp.core.client.connector
 
BoshXmppSessionLogic(Connector, XmppModulesManager, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 

C

canBeConverted(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
cancel() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
Chat - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
Chat(long, PacketWriter, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
ChatClosed - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
ChatCreated - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
chatIds - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
 
chats - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
chatSelector - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
ChatSelector - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
ChatUpdated - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
checkElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
checkHandlersTimeout() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Method for process stanzas without response.
checkHandlersTimeout() - Method in interface tigase.jaxmpp.core.client.SessionObject
Method for process stanzas without response.
checkSoftwareVersion(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Requests software version for given entity.
checkSoftwareVersion(JID, SoftwareVersionModule.SoftwareVersionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Requests software version for given entity.
checkTimeouts() - Method in class tigase.jaxmpp.core.client.ResponseManager
 
clear() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Reset state.
clear() - Method in interface tigase.jaxmpp.core.client.SessionObject
Reset state.
clear() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
clear(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
clear() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
clearOptions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Removes all options.
clearOptions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Removes all options.
clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Removes all values.
clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Removes all values.
clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Removes all values.
close(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
close(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Destroy chat object.
compare(Element, Element) - Method in class tigase.jaxmpp.core.client.xml.ElementComparator
 
compareTo(BareJID) - Method in class tigase.jaxmpp.core.client.BareJID
 
compareTo(JID) - Method in class tigase.jaxmpp.core.client.JID
compile(String) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPath
 
conditions - Static variable in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
configureSubscription(BareJID, String, JID, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
configureSubscription(BareJID, String, JID, JabberDataElement, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
Connected - Static variable in interface tigase.jaxmpp.core.client.Connector
Event fires after creates XMPP Stream
Connected - Static variable in class tigase.jaxmpp.core.client.JaxmppCore
 
ConnectionConfiguration - Class in tigase.jaxmpp.core.client
Connection configuration object.
ConnectionConfiguration(SessionObject) - Constructor for class tigase.jaxmpp.core.client.ConnectionConfiguration
 
Connector - Interface in tigase.jaxmpp.core.client
Main Connector interface.
connector - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Connector.ConnectorEvent - Class in tigase.jaxmpp.core.client
Event generated by Connector.
Connector.ConnectorEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.ConnectorEvent
 
Connector.State - Enum in tigase.jaxmpp.core.client
 
CONNECTOR_STAGE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
ConnectorWrapper - Class in tigase.jaxmpp.core.client.connector
 
ConnectorWrapper(Observable) - Constructor for class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
ContactAvailable - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
ContactChangedPresence - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
contactOffline(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
ContactUnavailable - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
ContactUnsubscribed - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
contains(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
countActiveRequests() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
create() - Method in interface tigase.jaxmpp.core.client.factory.UniversalFactory.FactorySpi
Creates new instance of class.
create() - Method in interface tigase.jaxmpp.core.client.observer.ObservableFactory.FactorySpi
 
create(Observable) - Method in interface tigase.jaxmpp.core.client.observer.ObservableFactory.FactorySpi
 
create(Element) - Static method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
create(Element, int) - Static method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
 
create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
 
create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Creates new instance of stanza.
create(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Creates new stanza.
createChat(JID) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
createChat(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
createChat(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Creates new chat object.
createChatInstance(JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
createError(Element, Throwable) - Static method in class tigase.jaxmpp.core.client.Processor
 
createInstance(String) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Creates instance of object with given name.
createNode(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create node on PubSub Service.
createNode(BareJID, String, Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create node on PubSub Service.
createNode(BareJID, String, Element, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create node on PubSub Service.
createNode(BareJID, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create node on PubSub Service.
createNodeConfiguration() - Static method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create empty jabber:x:data element prepared to submit.
createRoomInstance(BareJID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
createRoomInstance(BareJID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in interface tigase.jaxmpp.core.client.Connector
Returns instance of XmppSessionLogic to work with this connector.
createSubmitableElement(XDataType) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates XML Element contains only values of fields.
CREDENTIALS_CALLBACK - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
CredentialsCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
Criteria - Interface in tigase.jaxmpp.core.client.criteria
Base interface to check if given stanza may be processed by specific module.
crits - Variable in class tigase.jaxmpp.core.client.criteria.Or
 

D

DataHolder - Class in tigase.jaxmpp.core.client
 
DataHolder() - Constructor for class tigase.jaxmpp.core.client.DataHolder
 
DateTimeFormat - Class in tigase.jaxmpp.core.client.xmpp.utils
 
DateTimeFormat() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
DateTimeFormat.DateTimeFormatProvider - Interface in tigase.jaxmpp.core.client.xmpp.utils
 
decode(String) - Static method in class tigase.jaxmpp.core.client.Base64
Translates the specified Base64 string into a byte array.
DEFAULT_NAME_VAL - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Default software name.
DEFAULT_TIMEOUT - Static variable in class tigase.jaxmpp.core.client.ResponseManager
 
DefaultChatSelector - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
DefaultChatSelector() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.DefaultChatSelector
 
DefaultElement - Class in tigase.jaxmpp.core.client.xml
Default implementation of XML Element object.
DefaultElement(String) - Constructor for class tigase.jaxmpp.core.client.xml.DefaultElement
 
DefaultElement(String, String, String) - Constructor for class tigase.jaxmpp.core.client.xml.DefaultElement
 
DefaultObservable - Class in tigase.jaxmpp.core.client.observer
Object for registering listeners and fire events.
DefaultObservable() - Constructor for class tigase.jaxmpp.core.client.observer.DefaultObservable
Creates new instance of Observable.
DefaultObservable(Observable) - Constructor for class tigase.jaxmpp.core.client.observer.DefaultObservable
Creates new instance of Observable.
DefaultRoomsManager - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
DefaultRoomsManager() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
 
deleteItem(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
deleteItem(BareJID, String, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
deleteNode(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Delete node from PubSub service.
deleteNode(BareJID, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Delete node from PubSub service.
DISABLE_KEEPALIVE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
DiscoInfoModule - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoInfoModule(Observable, SessionObject, PacketWriter, XmppModulesManager) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
DiscoInfoModule.DiscoInfoAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoInfoModule.DiscoInfoAsyncCallback(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoAsyncCallback
 
DiscoInfoModule.DiscoInfoEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoInfoModule.DiscoInfoEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
DiscoInfoModule.Identity - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoInfoModule.Identity() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
DiscoItemsModule - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoItemsModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
DiscoItemsModule.DiscoItemEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoItemsModule.DiscoItemEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent
 
DiscoItemsModule.DiscoItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoItemsModule.DiscoItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemsAsyncCallback
 
DiscoItemsModule.Item - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoItemsModule.Item() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
disconnect() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
Disconnected - Static variable in class tigase.jaxmpp.core.client.JaxmppCore
 
domain - Variable in class tigase.jaxmpp.core.client.BareJID
 
DOMAIN_NAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep logical name of XMPP server.

E

element - Variable in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
Element - Interface in tigase.jaxmpp.core.client.xml
 
ElementComparator - Class in tigase.jaxmpp.core.client.xml
 
ElementComparator() - Constructor for class tigase.jaxmpp.core.client.xml.ElementComparator
 
ElementCriteria - Class in tigase.jaxmpp.core.client.criteria
Simple implementation of Criteria to check element name and its attributes..
ElementCriteria(String, String[], String[]) - Constructor for class tigase.jaxmpp.core.client.criteria.ElementCriteria
Construct criteria.
ElementWrapper - Class in tigase.jaxmpp.core.client.xml
Wrapper for Element class.
ElementWrapper(Element) - Constructor for class tigase.jaxmpp.core.client.xml.ElementWrapper
 
empty() - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria object what accepts all elements.
enable(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
encode(byte[]) - Static method in class tigase.jaxmpp.core.client.Base64
Translates the specified byte array into Base64 string.
ENCRYPTED_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
EncryptionEstablished - Static variable in interface tigase.jaxmpp.core.client.Connector
Event fires after encrypted connection is established.
equal(Element, Element) - Static method in class tigase.jaxmpp.core.client.xml.ElementComparator
 
equals(Object) - Method in class tigase.jaxmpp.core.client.BareJID
 
equals(Object) - Method in class tigase.jaxmpp.core.client.JID
equals(Object) - Method in class tigase.jaxmpp.core.client.observer.EventType
 
equals(Object) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
equals(Object) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
equals(Object) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
equals(Object) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
Error - Static variable in interface tigase.jaxmpp.core.client.Connector
Event fires on XMPP Stream error.
ErrorElement - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Class wrap around <error/> elements in stanza.
escape(String) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.EscapeUtils
 
EscapeUtils - Class in tigase.jaxmpp.core.client.xmpp.utils
 
establish() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
evaluate(Collection<Object>, Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
evaluate(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPathExpression
 
evaluateAsArray(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPathExpression
 
evaluateChallenge(String, SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
EventType - Class in tigase.jaxmpp.core.client.observer
Base class for all events type.
EventType() - Constructor for class tigase.jaxmpp.core.client.observer.EventType
 
execute(JID, String, Action, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
Calls ad-hoc command on remote resource.
EXTERNAL_KEEPALIVE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
extract(Stanza) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
extract(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
 
extract(Stanza) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 

F

FEATURES - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
Field<T> - Interface in tigase.jaxmpp.core.client.xmpp.forms
Base interface for fields.
findModules(Element) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Finds collection of modules that can handle stanza.
fireAuthStart(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
fireBeforePresenceSend(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
fireEvent(BaseEvent) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Fires an event.
fireEvent(EventType, BaseEvent) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Fires an event.
fireEvent(EventType, SessionObject) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Fires BaseEvent.
fireEvent(BaseEvent) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Fires an event.
fireEvent(EventType, BaseEvent) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Fires an event.
fireEvent(EventType, SessionObject) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Fires BaseEvent.
fireNotificationReceived(Message, String, String, String, Element, Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
fireOnConnected(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnError(int, String, Element, Throwable, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnStanzaReceived(int, String, Element, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnTerminate(int, String, Element, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
FixedField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Fixed field type.
FORCE_NON_SASL - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
If true then Non-SASL (XEP-0078) mechanism is used.
form - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
format(Date) - Method in interface tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat.DateTimeFormatProvider
 
format(Date) - Method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
FormSubmitter - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
FormSubmitter(SessionObject, PacketWriter, JID, JabberDataElement) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
Function - Interface in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Attr - Class in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Attr(String) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
 
Function.Value - Class in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Value() - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Value
 

G

get() - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Returns collection of registered instances of JaxmppCore
get(BareJID) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Return instance of JaxmppCore connected registered for specific user account.
get(SessionObject) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Returns instance of JaxmppCore connected registered for specific user account represented by SessionObject.
get(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
get(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
getAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns Action selected by client.
getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getAll() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
getAll(RosterStore.Predicate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
getAllowedSASLMechanisms(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getAsString() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getAsString() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get this element as XML string.
getAsString() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get this element as XML string.
getAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getAttribute(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get attribute by name.
getAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get attribute by name.
getAttributes() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getAttributes() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get all attributes as a Map.
getAttributes() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get all attributes as a Map.
getAvailableActions() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Returns collection of available action.
getAvailableFeatures() - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Returns all features registered by modules.
getBareJid() - Method in class tigase.jaxmpp.core.client.JID
Returns bare JID part (<localpart@domainpart>) from full JID.
getBday() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getBestPresence(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
getBindedJid() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns users JID binded on server.
getBindedJid() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns users JID binded on server.
getBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
getBody() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Return message body.
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getCachedVersion(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
 
getCategory() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
getCaught() - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
Reuturn exception if happend.
getCaught() - Method in class tigase.jaxmpp.core.client.JaxmppCore.JaxmppEvent
 
getChangedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.RosterEvent
 
getChat(JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
getChat(List<Chat>, JID, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.ChatSelector
 
getChat(List<Chat>, JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.DefaultChatSelector
 
getChat(List<Chat>, JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.JidOnlyChatSelector
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent
Return chat related to message.
getChatManager() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
getChats() - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Returns collection of all known Chat from all registered JaxmppCore.
getChats() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
getChats() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Returns all chat objects.
getChildAfter(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildAfter(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Gets the first child after specified child in children list.
getChildAfter(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Gets the first child after specified child in children list.
getChildElementValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getChildren() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildren(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildren() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get all children of the element.
getChildren(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get children by name.
getChildren() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get all children of the element.
getChildren(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get children by name.
getChildrenNS(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildrenNS(String, String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildrenNS(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get children by namespace.
getChildrenNS(String, String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get children by namespace.
getChildrenNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get children by namespace.
getChildrenNS(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get children by namespace.
getCode() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error code.
getCommand() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Return <command xmlns='http://jabber.org/protocol/commands' /> element of returned stanza.
getCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error condition.
getCondition() - Method in exception tigase.jaxmpp.core.client.XMPPException
 
getConnectionConfiguration() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns configurator.
getConnector() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
getConnector() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
getContent() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoEvent
 
getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
getCriteria() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Criteria
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
getCriteria() - Method in interface tigase.jaxmpp.core.client.XmppModule
Criteria
getData(String) - Method in class tigase.jaxmpp.core.client.DataHolder
 
getData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Return object stored in session.
getData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getDate() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
getDefaultAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Returns default action
getDefaultSubscriptionConfiguration(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getDefaultSubscriptionConfiguration(BareJID, String, PubSubModule.SubscriptionOptionsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getDelay() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getDesc() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns natural-language description of field.
getDesc() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns natural-language description of field.
getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptEvent
 
getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationEvent
 
getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getDomain() - Method in class tigase.jaxmpp.core.client.BareJID
Return domainpart.
getDomain() - Method in class tigase.jaxmpp.core.client.JID
Return domainpart.
getElementName() - Method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getElementName() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentEvent
 
getErrorCode() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns XMPPException.ErrorCondition element.
getErrorElement() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Returns features what are implemented by command.
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Returns features what are implemented by Module.
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedEvent
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.XmppModule
Returns features what are implemented by Module.
getField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns field with given name.
getFields() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns all fields of form.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
Returns value of field.
getFieldValue() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.FixedField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.HiddenField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidSingleField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextPrivateField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextSingleField
Returns value of field.
getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getFirstChild() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get the first child element of this element.
getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get the first child element of this element.
getFirstChild(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Return Data Form sent by client in request.
getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return response Data Form.
getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns 'from' attribute.
getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 
getFullName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getFunction() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
getHandlers() - Method in class tigase.jaxmpp.core.client.ResponseManager
 
getHomeAddressCtry() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeAddressLocality() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeAddressPCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeAddressRegion() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeAddressStreet() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeEmail() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeTelFax() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeTelMsg() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getHomeTelVoice() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns id of stanza.
getIdentity() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
getInfo(JID, DiscoInfoModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
getInfo(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
getInfo(JID, String, DiscoInfoModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
getInstructions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns natural language instruction.
getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns IQ stanza constains command request.
getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.RosterEvent
 
getItemId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getItems() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent
 
getItems(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
getItems(JID, DiscoItemsModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
getItems(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
getItemType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getJabberID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindEvent
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getLabel() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns label of field.
getLabel() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns label of field.
getLastMessageDate() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getLastRequest() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Return timestamp of last request.
getLocalpart() - Method in class tigase.jaxmpp.core.client.BareJID
Return localpart.
getLocalpart() - Method in class tigase.jaxmpp.core.client.JID
Return localpart.
getMechanismsOrder() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.AbstractMessageEvent
Return received message.
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Return module implementation by module class.
getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Return module implementation by module class.
getModulesManager() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
getName() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getName() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get name of this element.
getName() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get name of this element.
getName() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Return human readable name of command.
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getNameFamily() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getNameGiven() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getNameMiddle() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getNextSibling() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getNextSibling() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get next sibling to this element or null if no parent or no more siblings exist.
getNextSibling() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get next sibling to this element or null if no parent or no more siblings exist.
getNick() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getNickName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns nickname.
getNode() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Return node name of command.
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns called node of ad-hoc command.
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent
 
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getObservable() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
getObservable() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
getObservable() - Method in interface tigase.jaxmpp.core.client.Connector
Returns observable
getObservable() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
getObservable() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
getOldNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
getOrgName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getOrgUnit() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getParent() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getParent() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get parent element of this element.
getParent() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get parent element of this element.
getPassword() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
 
getPassword() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.CredentialsCallback
 
getPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item
 
getPhotoType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getPhotoVal() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getPresence() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns Store of known presences.
getPresence() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
getPresence() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns Store of known presences.
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
getPresence(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
getPresences() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getPresences(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns priority level of resource.
getProperties() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
getProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns property
getProperty(String) - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns property
getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
getQuery() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
Return <query/> child element.
getRequest() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent
 
getRequestStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
getRequestStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent
 
getResource() - Method in class tigase.jaxmpp.core.client.JID
Return resource.
getResponse() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Reutrns IQ stanza with response.
getResponseCode() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
getResponseData() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
getResponseHandler(Element, PacketWriter) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
getResponseHandler(Element, PacketWriter, SessionObject) - Method in class tigase.jaxmpp.core.client.ResponseManager
Returns handler for response of sent stanza.
getRid() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
 
getRole() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
getRole() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getRole() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
getRoomJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getRooms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
getRooms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getRoster() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns roster store
getRoster() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
getRoster() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns roster store
getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionEvent
 
getSerialversionuid() - Static method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
 
getSession() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns current Session.
getSession(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns current Session.
getSessionId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Return session ID, or null if request hasn't Session.
getSessionId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Return session ID.
getSessionObject() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.observer.BaseEvent
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getShow() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
getShow() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Return avaiability substate.
getSid() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionEvent
 
getStamp() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 
getStanza() - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
Return received stanza
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.RegistrationEvent
 
getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
getState() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
getState() - Method in interface tigase.jaxmpp.core.client.Connector
 
getState() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return state of execution.
getState() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getStatus() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns natural-language description of an entity's availability.
getStatuses() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getStatusMessage() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
getStatusMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
getStatusMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
getStreamError() - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
Returns stream error cause.
getStreamErrorElement() - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
Returns element wrapper around <error> receved element.
getStreamFeatures() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns XMPP Stream features
getStreamFeatures() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns XMPP Stream features
getSubject() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Returns subject of message.
getSubnode() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
getSubscription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
getSubscriptionConfiguration(BareJID, String, JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getSubscriptionConfiguration(BareJID, String, JID, PubSubModule.SubscriptionOptionsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getSupportedMechanisms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getTempOccupants() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getText() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return human readable error description.
getThread() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Returns thread-id.
getThreadId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
getTitle() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns title.
getTitle() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getTo() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns 'to' attribute.
getTransport() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptEvent
 
getTransports() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationEvent
 
getType() - Method in class tigase.jaxmpp.core.client.observer.BaseEvent
Returns the type of event.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns field type.
getType() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns field type.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Return data type.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error type.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Returns type of stanza.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns type of stanza.
getType(StanzaType) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns type of stanza.
getType() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getUrl() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getUserBareJid() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns users JID
getUserBareJid() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns users JID
getUserProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Get user property.
getUserProperty(String) - Method in interface tigase.jaxmpp.core.client.UserProperties
Get user property.
getValue() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getValue() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get element value.
getValue() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get element value.
getVar() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns name of field.
getVar() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns name of field.
getVersionProvider() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
 
getWorkAddressCtry() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkAddressLocality() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkAddressPCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkAddressRegion() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkAddressStreet() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkEmail() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkTelFax() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkTelMsg() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWorkTelVoice() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getWriter() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return writer.
getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getXMLNS() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get namespace of this element. traverses up to find actual namespace.
getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get namespace of this element. traverses up to find actual namespace.
getXmlns() - Static method in exception tigase.jaxmpp.core.client.XMPPException
 
getXmppModulesManages() - Method in class tigase.jaxmpp.core.client.Processor
 
getxMucUserElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
groups - Variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
guessSaslMechanism() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 

H

handle(AdHocRequest, AdHocResponse) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Main method to handle ad-hoc requests.
handleEvent(E) - Method in interface tigase.jaxmpp.core.client.observer.Listener
Execuded when an event happends.
hashCode() - Method in class tigase.jaxmpp.core.client.BareJID
 
hashCode() - Method in class tigase.jaxmpp.core.client.JID
 
hashCode() - Method in class tigase.jaxmpp.core.client.observer.EventType
 
hashCode() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
hashCode() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
hashCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
hashCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
HiddenField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Hidden field type.

I

ID_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
IDENTITY_CATEGORY_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
IDENTITY_TYPE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
IN_BAND_REGISTRATION_MODE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
InBandRegistrationModule - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
InBandRegistrationModule.RegistrationEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.RegistrationEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.RegistrationEvent
 
InfoRequested - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
init() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
init() - Method in class tigase.jaxmpp.core.client.XmppModulesManager
 
init() - Method in interface tigase.jaxmpp.core.client.XmppModulesManager.InitializingBean
 
initialize() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
initialize() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
initiateSession(JID, String, String, Element, List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
instance() - Static method in class tigase.jaxmpp.core.client.observer.ObservableFactory
 
instance(Observable) - Static method in class tigase.jaxmpp.core.client.observer.ObservableFactory
 
IQ - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation of IQ stanza.
IQ(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
 
isAllowed(JID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
This method allows to authorization sender.
isAllowedToUse(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
isAsk() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
isAuthAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
isAvailable(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
isBanMembersAndUnaffiliatedUsers() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isCancelled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
isChangeAvailabilityStatus() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isChangeRoomDefinition() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isChangeRoomNickname() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isChatOpenFor(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
isClosed() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
isComplete() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
isComplete() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
isComplete() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
isConnected() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
isDestroyRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isEditAdminList() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isEditMemberList() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isEditModeratorList() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isEditOwnerList() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isEnterMembersOnlyRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isEnterOpenRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isFrom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
 
isGrantVoice() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isHandled() - Method in class tigase.jaxmpp.core.client.observer.BaseEvent
Returns true if event was handled by any listener.
isInviteOtherUsers() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isKickParticipantsAndVisitors() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isModifySubject() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isPresenceBroadcastedToRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isPresentInRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isReceiveMessages() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isReceiveOccupantPresence() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isRegisterWithOpenRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isRegistrationAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
isRequired() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Get is this field is required.
isRequired() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Get is this field is required.
isRetrieveMemberList() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isRevokeVoice() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isSecure() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
isSecure() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
isSecure() - Method in interface tigase.jaxmpp.core.client.Connector
 
isSecure() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
isSendMessagesToAll() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isSendPrivateMessages() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isSessionEstablishingAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
isTo() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
 
isViewOccupantsJid() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
ItemAdded - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
ItemRemoved - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
ItemsRequested - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
ItemUpdated - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 

J

JabberDataElement - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Data Form.
JabberDataElement(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates instance of JabberDataElement and parse fields.
JabberDataElement(XDataType) - Constructor for class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates empty form instance.
JaxmppCore - Class in tigase.jaxmpp.core.client
Base abstract class for implementation platform-specific jaxmpp clients.
JaxmppCore(SessionObject) - Constructor for class tigase.jaxmpp.core.client.JaxmppCore
 
JaxmppCore.JaxmppEvent - Class in tigase.jaxmpp.core.client
 
JaxmppCore.JaxmppEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.JaxmppEvent
 
JaxmppException - Exception in tigase.jaxmpp.core.client.exceptions
Base Exception class in library.
JaxmppException() - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JaxmppException(String) - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JaxmppException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JaxmppException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JID - Class in tigase.jaxmpp.core.client
XMPP entity address form <localpart@domainpart/resourcepart>
jidInstance(BareJID) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID from BareJID.
jidInstance(BareJID, String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
jidInstance(String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
jidInstance(String, String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
jidInstance(String, String, String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
JidMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of jid-multi field type.
JidOnlyChatSelector - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
JidOnlyChatSelector() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.JidOnlyChatSelector
 
JidSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of jid-single field type.
JINGLE_RTP1_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JINGLE_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JingleModule - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JingleModule.JingleSessionAcceptEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionAcceptEvent(SessionObject, JID, String, Element, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptEvent
 
JingleModule.JingleSessionEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionEvent(EventType, SessionObject, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionEvent
 
JingleModule.JingleSessionInitiationEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionInitiationEvent(SessionObject, JID, String, Element, List<Element>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationEvent
 
JingleModule.JingleSessionTerminateEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionTerminateEvent(SessionObject, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateEvent
 
JingleModule.JingleTransportInfoEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleTransportInfoEvent(SessionObject, JID, String, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoEvent
 
JingleSessionAccept - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JingleSessionInitiation - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JingleSessionTerminate - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JingleTransportInfo - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
join(String, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
join(String, String, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
JoinRequested - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 

K

keepalive() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
keepalive() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
keepalive() - Method in interface tigase.jaxmpp.core.client.Connector
Whitespace ping.
keepalive() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Whitespace ping.

L

leave(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
Listener<E extends BaseEvent> - Interface in tigase.jaxmpp.core.client.observer
Interface for objects that are notified of events.
ListMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of list-multi field type.
ListSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of list-single field type.
loadCachedRoster(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
 
localpart - Variable in class tigase.jaxmpp.core.client.BareJID
 
log - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
log - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
log - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
log - Variable in class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
log - Variable in class tigase.jaxmpp.core.client.ResponseManager
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
login() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
login() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
login() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
login() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 

M

makeElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
makeResult(Element) - Static method in class tigase.jaxmpp.core.client.xml.XmlTools
 
match(Element) - Method in interface tigase.jaxmpp.core.client.criteria.Criteria
This method checks if element match to conditions.
match(Element) - Method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
This method checks if element match to conditions.
match(Element) - Method in class tigase.jaxmpp.core.client.criteria.Or
This method checks if element match to conditions.
match(RosterItem) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore.Predicate
 
Message - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation od Message stanza.
Message(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.Message
 
MessageError - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
MessageModule - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
Module to handle messages.
MessageModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
MessageModule.AbstractMessageEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.AbstractMessageEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.AbstractMessageEvent
 
MessageModule.MessageEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.MessageEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent
 
MessageReceived - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
MessageReceived - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
modulesInit() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
modulesManager - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
MucMessageReceived - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
MucModule - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
MucModule.MucEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.MucEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
MultiJaxmpp - Class in tigase.jaxmpp.core.client
Class for keeping many instances of JaxmppCore
MultiJaxmpp() - Constructor for class tigase.jaxmpp.core.client.MultiJaxmpp
 

N

name - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
name(String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria object to check name of element.
name(String, String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria object to check name of element and its namespace.
name(String, String[], String[]) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
name() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
name() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
name() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
NAME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep software name in SessionObject.
NewRoomCreated - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
next() - Static method in class tigase.jaxmpp.core.client.UIDGenerator
Generate next id;
nextCriteria - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
nextRid() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
nextUID() - Method in class tigase.jaxmpp.core.client.UIDGenerator
 
NICKNAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users nickname
Node - Class in tigase.jaxmpp.core.client.criteria.tpath
 
Node(Criteria, Node) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Node
 
Node(Criteria, Node, Function) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Node
 
NonSaslAuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
NonSaslAuthModule.NonSaslAuthEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent
 
NotificationReceived - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
NotSupportedError - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 

O

observable - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
observable - Variable in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
observable - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Observable - Interface in tigase.jaxmpp.core.client.observer
Object for registering listeners and fire events.
observable - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
observable - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
observable - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
observable - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
ObservableFactory - Class in tigase.jaxmpp.core.client.observer
 
ObservableFactory.FactorySpi - Interface in tigase.jaxmpp.core.client.observer
 
Occupant - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
Occupant() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
OccupantChangedNick - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
OccupantChangedPresence - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
OccupantComes - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
OccupantLeaved - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
onBookmarksReceived(List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
onEror(IQ, XMPPException.ErrorCondition, PubSubErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
 
onError(Stanza, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when received response has type error.
onError(BoshRequest, int, String, Element, Throwable) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
 
onException(JaxmppException) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onException(JaxmppException) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic.SessionListener
 
onInfoReceived(String, Collection<DiscoInfoModule.Identity>, Collection<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoAsyncCallback
 
onInfoReceived(String, ArrayList<DiscoItemsModule.Item>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemsAsyncCallback
 
onNetworkDisconnected() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
onPong(long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
Called on success.
onPublish(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
 
onReceiveConfiguration(IQ, String, JID, JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
 
onResourceBinded(ResourceBinderModule.ResourceBindEvent) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onResponse(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onResponseReceived(String, String, State, JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Method called when response of ad-hoc command is received.
onRetrieve(IQ, String, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
onRosterCleared() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
onStanzaReceived(Element) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamError(Connector.ConnectorEvent) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamTerminated(Connector.ConnectorEvent) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onSubscribe(IQ, String, JID, String, Subscription) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionAsyncCallback
 
onSuccess(Stanza) - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when received response has type result.
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Called when received response has type result.
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
 
onTerminate(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onTimeout() - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when response wasn't received in given time.
onTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onVCardReceived(VCard) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
 
onVersionReceived(String, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
Called on success.
Or - Class in tigase.jaxmpp.core.client.criteria
Criteria implementation to realize OR operator.
Or(Criteria...) - Constructor for class tigase.jaxmpp.core.client.criteria.Or
 
OS_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep operating system name in SessionObject.

P

PacketWriter - Interface in tigase.jaxmpp.core.client
Interface for writing to XMPP Stream.
packetWriter - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
packetWriter - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
packetWriter - Variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
parse(String) - Method in interface tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat.DateTimeFormatProvider
 
parse(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
PASSWORD - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users password
ping(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
Ping given XMPP entity.
ping(JID, PingModule.PingAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
Ping given XMPP entity.
PingModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0199 XMPP Ping.
PingModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
PingModule.PingAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Ping callback.
PingModule.PingAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
 
PlainMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
PlainMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
prepareBody(byte[]) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareIqPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
prepareRetartBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareStartBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareTerminateBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
presence - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
Presence - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation of Presence stanza.
Presence(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
 
Presence.Show - Enum in tigase.jaxmpp.core.client.xmpp.stanzas
Availability sub-state
PresenceError - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
PresenceModule - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
PresenceModule.PresenceEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.PresenceEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
PresenceStore - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceStore() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
process() - Method in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
process() - Method in class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
process(Element) - Method in class tigase.jaxmpp.core.client.Processor
Process received stanza.
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
process(T) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
process(Message, Observable) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
process(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
process(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
process(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
process(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
process(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
process(Element) - Method in interface tigase.jaxmpp.core.client.XmppModule
Main method of module.
processChallenge(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
processDefaultDiscoEvent(DiscoInfoModule.DiscoInfoEvent) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
processDiscoInfoEvent(DiscoInfoModule.DiscoInfoEvent) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processDiscoItemEvent(DiscoItemsModule.DiscoItemEvent) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processException(JaxmppException) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processFailure(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Method for processing stanza <iq type='get'>.
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
processMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processNonSaslEvent(NonSaslAuthModule.NonSaslAuthEvent) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processor - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Processor - Class in tigase.jaxmpp.core.client
Class for process incoming stanza.
Processor(XmppModulesManager, AbstractSessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.Processor
 
Processor.FeatureNotImplementedResponse - Class in tigase.jaxmpp.core.client
 
Processor.FeatureNotImplementedResponse(Element, PacketWriter, SessionObject) - Constructor for class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
processPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processResourceBindEvent(ResourceBinderModule.ResourceBindEvent) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processSaslEvent(SaslModule.SaslEvent) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processSendData(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Method for processing stanza <iq type='set'>.
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
processStreamFeatures(StreamFeaturesModule.StreamFeaturesReceivedEvent) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processSuccess(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
properties - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
publishBookmarks(List<Element>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
Send list of bookmarks to private storage.
publishItem(BareJID, String, String, Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
publishItem(BareJID, String, String, Element, PubSubModule.PublishAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
PubSubAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
 
PubSubErrorCondition - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
Publish-Subscribe Module.
PubSubModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
PubSubModule.PublishAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.PublishAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
 
PubSubModule.PubSubEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.PubSubEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
PubSubModule.RetrieveItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.RetrieveItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
PubSubModule.RetrieveItemsAsyncCallback.Item - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionAsyncCallback
 
PubSubModule.SubscriptionOptionsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionOptionsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
 

R

ReceivedError - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
ReceivedRequestedFields - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
ReceivedTimeout - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
register(AdHocCommand) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
Registers new ad-hoc command.
register(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
register(String, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
register(T) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Register XmppModule.
registerResponseHandler(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
registerResponseHandler(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.ResponseManager
Register callback for response of sent stanza.
rejoin() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
remove(T) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Unregisters JaxmppCore.
remove(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
remove(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
remove(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
remove(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
removeAccount(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
removeAll() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
removeAllListeners() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
removeAllListeners() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
Deprecated. 
removeAllListeners() - Method in interface tigase.jaxmpp.core.client.Connector
 
removeAllListeners() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
removeAllListeners() - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Removes all listeners.
removeAllListeners() - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Removes all listeners.
removeAllListeners() - Method in interface tigase.jaxmpp.core.client.observer.Observable
Removes all listeners.
removeAllListeners() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Removes all listeners.
removeAllListeners() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Removes all listeners.
removeAllListeners() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
removeAttribute(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Remove attribute from element.
removeAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Remove attribute from element.
removeChild(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
removeChild(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Remove child from element.
removeChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Remove child from element.
removeData(String) - Method in class tigase.jaxmpp.core.client.DataHolder
 
removeData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
removeFromRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
removeListener(EventType, Listener<Connector.ConnectorEvent>) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
removeListener(EventType, Listener<Connector.ConnectorEvent>) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
removeListener(EventType, Listener<Connector.ConnectorEvent>) - Method in interface tigase.jaxmpp.core.client.Connector
 
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
removeListener(Listener<?>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Removes a listener.
removeListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Removes a listener.
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Removes a listener.
removeListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.observer.DefaultObservable
Removes a listener.
removeListener(EventType, Listener<? extends BaseEvent>) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Removes a listener.
removeListener(Listener<? extends BaseEvent>) - Method in interface tigase.jaxmpp.core.client.observer.Observable
Removes a listener.
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Removes a listener.
removeListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Removes a listener.
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Removes a listener.
removeListener(Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Removes a listener.
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeListener(EventType, Listener<? extends BaseEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
removeListener(EventType, Listener<ResourceBinderModule.ResourceBindEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
removeListener(EventType, Listener<SessionEstablishmentModule.SessionEstablishmentEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
removeListener(EventType, Listener<? extends StreamFeaturesModule.StreamFeaturesReceivedEvent>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
requests - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
RESOURCE - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep XMPP resource
ResourceBinderModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Resource Binding.
ResourceBinderModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
ResourceBinderModule.ResourceBindEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
ResourceBinderModule.ResourceBindEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindEvent
 
ResourceBindError - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
Event fires on binding error.
resourceBindListener - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
ResourceBindSuccess - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
Event fires on binding success.
responseManager - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
ResponseManager - Class in tigase.jaxmpp.core.client
 
ResponseManager() - Constructor for class tigase.jaxmpp.core.client.ResponseManager
 
ResponseManager.Entry - Class in tigase.jaxmpp.core.client
 
ResponseManager.Entry(JID, long, long, AsyncCallback) - Constructor for class tigase.jaxmpp.core.client.ResponseManager.Entry
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
restartStream() - Method in interface tigase.jaxmpp.core.client.Connector
 
retrieveBookmarks(BookmarksModule.BookmarksAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
Retrieve bookmarks from private storage.
retrieveItem(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveItem(BareJID, String, PubSubModule.RetrieveItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveItem(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveItem(BareJID, String, String, Integer, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveItem(BareJID, String, String, PubSubModule.RetrieveItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveVCard(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
retrieveVCard(JID, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
retrieveVCard(JID, VCardModule.VCardAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
RID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
Role - Enum in tigase.jaxmpp.core.client.xmpp.modules.muc
 
Room - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
Room(long, PacketWriter, BareJID, String, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
Room.State - Enum in tigase.jaxmpp.core.client.xmpp.modules.muc
 
RoomClosed - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
Local instance of Chat Room was closed because of, for example, presence error.
rooms - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
roster - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
roster - Variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
RosterCacheProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterItem - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterItem(BareJID, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
RosterItem.Subscription - Enum in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
RosterModule.RosterEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.RosterEvent.ChangeAction - Enum in tigase.jaxmpp.core.client.xmpp.modules.roster
 
rosterRequest() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
RosterStore - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterStore() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
RosterStore.Predicate - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
 
run() - Method in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 

S

SASL_MECHANISM - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
SaslMechanism - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslMechanism.Status - Enum in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
SaslModule.SaslError - Enum in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslEvent
 
SaslModule.UnsupportedSaslMechanisms - Exception in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.UnsupportedSaslMechanisms() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.UnsupportedSaslMechanisms
 
SEE_OTHER_HOST_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
send(byte[]) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
send(Element) - Method in interface tigase.jaxmpp.core.client.Connector
 
send(Stanza) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
send(Stanza, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
send(Stanza, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
sendInitialPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
sendMessage(JID, String, String) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
sendMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
sendMessage(JID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Sends message.
sendMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
SERVER_NAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Deprecated. 
serviceJID - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
Session - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class for help handle longer conversation with client.
Session(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
 
SESSION_ESTABLISHED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentError - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Session Establishment.
SessionEstablishmentModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentModule.SessionEstablishmentEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentEvent(EventType, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentEvent
 
SessionEstablishmentSuccess - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
sessionLogic - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
sessionObject - Variable in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
sessionObject - Variable in class tigase.jaxmpp.core.client.ConnectionConfiguration
 
sessionObject - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
sessionObject - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
SessionObject - Interface in tigase.jaxmpp.core.client
Session object is for store state of connection, modules etc.
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
setAsk(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setAttribute(String, String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set value of attribute.
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set value of attribute.
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setAttributes(Map<String, String>) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set a number of attributes.
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set a number of attributes.
setBday(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
setBody(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets body of message.
setCategory(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
setCaught(Throwable) - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
 
setCaught(Throwable) - Method in class tigase.jaxmpp.core.client.JaxmppCore.JaxmppEvent
 
setChat(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent
 
setChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
setChildElementValue(String, String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
setConnector(Connector) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
setCredentialsCallback(CredentialsCallback) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set credentials callback;
setCriteria(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setData(String, Object) - Method in class tigase.jaxmpp.core.client.DataHolder
 
setData(String, T) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Store object in session.
setData(String, Object) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setDate(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setDefaultAction(Action) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set default action.
setDelay(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setDesc(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Set natural-language description of field.
setDesc(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Set natural-language description of field.
setDescription(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setDomain(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set logical name of XMPP server.
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent
 
setError(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslEvent
 
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindEvent
 
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentEvent
 
setErrorElement(ErrorElement) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
setFactorySpi(ObservableFactory.FactorySpi) - Static method in class tigase.jaxmpp.core.client.observer.ObservableFactory
 
setFeatures(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
setFeatures(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedEvent
 
setFieldValue(Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
Sets value of field.
setFieldValue(T) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.FixedField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.HiddenField
Sets value of field.
setFieldValue(JID[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Sets value of field.
setFieldValue(JID) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidSingleField
Sets value of field.
setFieldValue(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Sets value of field.
setFieldValue(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextPrivateField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextSingleField
Sets value of field.
setForm(JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set reponse data form.
setFrom(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets 'from' attribute.
setFullName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setFunction(Function) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setHandled(boolean) - Method in class tigase.jaxmpp.core.client.observer.BaseEvent
true if event was handled by listener.
setHomeAddressCtry(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressLocality(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressPCode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressRegion(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressStreet(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeEmail(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeTelFax(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeTelMsg(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeTelVoice(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setId(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets id of stanza
setIdentity(DiscoInfoModule.Identity) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
setInstructions(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Sets natural-language instruction.
setItemId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setItemType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setJabberID(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindEvent
 
setLabel(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Sets label of field.
setLabel(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets label of field.
setLastMessageDate(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.AbstractMessageEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setNameFamily(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNameGiven(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNameMiddle(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setNickName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets nickname.
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent
 
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.Item
 
setNodeName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setObservable(Observable) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setObservable(Observable) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
setObservable(Observable) - Method in interface tigase.jaxmpp.core.client.Connector
 
setObservable(Observable) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
setOccupant(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setOldNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setOrgName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setOrgUnit(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setParent(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setParent(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set element parent.
setParent(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set element parent.
setPassword(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
setPayload(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setPhotoType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setPhotoVal(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
setPresence(Presence.Show, String, Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
setPresence(Presence.Show, String, Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
setPriority(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
setPriority(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets priority level of resource.
setProperty(String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set property.
setProperty(String, Object) - Method in interface tigase.jaxmpp.core.client.SessionObject
Set property.
setProvider(DateTimeFormat.DateTimeFormatProvider) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
setPubSubJID(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent
 
setRequest(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent
 
setRequestStanza(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
 
setRequestStanza(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent
 
setRequired(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Set if this field is required one.
setRequired(boolean) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Set if this field is required one.
setResource(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set XMPP resource.
setResponseCode(int) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
setResponseData(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent
 
setRole(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setSessionId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
Set XmppSessionLogic.SessionListener.
setShow(Presence.Show) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
setShow(Presence.Show) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets avaiability sub-state.
setSid(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setSpi(String, UniversalFactory.FactorySpi<?>) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Registers object factory with name.
setStage(Connector.State) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setStanza(Element) - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
 
setStanza(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.RegistrationEvent
 
setState(State) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set execution state.
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent
 
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets natural-language description of an entity's availability.
setStreamError(StreamError) - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
 
setStreamErrorElement(Element) - Method in class tigase.jaxmpp.core.client.Connector.ConnectorEvent
 
setStreamFeatures(Element) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set XMPP Stream features
setStreamFeatures(Element) - Method in interface tigase.jaxmpp.core.client.SessionObject
Set XMPP Stream features
setSubject(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets subject of message.
setSubnode(Node) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setSubscription(RosterItem.Subscription) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setThread(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets thread-id of message.
setThreadId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
setTitle(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Sets form title.
setTitle(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setTo(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets 'to' attribute.
setType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
 
setType(StanzaType) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets type of stanza.
setUrl(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setUserJID(BareJID) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users JabberID.
setUserJID(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users JabberID.
setUserPassword(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users password.
setUserProperty(String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set user property.
setUserProperty(String, Object) - Method in interface tigase.jaxmpp.core.client.UserProperties
Set user property.
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setValue(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set value of this element.
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set value of this element.
setVar(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Sets name of field.
setVar(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets name of field.
setWorkAddressCtry(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressLocality(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressPCode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressRegion(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressStreet(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkEmail(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkTelFax(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkTelMsg(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkTelVoice(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setXMLNS(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Change the namespace of this element.
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Change the namespace of this element.
setxMucUserElement(XMucUserElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
setXMucUserElement(XMucUserElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent
 
SID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
SoftwareVersionModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0092: Software Version.
SoftwareVersionModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
SoftwareVersionModule.SoftwareVersionAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Software version callback.
SoftwareVersionModule.SoftwareVersionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
 
Stanza - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Abstract representation of Stanza.
Stanza(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
Stanza.UnkownStanzaTypeException - Exception in tigase.jaxmpp.core.client.xmpp.stanzas
 
Stanza.UnkownStanzaTypeException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
Stanza.UnkownStanzaTypeException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
Stanza.UnkownStanzaTypeException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
Stanza.UnkownStanzaTypeException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
StanzaReceived - Static variable in interface tigase.jaxmpp.core.client.Connector
Event fires after creates XMPP Stream.
stanzaReceivedListener - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
StanzaSending - Static variable in interface tigase.jaxmpp.core.client.Connector
 
StanzaType - Enum in tigase.jaxmpp.core.client.xmpp.stanzas
 
start() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
start() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
start() - Method in interface tigase.jaxmpp.core.client.Connector
 
start() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
State - Enum in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Ad-hoc command execution state.
StateChange - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
StateChanged - Static variable in interface tigase.jaxmpp.core.client.Connector
Event fires after connection state is changed.
STATUS_NEW_NICKNAME - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
stop() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
stop() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
stop() - Method in interface tigase.jaxmpp.core.client.Connector
 
stop(boolean) - Method in interface tigase.jaxmpp.core.client.Connector
 
StreamError - Enum in tigase.jaxmpp.core.client.connector
 
streamErrorListener - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
streamFeatures - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
StreamFeaturesModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Stream Features.
StreamFeaturesModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
StreamFeaturesModule.StreamFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
StreamFeaturesModule.StreamFeaturesReceivedEvent(Element, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedEvent
 
StreamFeaturesReceived - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
Event fires when stream features are received.
StreamTerminated - Static variable in interface tigase.jaxmpp.core.client.Connector
Event fires after XMPP Stream is terminated.
streamTerminateListener - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
submit(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
subscribe(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
subscribe(BareJID, String, JID, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
subscribe(BareJID, String, JID, JabberDataElement, PubSubModule.SubscriptionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
subscribe(BareJID, String, JID, PubSubModule.SubscriptionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
subscribed(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
SubscribeRequest - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
Subscription - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

T

terminate() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
 
terminateAllWorkers() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
terminateSession(JID, String, JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
TextMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-multi field type.
TextPrivateField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-private field type.
TextSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-single field type.
tigase.jaxmpp.core.client - package tigase.jaxmpp.core.client
 
tigase.jaxmpp.core.client.connector - package tigase.jaxmpp.core.client.connector
 
tigase.jaxmpp.core.client.criteria - package tigase.jaxmpp.core.client.criteria
 
tigase.jaxmpp.core.client.criteria.tpath - package tigase.jaxmpp.core.client.criteria.tpath
 
tigase.jaxmpp.core.client.exceptions - package tigase.jaxmpp.core.client.exceptions
 
tigase.jaxmpp.core.client.factory - package tigase.jaxmpp.core.client.factory
 
tigase.jaxmpp.core.client.observer - package tigase.jaxmpp.core.client.observer
 
tigase.jaxmpp.core.client.xml - package tigase.jaxmpp.core.client.xml
 
tigase.jaxmpp.core.client.xmpp.forms - package tigase.jaxmpp.core.client.xmpp.forms
 
tigase.jaxmpp.core.client.xmpp.modules - package tigase.jaxmpp.core.client.xmpp.modules
 
tigase.jaxmpp.core.client.xmpp.modules.adhoc - package tigase.jaxmpp.core.client.xmpp.modules.adhoc
 
tigase.jaxmpp.core.client.xmpp.modules.auth - package tigase.jaxmpp.core.client.xmpp.modules.auth
 
tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms - package tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
tigase.jaxmpp.core.client.xmpp.modules.chat - package tigase.jaxmpp.core.client.xmpp.modules.chat
 
tigase.jaxmpp.core.client.xmpp.modules.disco - package tigase.jaxmpp.core.client.xmpp.modules.disco
 
tigase.jaxmpp.core.client.xmpp.modules.jingle - package tigase.jaxmpp.core.client.xmpp.modules.jingle
 
tigase.jaxmpp.core.client.xmpp.modules.muc - package tigase.jaxmpp.core.client.xmpp.modules.muc
 
tigase.jaxmpp.core.client.xmpp.modules.presence - package tigase.jaxmpp.core.client.xmpp.modules.presence
 
tigase.jaxmpp.core.client.xmpp.modules.pubsub - package tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
tigase.jaxmpp.core.client.xmpp.modules.registration - package tigase.jaxmpp.core.client.xmpp.modules.registration
 
tigase.jaxmpp.core.client.xmpp.modules.roster - package tigase.jaxmpp.core.client.xmpp.modules.roster
 
tigase.jaxmpp.core.client.xmpp.modules.vcard - package tigase.jaxmpp.core.client.xmpp.modules.vcard
 
tigase.jaxmpp.core.client.xmpp.stanzas - package tigase.jaxmpp.core.client.xmpp.stanzas
 
tigase.jaxmpp.core.client.xmpp.utils - package tigase.jaxmpp.core.client.xmpp.utils
 
tigase.jaxmpp.core.client.xmpp.utils.delay - package tigase.jaxmpp.core.client.xmpp.utils.delay
 
toString() - Method in class tigase.jaxmpp.core.client.BareJID
 
toString() - Method in class tigase.jaxmpp.core.client.JID
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
TPath - Class in tigase.jaxmpp.core.client.criteria.tpath
 
TPath() - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.TPath
 
TPathExpression - Class in tigase.jaxmpp.core.client.criteria.tpath
 
transportInfo(JID, JID, String, Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
TRUST_MANAGERS_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Key for define property.

U

UIDGenerator - Class in tigase.jaxmpp.core.client
Unique IDs generator.
UIDGenerator() - Constructor for class tigase.jaxmpp.core.client.UIDGenerator
 
unbind() - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
unbind() - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
In this method implementation must unregister all previously registered listeners.
unescape(String) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.EscapeUtils
 
UniversalFactory - Class in tigase.jaxmpp.core.client.factory
Provides methods to inject alternative implementation of object in several points in this library.
UniversalFactory.FactorySpi<T> - Interface in tigase.jaxmpp.core.client.factory
Interface for object factory.
unlockItem(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
unlockItem(BareJID, String, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
unregister(T) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Unregisters module.
unsubscribe(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
unsubscribe(BareJID, String, JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
unsubscribe(BareJID, String, JID, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
unsubscribed(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
update(Chat, JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
update(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
update(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
update(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
updateReceivedVersion(SessionObject, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
 
USER_BARE_JID - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users JID
userProperties - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
UserProperties - Interface in tigase.jaxmpp.core.client
Interface to keep user properties.

V

value(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
 
value(Element) - Method in interface tigase.jaxmpp.core.client.criteria.tpath.Function
 
value(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Function.Value
 
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.Connector.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.forms.XDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Room.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubErrorCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.RosterEvent.ChangeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.StanzaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
Returns the enum constant of this type with the specified name.
values() - Static method in enum tigase.jaxmpp.core.client.Connector.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.forms.XDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Room.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.RosterEvent.ChangeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.StanzaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
VCard - Class in tigase.jaxmpp.core.client.xmpp.modules.vcard
 
VCard() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
VCardModule - Class in tigase.jaxmpp.core.client.xmpp.modules.vcard
 
VCardModule(Observable, SessionObject, PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
VCardModule.VCardAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.vcard
 
VCardModule.VCardAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
 
VERSION_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep software version in SessionObject.

W

write(Element) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a element to Stream.
write(Element, AsyncCallback) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a (IQ) stanza element to Stream and register callback with default timeout.
write(Element, Long, AsyncCallback) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a (IQ) stanza element to Stream and register callback with given timeout.
writer - Variable in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
writer - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 

X

XDataType - Enum in tigase.jaxmpp.core.client.xmpp.forms
Types of form.
XMLException - Exception in tigase.jaxmpp.core.client.xml
Exception for XML errors.
XMLException() - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Creates a new instance of XMLException without detail message.
XMLException(String) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified detail message.
XMLException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified detail message and cause.
XMLException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified cause.
xmlns(String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria checking only xmlns attribute.
XMLNS - Static variable in exception tigase.jaxmpp.core.client.XMPPException
 
XmlTools - Class in tigase.jaxmpp.core.client.xml
 
XmlTools() - Constructor for class tigase.jaxmpp.core.client.xml.XmlTools
 
XmppDelay - Class in tigase.jaxmpp.core.client.xmpp.utils.delay
 
XMPPException - Exception in tigase.jaxmpp.core.client
 
XMPPException(XMPPException.ErrorCondition) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, String) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, Throwable) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException.ErrorCondition - Enum in tigase.jaxmpp.core.client
 
XmppModule - Interface in tigase.jaxmpp.core.client
Main interface for implement modules.
XmppModulesManager - Class in tigase.jaxmpp.core.client
XMPP Modules Manager.
XmppModulesManager() - Constructor for class tigase.jaxmpp.core.client.XmppModulesManager
 
XmppModulesManager.InitializingBean - Interface in tigase.jaxmpp.core.client
 
XmppSessionLogic - Interface in tigase.jaxmpp.core.client
Interface for classes with session logic.
XmppSessionLogic.SessionListener - Interface in tigase.jaxmpp.core.client
Interface for session listener.
XMucUserElement - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Y

YouJoined - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 

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

Copyright © 2006-2012 Tigase. All Rights Reserved.