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

A

AbstractBoshConnector - Class in tigase.jaxmpp.core.client.connector
Abstract class for implementing BOSH connector.
AbstractBoshConnector(Context) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
AbstractBoshConnector.BoshPacketReceivedHandler - Interface in tigase.jaxmpp.core.client.connector
Implemented by handlers of BoshPacketReceivedEvent.
AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent - Class in tigase.jaxmpp.core.client.connector
Fired BOSH packet is received.
AbstractBoshConnector.BoshPacketSendingHandler - Interface in tigase.jaxmpp.core.client.connector
Implemented by handlers of BoshPacketSendingEvent.
AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent - Class in tigase.jaxmpp.core.client.connector
Fired when BOSH packet is sending.
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() - 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
 
AbstractSaslMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
AbstractSaslMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
AbstractScram - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
AbstractScram(String, String, byte[], byte[]) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
AbstractScram.BindType - Enum in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
AbstractSessionObject - Class in tigase.jaxmpp.core.client
Default representation of SessionObject
AbstractSessionObject() - Constructor for class tigase.jaxmpp.core.client.AbstractSessionObject
 
AbstractSessionObject.Entry - Class in tigase.jaxmpp.core.client
 
AbstractSocketXmppSessionLogic<T extends Connector> - Class in tigase.jaxmpp.core.client.connector
 
AbstractSocketXmppSessionLogic(T, XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
AbstractStanzaExtendableModule<T extends Stanza> - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractStanzaExtendableModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
AbstractStanzaHandler - Class in tigase.jaxmpp.core.client
Abstract class for handling incoming XMPP Stanzas.
AbstractStanzaHandler(Element, Context) - Constructor for class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
AbstractStanzaModule<T extends Stanza> - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractStanzaModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
AbstractWebSocketConnector - Class in tigase.jaxmpp.core.client.connector
 
AbstractWebSocketConnector(Context) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
acceptFile(FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
acceptFile(JaxmppCore, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
acceptFile(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
acceptFile(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
acceptSession(JID, String, String, Element, List<Transport>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
acceptStreamInitiation(FileTransfer, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
ACCOUNT_FEATURES_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
AccountFeaturesReceivedEvent(SessionObject, IQ, String[]) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent
 
Action - Enum in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Command Actions.
ActivateCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.ActivateCallback
 
active() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
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
Adds new contact to roster.
add(BareJID, String, Collection<String>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Adds new contact to roster.
add(BareJID, String, String[], AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Adds new contact to roster.
addAuthFailedHandler(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addAuthStartHandler(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addAuthSuccessHandler(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addBeforePresenceSendHandler(PresenceModule.BeforePresenceSendHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
addBooleanField(String, Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds boolean field to form.
addCandidate(Candidate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
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.ElementBuilder
 
addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Add child element to tree and return the added element.
addChild(Element) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
addChild(Element) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
addClearedHandler(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
addContactAvailableHandler(PresenceModule.ContactAvailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
addContactChangedPresenceHandler(PresenceModule.ContactChangedPresenceHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
addContactUnavailableHandler(PresenceModule.ContactUnavailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
addContactUnsubscribedHandler(PresenceModule.ContactUnsubscribedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
addContains(String...) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
addDeviceCipher(SignalProtocolAddress, SessionCipher) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
 
addDeviceCipher(SignalProtocolStore, SignalProtocolAddress) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
 
addEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
Adds EventBus to collector.
addExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
addExtension(Extension) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
 
addExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
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.
addFileInfoFormToStanza(Stanza, String, long, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
addFileTransferRequestHandler(FileTransferModule.FileTransferRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
addFixedField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds fixed field to form.
addFixedField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds fixed field to form.
addFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
addFORM_TYPE(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds field "FORM_TYPE" hidded field to form.
addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Adds handler to receive given type of events.
addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
addHiddenField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds hidden field to form.
addItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
addItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
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(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Adds listener to receive given type of events.
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Adds listener to receive all types events.
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
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
 
addMechanism(SaslMechanism, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
addNegotiator(FileTransferNegotiator) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
addNotificationReceivedHandler(PubSubModule.NotificationReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
addNotSupportedErrorHandler(InBandRegistrationModule.NotSupportedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
addOobLink(Stanza, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
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.
addReceivedErrorHandler(InBandRegistrationModule.ReceivedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
addReceivedRequestedFieldsHandler(InBandRegistrationModule.ReceivedRequestedFieldsHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
addReceivedTimeoutHandler(InBandRegistrationModule.ReceivedTimeoutHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
addResourceBindErrorHandler(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
addResourceBindSuccessHandler(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
addServerFeaturesReceivedHandler(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
addSessionEstablishmentErrorHandler(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
addSessionEstablishmentSuccessHandler(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
addStreamFeaturesReceivedHandler(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
addStreamManagementEnabledHandler(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
addStreamManagementFailedHandler(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
addStreamResumedHandler(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
addSubscribeRequestHandler(PresenceModule.SubscribeRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
addTags(String...) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
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.
addToArray(JavaScriptObject, JavaScriptObject) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
addToRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
addUnacknowledgedHandler(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
AdHocCommand - Interface in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Base interface for implementing own ad-hoc commands.
AdHocCommansAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
 
AdHocCommansModule - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Module to handle ad-hoc commands.
AdHocCommansModule() - 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.
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
 
Affiliation - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
AffiliationElement() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
AffiliationElement(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
AffiliationsRetrieveAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationsRetrieveAsyncCallback
 
after(E) - Method in interface tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback.RunAfter
 
afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
 
afterReceive(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
 
afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PEPExtension
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
afterRegister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
Called when module is registered.
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
ALGORITHM_NAME - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
AndroidDNSResolver - Class in tigase.jaxmpp.android
 
AndroidDNSResolver() - Constructor for class tigase.jaxmpp.android.AndroidDNSResolver
 
AnonymousMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
AnonymousMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
appendToBody(Element) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
AsyncCallback - Interface in tigase.jaxmpp.core.client
Main interface for callback of all IQ asynchronous request-response mechanism.
Attr(String) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
 
attrs - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
AuthFailedEvent(SessionObject, SaslModule.SaslError) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
AuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
Module used for authentication.
AuthModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthModule.AuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthFailedHandler.AuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthStartHandler.AuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthSuccessHandler.AuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.DefaultCredentialsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AUTHORIZED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthStartEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler.AuthStartEvent
 
AuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler.AuthSuccessEvent
 
AUTOADD_STANZA_ID_KEY - Static variable in class tigase.jaxmpp.core.client.JaxmppCore
 
AUTOCREATE_OMEMO_SESSION - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 

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
Base64 encoder/decoder.
Base64() - Constructor for class tigase.jaxmpp.core.client.Base64
 
beforeMessageProcess(Message, Chat) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModuleExtension
 
beforeMessageProcess(Message, Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
 
BeforePresenceSendEvent(SessionObject, Presence, JaxmppEventWithCallback.RunAfter<PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
beforeRegister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
Called just before registration module in XmppModulesManager .
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
beforeSend(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
beforeSend(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
 
beforeSend(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
 
beforeSend(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
beforeSend(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
beforeSend(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PEPExtension
 
beforeStart() - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
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.
beforeStart() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketInBandRegistrationXmppSessionLogic
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
beforeUnregister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
Called when module is unregistered.
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
bestPresence - Variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
bind() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
BINDED_RESOURCE_JID - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
Duplicate of ResourceBinderModule#BINDED_RESOURCE_JID to avoid dependency between modules.
BINDED_RESOURCE_JID - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
Property name for retrieve binded resource from SessionObject.
BookmarksAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
BookmarksModule - Class in tigase.jaxmpp.core.client.xmpp.modules
BookmarksModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
BookmarksModule.BookmarksAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Bookmarks callback.
BooleanField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Boolean field type.
BOSH_IGNORE_SERVER_HOST - Static variable in class tigase.jaxmpp.gwt.client.connectors.BoshConnector
property used to disable usage of host attribute to redirect next requests to other hostname
BOSH_SERVICE_URL_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Name of property that specify BOSH service URL.
Type: String.
BoshConnector - Class in tigase.jaxmpp.gwt.client.connectors
 
BoshConnector(Context) - Constructor for class tigase.jaxmpp.gwt.client.connectors.BoshConnector
 
BoshConnector - Class in tigase.jaxmpp.j2se.connectors.bosh
 
BoshConnector(Context) - Constructor for class tigase.jaxmpp.j2se.connectors.bosh.BoshConnector
 
BoshPacketReceivedEvent(SessionObject, int, Element, String) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
BoshPacketSendingEvent(SessionObject, Element) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
BoshRequest - Interface in tigase.jaxmpp.core.client.connector
Interface for implements http BOSh requests.
BoshWorker - Class in tigase.jaxmpp.gwt.client.connectors
 
BoshWorker(BoshConnector, RequestBuilder, SessionObject, Element) - Constructor for class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
BoshWorker - Class in tigase.jaxmpp.j2se.connectors.bosh
 
BoshWorker(DomBuilderHandler, SimpleParser, SessionObject, Element) - Constructor for class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
BoshXmppSessionLogic - Class in tigase.jaxmpp.core.client.connector
 
BoshXmppSessionLogic(Context, Connector, XmppModulesManager) - Constructor for class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
Bundle - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
Bundle(BareJID, Integer, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 

C

CACHE_PROVIDER_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
calculateModifiedGroups(HashSet<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
calculateModifiedGroups(HashSet<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
canBeConverted(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
Candidate - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
Candidate(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
Candidate(String, String, Integer, JID, Integer, Candidate.Type) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
Candidate.Type - Enum in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
CANDIDATE_USED_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
CannotEncryptException - Exception in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
CannotEncryptException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
 
CannotEncryptException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
 
CannotEncryptException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
 
CannotEncryptException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
 
CapabilitiesCache - Interface in tigase.jaxmpp.core.client.xmpp.modules.capabilities
 
CapabilitiesModule - Class in tigase.jaxmpp.core.client.xmpp.modules.capabilities
 
CapabilitiesModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
CarbonReceivedEvent(SessionObject, MessageCarbonsModule.CarbonEventType, Message, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
charsetName - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
Chat - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
Representation chat with specified interlocutor.
Chat(long, Context) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Creates new chat representation object.
Chat - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
Chat() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
CHAT_STATE_DISABLED_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
ChatClosedEvent(SessionObject, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler.ChatClosedEvent
 
ChatCreatedEvent(SessionObject, Chat, Message) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
 
chatIds - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
 
ChatItem - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
ChatItem(ChatItem.Type, Date, String, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
 
ChatItem.Type - Enum in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
ChatResultSet - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
ChatResultSet() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatResultSet
 
ChatState - Enum in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
 
ChatStateChangedEvent(SessionObject, Chat, ChatState) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension.ChatStateChangedHandler.ChatStateChangedEvent
 
ChatStateExtension - Class in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
 
ChatStateExtension(AbstractChatManager) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
ChatStateExtension.ChatStateChangedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
 
ChatStateExtension.ChatStateChangedHandler.ChatStateChangedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
 
ChatUpdatedEvent(SessionObject, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler.ChatUpdatedEvent
 
checkElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
checkHash(String, ConnectionSession) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
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
Checks if any requested IQ stanza waits for answer longer than declared timeout.
checkTimeouts() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
checkTimeouts() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
child(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
CID_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
CIPHER_NAME - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
cipherInstance(int, SecretKeySpec, byte[]) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule.CipherFactory
 
cleanUpForm() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
clear() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Reset state.
clear(SessionObject.Scope...) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Reset state.
clear(Set<SessionObject.Scope>) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
clear() - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
 
clear() - Method in interface tigase.jaxmpp.core.client.SessionObject
Reset state.
clear(SessionObject.Scope...) - Method in interface tigase.jaxmpp.core.client.SessionObject
Reset state.
clear() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
Removes all known presence information.
clear() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Clears storage.
ClearedEvent(SessionObject, Set<SessionObject.Scope>) - Constructor for class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
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.
clearSessions() - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
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.
Client - Class in test
 
Client() - Constructor for class test.Client
 
ClientSaslException - Exception in tigase.jaxmpp.core.client.xmpp.modules.auth
 
ClientSaslException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientSaslException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientSaslException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientSaslException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientStateIndicationModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Created by andrzej on 27.06.2016.
ClientStateIndicationModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
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.
close() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
 
close() - Method in class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
 
CollectionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.CollectionAsyncCallback
 
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
 
COMPRESSED_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify if connection is already compressed.
COMPRESSION_DISABLED_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
conditions - Static variable in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
configureNode(BareJID, String, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Submit configuration of node.
configureNode(BareJID, String, JabberDataElement, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Submit configuration of node.
configureSubscription(BareJID, String, JID, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Submit configuration of subscription.
configureSubscription(BareJID, String, JID, JabberDataElement, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Submit configuration of subscription.
ConnectedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.ConnectedHandler.ConnectedEvent
 
ConnectionClosedEvent(SessionObject) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionClosedHandler.ConnectionClosedEvent
 
ConnectionConfiguration - Class in tigase.jaxmpp.core.client
Connection configuration object.
ConnectionConfiguration(SessionObject) - Constructor for class tigase.jaxmpp.core.client.ConnectionConfiguration
 
ConnectionConfiguration - Class in tigase.jaxmpp.gwt.client
Connection configuration object.
ConnectionConfiguration - Class in tigase.jaxmpp.j2se
Connection configuration object.
ConnectionConfiguration.ConnectionType - Enum in tigase.jaxmpp.j2se
 
ConnectionEndpoint - Interface in tigase.jaxmpp.core.client.xmpp.modules.connection
 
ConnectionEstablishedEvent(SessionObject, ConnectionSession, Socket) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
 
connectionFailed(String) - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
ConnectionFailedEvent(SessionObject, ConnectionSession) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
 
connectionFailure(String, boolean) - Method in class tigase.jaxmpp.gwt.client.ConnectionManager
 
ConnectionManager - Class in tigase.jaxmpp.gwt.client
 
ConnectionManager() - Constructor for class tigase.jaxmpp.gwt.client.ConnectionManager
 
ConnectionManager - Interface in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ConnectionClosedHandler - Interface in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ConnectionClosedHandler.ConnectionClosedEvent - Class in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ConnectionEstablishedHandler - Interface in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent - Class in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ConnectionFailedHandler - Interface in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent - Class in tigase.jaxmpp.j2se.connection
 
ConnectionManager.InitializedCallback - Interface in tigase.jaxmpp.j2se.connection
 
ConnectionManager.ResolutionCallback - Interface in tigase.jaxmpp.gwt.client
 
ConnectionManager.Resolver - Interface in tigase.jaxmpp.gwt.client
 
ConnectionSession - Class in tigase.jaxmpp.core.client.xmpp.modules.connection
 
ConnectionSession(SessionObject, JID, String, boolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
ConnectionSessionHandler - Interface in tigase.jaxmpp.j2se.connection
 
Connector - Interface in tigase.jaxmpp.core.client
Main Connector interface.
connector - Variable in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
connector - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Connector.ConnectedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of LoggedInEvent.
Connector.ConnectedHandler.ConnectedEvent - Class in tigase.jaxmpp.core.client
Fired after creates XMPP Stream
Connector.DisconnectedHandler - Interface in tigase.jaxmpp.core.client
Connector.DisconnectedHandler.DisconnectedEvent - Class in tigase.jaxmpp.core.client
Fired when Connector is permanently stopped.
Connector.EncryptionEstablishedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of EncryptionEstablishedEvent.
Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent - Class in tigase.jaxmpp.core.client
Fired after encrypted connection is established.
Connector.ErrorHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of ErrorEvent.
Connector.ErrorHandler.ErrorEvent - Class in tigase.jaxmpp.core.client
Fired on connection error.
Connector.StanzaReceivedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StanzaReceivedEvent.
Connector.StanzaReceivedHandler.StanzaReceivedEvent - Class in tigase.jaxmpp.core.client
Fired when stanza is received.
Connector.StanzaSendingHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StanzaSendingEvent.
Connector.StanzaSendingHandler.StanzaSendingEvent - Class in tigase.jaxmpp.core.client
Fired when stanza is sending.
Connector.State - Enum in tigase.jaxmpp.core.client
States of Connector.
Connector.StateChangedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StateChangedEvent.
Connector.StateChangedHandler.StateChangedEvent - Class in tigase.jaxmpp.core.client
Fired after connection state is changed.
Connector.StreamRestartedHandler - Interface in tigase.jaxmpp.core.client
 
Connector.StreamRestartedHandler.StreamRestaredEvent - Class in tigase.jaxmpp.core.client
 
Connector.StreamTerminatedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StreamTerminatedEvent.
Connector.StreamTerminatedHandler.StreamTerminatedEvent - Class in tigase.jaxmpp.core.client
Fired after XMPP Stream is terminated.
CONNECTOR_STAGE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify current state of connector.
CONNECTOR_STAGE_TIMESTAMP_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify timestamp (type: Date) of last state change.
CONNECTOR_TYPE - Static variable in class tigase.jaxmpp.j2se.Jaxmpp
 
ConnectorWrapper - Class in tigase.jaxmpp.core.client.connector
Class for wrapping Connector.
ConnectorWrapper() - Constructor for class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
connectTcp(JaxmppCore, ConnectionSession) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager
 
connectTcp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
connectTcp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
connectToProxy(JaxmppCore, ConnectionSession, String, ConnectionEndpoint) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
connectUdp(JaxmppCore, ConnectionSession) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager
 
connectUdp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
connectUdp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
ContactAvailableEvent(SessionObject, Presence, JID, Presence.Show, String, Integer) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
ContactChangedPresenceEvent(SessionObject, Presence, JID, Presence.Show, String, Integer) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
contactOffline(Presence, JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
ContactUnavailableEvent(SessionObject, Presence, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
ContactUnsubscribedEvent(SessionObject, Presence, BareJID) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
 
contains(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
context - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
context - Variable in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
context - Variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
Context - Interface in tigase.jaxmpp.core.client
Interface for information about XMPP connection context.
context - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
context - Variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
context - Variable in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
context - Variable in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
ContextAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
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(String) - Static method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
create(String, String) - Static method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
create(Element) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
 
create(String) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
 
create(String, String, String) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
 
create(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.OwnPresenceStanzaFactory
 
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, String) - 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(Message, JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
createConnector() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
createConnector() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
createError(Element, Throwable) - Static method in class tigase.jaxmpp.core.client.Processor
 
createEventBus() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
createHandlersArray() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
createHandlersArray() - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
 
createInstance(String) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Creates instance of object with given name.
createIQ() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
createItemId(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
createMainHandlersMap() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
createMainHandlersMap() - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
 
createMessage(Collection<Throwable>) - Static method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
 
createMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Sends message in current chat.
createMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
createMessage() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
createNode(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create node on PubSub Service.
createNode(BareJID, String, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Create node on PubSub Service.
createNode(BareJID, String, JabberDataElement, 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.
createOMEMOSession(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
createOMEMOSession(BareJID, OmemoModule.CreateOMEMOSessionHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
createPresence() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
createResourcePresenceMap() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
createResourcePresenceMap() - Method in class tigase.jaxmpp.gwt.client.GWTPresenceStore
 
createResourcePresenceMap() - Method in class tigase.jaxmpp.j2se.J2SEPresenceStore
 
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.AbstractWebSocketConnector
 
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.
createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
createSubmitableElement(XDataType) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates XML Element contains only values of fields.
createThrowable(Collection<Throwable>) - Static method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
 
createTypeHandlersMap() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
createTypeHandlersMap() - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
 
CREATOR - Static variable in class tigase.jaxmpp.android.xml.ParcelableElement
 
CREDENTIALS_CALLBACK - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
CredentialsCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
With this callback user password may be not stored in SessionObject but may be calculated my class.
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.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.
Criteria - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
Criteria() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
crits - Variable in class tigase.jaxmpp.core.client.criteria.Or
 

D

DataHolder - Class in tigase.jaxmpp.core.client
Small class for storing all types of additional data.
DataHolder() - Constructor for class tigase.jaxmpp.core.client.DataHolder
 
DateTimeFormat - Class in tigase.jaxmpp.core.client.xmpp.utils
Date time formatter, implements XMPP Date and Time Profiles.
DateTimeFormat() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
DateTimeFormat.DateTimeFormatProvider - Interface in tigase.jaxmpp.core.client.xmpp.utils
 
DateTimeFormatProviderImpl - Class in tigase.jaxmpp.j2se
 
DateTimeFormatProviderImpl() - Constructor for class tigase.jaxmpp.j2se.DateTimeFormatProviderImpl
 
declineInvitation(MucModule.Invitation, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
decode(String) - Static method in class tigase.jaxmpp.core.client.Base64
Translates the specified Base64 string into a byte array.
decode(String) - Static method in class tigase.jaxmpp.core.client.Hex
 
decryptMessage(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
DEFAULT_HOSTNAME_VERIFIER - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
DEFAULT_NAME_VAL - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Default software name.
DEFAULT_SOCKET_BUFFER_SIZE - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Default size of buffer used to decode data before parsing
DEFAULT_SOCKET_TIMEOUT - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Socket timeout.
DEFAULT_TIMEOUT - Static variable in class tigase.jaxmpp.core.client.ResponseManager
 
DEFAULT_XMPP_STREAM_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
DefaultCredentialsCallback(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
 
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
 
DefaultEventBus - Class in tigase.jaxmpp.core.client.eventbus
Basic implementation of EventBus.
DefaultEventBus() - Constructor for class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
DefaultHostnameVerifier - Class in tigase.jaxmpp.j2se.connectors.socket
 
DefaultHostnameVerifier() - Constructor for class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
DefaultNodeDetailsCallback(DiscoveryModule) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
DefaultPacketWriter() - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
DefaultRoomsManager - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
DefaultRoomsManager() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
 
DefaultRosterStore - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
DefaultRosterStore() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
defaultXMPPStream - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
DefaultXMPPStream - Class in tigase.jaxmpp.core.client.xmpp
 
DefaultXMPPStream() - Constructor for class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
deleteAffiliation(BareJID, String, JID, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Delete an entity from the affiliations list.
deleteItem(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Delete published item.
deleteItem(BareJID, String, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Delete published item.
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.
deleteSubscription(BareJID, String, JID, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Delete subscriber.
describeContents() - Method in class tigase.jaxmpp.android.xml.ParcelableElement
 
DEVICELIST_NODE - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
disable(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
Disable carbons.
disable(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
Disables push notifications.
DISABLE_KEEPALIVE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that allows disable keep alive feature.
DiscoInfoAsyncCallback(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
DiscoItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
disconnect() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Closes XMPP session.
disconnect() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
disconnect() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
disconnect(boolean) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
disconnect(Boolean, boolean) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
DisconnectedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.DisconnectedHandler.DisconnectedEvent
 
discoverOwnerAccountFeatures(DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
discoverProxy(JaxmppCore, ConnectionSession, ConnectionManager.InitializedCallback) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
discoverServerFeatures(DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
DiscoveryModule - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
DiscoveryModule.AccountFeaturesReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.DefaultNodeDetailsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.DiscoInfoAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.DiscoItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.Identity - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.Item - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.ServerFeaturesReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
dispatch(AbstractBoshConnector.BoshPacketReceivedHandler) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
dispatch(AbstractBoshConnector.BoshPacketSendingHandler) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
dispatch(Connector.ConnectedHandler) - Method in class tigase.jaxmpp.core.client.Connector.ConnectedHandler.ConnectedEvent
 
dispatch(Connector.DisconnectedHandler) - Method in class tigase.jaxmpp.core.client.Connector.DisconnectedHandler.DisconnectedEvent
 
dispatch(Connector.EncryptionEstablishedHandler) - Method in class tigase.jaxmpp.core.client.Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent
 
dispatch(Connector.ErrorHandler) - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
dispatch(SeeOtherHostHandler) - Method in class tigase.jaxmpp.core.client.connector.SeeOtherHostHandler.SeeOtherHostEvent
 
dispatch(Connector.StanzaReceivedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
dispatch(Connector.StanzaSendingHandler) - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
dispatch(Connector.StateChangedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
dispatch(Connector.StreamRestartedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StreamRestartedHandler.StreamRestaredEvent
 
dispatch(Connector.StreamTerminatedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StreamTerminatedHandler.StreamTerminatedEvent
 
dispatch(H) - Method in class tigase.jaxmpp.core.client.eventbus.Event
Invokes handlers method.
dispatch(JaxmppCore.LoggedInHandler) - Method in class tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler.LoggedInEvent
 
dispatch(JaxmppCore.LoggedOutHandler) - Method in class tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler.LoggedOutEvent
 
dispatch(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
dispatch(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
dispatch(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler.AuthStartEvent
 
dispatch(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler.AuthSuccessEvent
 
dispatch(NonSaslAuthModule.NonSaslAuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
dispatch(NonSaslAuthModule.NonSaslAuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
dispatch(NonSaslAuthModule.NonSaslAuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent
 
dispatch(SaslModule.SaslAuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
dispatch(SaslModule.SaslAuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
dispatch(SaslModule.SaslAuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent
 
dispatch(MessageCarbonsModule.CarbonReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
dispatch(MessageModule.ChatClosedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler.ChatClosedEvent
 
dispatch(MessageModule.ChatCreatedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
 
dispatch(MessageModule.ChatUpdatedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler.ChatUpdatedEvent
 
dispatch(MessageModule.MessageReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler.MessageReceivedEvent
 
dispatch(ChatStateExtension.ChatStateChangedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension.ChatStateChangedHandler.ChatStateChangedEvent
 
dispatch(MessageDeliveryReceiptsExtension.ReceiptReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
dispatch(DiscoveryModule.AccountFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent
 
dispatch(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent
 
dispatch(FileTransferModule.FileTransferRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
dispatch(JingleModule.JingleSessionAcceptHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
dispatch(JingleModule.JingleSessionInfoHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
dispatch(JingleModule.JingleSessionInitiationHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
dispatch(JingleModule.JingleSessionTerminateHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
dispatch(JingleModule.JingleTransportInfoHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
dispatch(MessageArchiveManagementModule.MessageArchiveItemReceivedEventHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.MessageArchiveItemReceivedEventHandler.MessageArchiveItemReceivedEvent
 
dispatch(MucModule.InvitationDeclinedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
dispatch(MucModule.InvitationReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationReceivedHandler.InvitationReceivedEvent
 
dispatch(MucModule.JoinRequestedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
dispatch(MucModule.MessageErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
dispatch(MucModule.MucMessageReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
dispatch(MucModule.NewRoomCreatedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
 
dispatch(MucModule.OccupantChangedNickHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
dispatch(MucModule.OccupantChangedPresenceHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
dispatch(MucModule.OccupantComesHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
dispatch(MucModule.OccupantLeavedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
dispatch(MucModule.PresenceErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
dispatch(MucModule.RoomClosedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
 
dispatch(MucModule.StateChangeHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.StateChangeHandler.StateChangeEvent
 
dispatch(MucModule.YouJoinedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.YouJoinedHandler.YouJoinedEvent
 
dispatch(PresenceModule.BeforePresenceSendHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent
 
dispatch(PresenceModule.ContactAvailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
dispatch(PresenceModule.ContactChangedPresenceHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
dispatch(PresenceModule.ContactUnavailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
dispatch(PresenceModule.ContactUnsubscribedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
 
dispatch(PresenceModule.SubscribeRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
 
dispatch(PubSubModule.NodeConfigurationChangeNotificationReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
 
dispatch(PubSubModule.NotificationCollectionChildrenChangedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
dispatch(PubSubModule.NotificationNodeDeletedHander) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
 
dispatch(PubSubModule.NotificationReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
dispatch(InBandRegistrationModule.NotSupportedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.NotSupportedErrorHandler.NotSupportedErrorEvent
 
dispatch(InBandRegistrationModule.ReceivedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
 
dispatch(InBandRegistrationModule.ReceivedRequestedFieldsHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
 
dispatch(InBandRegistrationModule.ReceivedTimeoutHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedTimeoutHandler.ReceivedTimeoutEvent
 
dispatch(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
dispatch(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
dispatch(RosterModule.ItemAddedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
 
dispatch(RosterModule.ItemRemovedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
 
dispatch(RosterModule.ItemUpdatedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
dispatch(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
dispatch(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent
 
dispatch(Socks5BytestreamsModule.StreamhostsHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
dispatch(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
dispatch(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
dispatch(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent
 
dispatch(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
dispatch(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
dispatch(WorkgroupAgentModule.OfferReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
 
dispatch(XmppSessionLogic.XmppSessionEstablishedHandler) - Method in class tigase.jaxmpp.core.client.XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent
 
dispatch(ConnectionManager.ConnectionClosedHandler) - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionClosedHandler.ConnectionClosedEvent
 
dispatch(ConnectionManager.ConnectionEstablishedHandler) - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
 
dispatch(ConnectionManager.ConnectionFailedHandler) - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
 
dispatch(SocketConnector.HostChangedHandler) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.HostChangedHandler.HostChangedEvent
 
dispatch(FileTransferManager.FileTransferFailureHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferFailureHandler.FileTransferFailureEvent
 
dispatch(FileTransferManager.FileTransferProgressHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferProgressHandler.FileTransferProgressEvent
 
dispatch(FileTransferManager.FileTransferRejectedHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferRejectedHandler.FileTransferRejectedEvent
 
dispatch(FileTransferManager.FileTransferRequestHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferRequestHandler.FileTransferRequestEvent
 
dispatch(FileTransferManager.FileTransferSuccessHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferSuccessHandler.FileTransferSuccessEvent
 
dispatch(FileTransferNegotiator.NegotiationFailureHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationFailureHandler.FileTransferNegotiationFailureEvent
 
dispatch(FileTransferNegotiator.NegotiationRejectHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationRejectHandler.FileTransferNegotiationRejectEvent
 
dispatch(FileTransferNegotiator.NegotiationRequestHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationRequestHandler.FileTransferNegotiationRequestEvent
 
dispatch(FileTransferNegotiator.NegotiationSuccessHandler) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationSuccessHandler.FileTransferNegotiationSuccessEvent
 
DNS - Static variable in class tigase.jaxmpp.gwt.client.ConnectionManager
 
DnsEntry - Class in tigase.jaxmpp.gwt.client.dns
 
DnsEntry() - Constructor for class tigase.jaxmpp.gwt.client.dns.DnsEntry
 
DNSResolver - Class in tigase.jaxmpp.j2se
 
DNSResolver() - Constructor for class tigase.jaxmpp.j2se.DNSResolver
 
DnsResult - Class in tigase.jaxmpp.gwt.client.dns
 
DnsResult() - Constructor for class tigase.jaxmpp.gwt.client.dns.DnsResult
 
doAdd(Class<? extends Event<?>>, Object, EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
doFire(Event<EventHandler>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
doFire(Event<EventHandler>, ArrayList<EventHandler>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
doFire(Event<EventHandler>, ArrayList<EventHandler>) - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
 
doFireEventRunAfter(AtomicInteger, Event<EventHandler>) - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
 
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.
doubleValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
DSTADDR_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 

E

element - Variable in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
Element - Interface in tigase.jaxmpp.core.client.xml
 
ElementBuilder - Class in tigase.jaxmpp.core.client.xml
 
elementCData(StringBuilder) - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
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.
ElementFactory - Class in tigase.jaxmpp.core.client.xml
 
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(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
Enable carbons.
enable(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
Enables push notifications.
enable() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Client enables stream management.
ENABLED - Static variable in class tigase.jaxmpp.gwt.client.dns.WellKnownHostMetaResolver
 
encode(byte[]) - Static method in class tigase.jaxmpp.core.client.Base64
Translates the specified byte array into Base64 string.
encode(byte[], int) - Static method in class tigase.jaxmpp.core.client.Hex
 
encode(byte[]) - Static method in class tigase.jaxmpp.core.client.Hex
 
ENCRYPTED_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify if connection is encrypted.
EncryptionEstablishedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent
 
endElement(StringBuilder) - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
EntityTimeAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule.EntityTimeAsyncCallback
 
EntityTimeModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0202: Entity Time.
EntityTimeModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
EntityTimeModule.EntityTimeAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Ping callback.
Entry() - Constructor for class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
Entry(JID, String, long, long, AsyncCallback) - Constructor for class tigase.jaxmpp.core.client.ResponseManager.Entry
 
Entry(String, Integer) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
 
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.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.omemo.XmppOMEMOSession
 
equals(Object) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
equals(Object) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
equals(Object) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
equals(Object) - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
error() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
 
error(String) - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
ErrorElement - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Class wrap around <error/> elements in stanza.
ErrorEvent(SessionObject, StreamError, Throwable) - Constructor for class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
escape(String) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.EscapeUtils
 
EscapeUtils - Class in tigase.jaxmpp.core.client.xmpp.utils
Util class for escaping HTML entities.
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
Evaluating challenge received from server.
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
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms.ExternalMechanism
 
Event<H extends EventHandler> - Class in tigase.jaxmpp.core.client.eventbus
Base event object.
Event() - Constructor for class tigase.jaxmpp.core.client.eventbus.Event
 
EventBus - Class in tigase.jaxmpp.core.client.eventbus
Dispatches events to all registered handlers and listeners.
EventBus() - Constructor for class tigase.jaxmpp.core.client.eventbus.EventBus
 
eventBus - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
EventBusAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
EventBusException - Exception in tigase.jaxmpp.core.client.eventbus
Exception collects all exceptions throwed by handlers or listeners during firing event.
EventBusException(Collection<Throwable>) - Constructor for exception tigase.jaxmpp.core.client.eventbus.EventBusException
 
EventHandler - Interface in tigase.jaxmpp.core.client.eventbus
Interface for event handfler.
EventListener - Interface in tigase.jaxmpp.core.client.eventbus
Interface for listeners.
Listener is special viariant of handler.
EXCEPTION_KEY - Static variable in class tigase.jaxmpp.j2se.Jaxmpp
 
execute(Runnable) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Executes task in executor.
execute(JID, String, Action, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
Calls ad-hoc command on remote resource.
execute() - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
execute(Runnable) - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
execute(Runnable) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
executeAfterReceiveChain(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
executeBeforeMessageProcess(Message, Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
executeBeforeSendChain(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
ExtendableModule - Interface in tigase.jaxmpp.core.client.xmpp.modules.extensions
 
Extension - Interface in tigase.jaxmpp.core.client.xmpp.modules.extensions
 
ExtensionsChain - Class in tigase.jaxmpp.core.client.xmpp.modules.extensions
 
ExtensionsChain() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
EXTERNAL_KEEPALIVE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector

Type: Boolean.
ExternalMechanism - Class in tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms
 
ExternalMechanism() - Constructor for class tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms.ExternalMechanism
 
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
 
extractCN(X500Principal) - Static method in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 

F

FeatureNotImplementedResponse(Element, Context) - Constructor for class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
FEATURES - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
fetchOfflineMessages(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
Field<T> - Interface in tigase.jaxmpp.core.client.xmpp.forms
Base interface for fields.
FileTransfer - Class in tigase.jaxmpp.core.client.xmpp.modules.filetransfer
 
FileTransfer(SessionObject, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
FileTransfer - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransfer(SessionObject, JID, String) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
FileTransferFailureEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferFailureHandler.FileTransferFailureEvent
 
FileTransferManager - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager() - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
FileTransferManager.FileTransferFailureHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferFailureHandler.FileTransferFailureEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferProgressHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferProgressHandler.FileTransferProgressEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferRejectedHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferRejectedHandler.FileTransferRejectedEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferRequestHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferRequestHandler.FileTransferRequestEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferSuccessHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferManager.FileTransferSuccessHandler.FileTransferSuccessEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferModule - Class in tigase.jaxmpp.core.client.xmpp.modules.filetransfer
 
FileTransferModule(Context) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
FileTransferModule.FileTransferRequestHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.filetransfer
 
FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.filetransfer
 
FileTransferNegotiationFailureEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationFailureHandler.FileTransferNegotiationFailureEvent
 
FileTransferNegotiationRejectEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationRejectHandler.FileTransferNegotiationRejectEvent
 
FileTransferNegotiationRequestEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationRequestHandler.FileTransferNegotiationRequestEvent
 
FileTransferNegotiationSuccessEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationSuccessHandler.FileTransferNegotiationSuccessEvent
 
FileTransferNegotiator - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationFailureHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationFailureHandler.FileTransferNegotiationFailureEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationRejectHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationRejectHandler.FileTransferNegotiationRejectEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationRequestHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationRequestHandler.FileTransferNegotiationRequestEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationSuccessHandler - Interface in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiator.NegotiationSuccessHandler.FileTransferNegotiationSuccessEvent - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiatorAbstract - Class in tigase.jaxmpp.j2se.filetransfer
 
FileTransferNegotiatorAbstract() - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
FileTransferProgressEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferProgressHandler.FileTransferProgressEvent
 
FileTransferRejectedEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferRejectedHandler.FileTransferRejectedEvent
 
FileTransferRequestEvent(SessionObject, FileTransfer, String, List<String>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
FileTransferRequestEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferRequestHandler.FileTransferRequestEvent
 
FileTransferSuccessEvent(SessionObject, FileTransfer) - Constructor for class tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferSuccessHandler.FileTransferSuccessEvent
 
findChild(String[]) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
findChild(String[]) - Method in interface tigase.jaxmpp.core.client.xml.Element
 
findChild(String[]) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
findChild(String[]) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
findChild(String[]) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
findHttpUploadComponents(BareJID, HttpFileUploadModule.DiscoveryResultHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
findModules(Element) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Finds collection of modules that can handle stanza.
finish(List<Bundle>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
 
fire(Event<?>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
fire(Event<?>) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Fires event.
fireAuthStart(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
fireEvent(Event<?>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
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
 
fireOnConnected(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnConnected(ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
fireOnConnected(ConnectionSession, Socket) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
fireOnConnected(SessionObject) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
fireOnError(int, String, Element, Throwable, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnError(Element, Throwable, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnError(Element, Throwable, SessionObject) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
fireOnFailure(ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
fireOnFailure(FileTransfer, Throwable) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
fireOnReject(FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
fireOnRequest(SessionObject, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
fireOnStanzaReceived(int, String, Element, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnStanzaReceived(StreamPacket, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnStanzaReceived(StreamPacket, SessionObject) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
fireOnSuccess(FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
fireOnTerminate(int, String, Element, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnTerminate(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnTerminate(SessionObject) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
FixedField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Fixed field type.
FLEXIBLE_OFFLINE_MODE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
FLEXIBLE_OFFLINE_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
FlexibleOfflineMessageItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.FlexibleOfflineMessageItemsAsyncCallback
 
FlexibleOfflineMessageRetrieval - Class in tigase.jaxmpp.core.client.xmpp.modules.flexible_offline
 
FlexibleOfflineMessageRetrieval() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
FlexibleOfflineMessageRetrieval.FlexibleOfflineMessageItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.flexible_offline
 
FlexibleOfflineMessageRetrieval.Item - Class in tigase.jaxmpp.core.client.xmpp.modules.flexible_offline
 
floatValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
flush() - Method in class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
 
FORCE_AUTHZID - Static variable in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
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.
Type: Boolean
FORCE_RFC_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
form - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
format(String, int) - Static method in class tigase.jaxmpp.core.client.Hex
 
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
 
format(Date) - Method in class tigase.jaxmpp.j2se.DateTimeFormatProviderImpl
 
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
 
fromElement(Element) - Static method in class tigase.jaxmpp.android.xml.ParcelableElement
 
fromElement(Element) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatState
 
fromElement(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
fromElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
fromJSON(JsonSerializationHelper, JavaScriptObject) - Method in class tigase.jaxmpp.gwt.client.GWTPresenceStore
 
fromJSON(JsonSerializationHelper, JavaScriptObject) - Method in class tigase.jaxmpp.gwt.client.GwtRosterStore
 
fromJSON(JavaScriptObject) - Method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
fromJSON(JsonSerializationHelper, JavaScriptObject) - Method in interface tigase.jaxmpp.gwt.client.JsonSerializationHelper.Serializable
 
ftManager - Variable in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
Function - Interface in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Attr - Class in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Value - Class in tigase.jaxmpp.core.client.criteria.tpath
 

G

generateHash(ConnectionSession) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
generateThreadID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
generateVerificationString(String[], String[], JabberDataElement) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
generateVerificationString(String[], String[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
get(Class<T>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
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.DefaultRosterStore
Returns RosterItem of given bare JID.
get(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Returns RosterItem of given bare JID.
getAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns Action selected by client.
getAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
getAddress() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 
getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
getAll(RosterStore.Predicate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
Returns all roster items selected by selector.
getAll() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Returns all buddies from roster.
getAll(RosterStore.Predicate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Returns all roster items selected by selector.
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.
getAsString() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getAsString() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getAsString() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
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.
getAttribute(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getAttribute(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
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.
getAttributes() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getAttributes() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getAuthType(TlsKeyExchange) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
getAutoSave() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
getAvailableActions() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Returns collection of available action.
getAvailableFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ModuleProvider
 
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
Returns presence stanza with highest priority of goven bare JID.
getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramMechanism
 
getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
 
getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA256Mechanism
 
getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA512Mechanism
 
getBindedJID(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getBindedJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getBindedJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramMechanism
 
getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
 
getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA256Mechanism
 
getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA512Mechanism
 
getBody() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
 
getBody() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Return message body.
getBosh() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getC2S() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
getCache() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
getCachedVersion(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
Returns version of cached roster.
getCandidates() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
getCapsNode(Presence) - Static method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
getCarbonType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
getCategory() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
getCaught() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
getCauses() - Method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
Returns collection of all Exceptions throwed by handlers or listeners.
getChangeAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
getChat(JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler.ChatClosedEvent
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler.ChatUpdatedEvent
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler.MessageReceivedEvent
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatResultSet
 
getChatManager() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
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.
getChildAfter(Element) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getChildAfter(Element) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getChildAttr(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
getChildElementValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getChildNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
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.
getChildren() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getChildren(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getChildren() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getChildren(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
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.
getChildrenNS(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getChildrenNS(String, String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getChildrenNS(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getChildrenNS(String, String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getCid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
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.
getCommandFeatures(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getCommandIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getCondition() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
getCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error condition.
getCondition() - Method in exception tigase.jaxmpp.core.client.XMPPException
 
getConfirmedId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
getConnectionConfiguration() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns configurator.
getConnectionConfiguration() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
Returns configurator.
getConnectionConfiguration() - Method in class tigase.jaxmpp.j2se.Jaxmpp
Returns configurator.
getConnectionSession() - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
 
getConnectionSession() - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
 
getConnector() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
Returns wrapped connector.
getConnector() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns connector.
getContent() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
getContent() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
getContext() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns Context of this JaXMPP instance.
getContext() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
Returns number of roster items in storage.
getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Returns number of roster items in storage.
getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
 
getCount() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
getCredential() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
 
getCredential() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.CredentialsCallback
 
getCredential() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.XOAuth2TokenCallback
 
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.capabilities.CapabilitiesModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Criteria
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
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.push.PushNotificationModule
 
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.socks5.Socks5BytestreamsModule
 
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.streammng.StreamManagementModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
getCriteria() - Method in interface tigase.jaxmpp.core.client.XmppModule
Criteria
getCustomCipherFactory() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
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(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
getData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Returns object stored by RosterItem.setData(String, Object).
getDate() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
 
getDefaultAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Returns default action
getDefaultStream() - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
getDefaultSubscriptionConfiguration(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets default subscription configuration.
getDefaultSubscriptionConfiguration(BareJID, String, PubSubModule.SubscriptionOptionsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets default subscription configuration.
getDelayTime() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
getDelayTime() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
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.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getDeviceCiphers() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
 
getDeviceId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 
getDeviceIDsFromPayload(Collection<PubSubModule.RetrieveItemsAsyncCallback.Item>) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
 
getDomain() - Method in class tigase.jaxmpp.core.client.BareJID
Return domainpart.
getDomain() - Method in class tigase.jaxmpp.core.client.JID
Return domainpart.
getDomain() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
getDstAddr() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
getElement() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
getElement() - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
getElementName() - Method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getElementName() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getElements() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
getEncapsulatedMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
getEncryption() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOEncryptableMessage
 
getEnd() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
getEnd() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
getEntityTime(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
Request for XMPP entity time.
getEntityTime(JID, EntityTimeModule.EntityTimeAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
Request for XMPP entity time.
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
getErrorCode() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
 
getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
getErrorMessage() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
getEventBus() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
getEventBus() - Method in interface tigase.jaxmpp.core.client.Context
Returns EventBus.
getEventBus() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns EventBus of this JaXMPP instance.
getExecutor() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
getExpire() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
getExtension() - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
getExtension(Class<T>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
getExtension() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
getExtensionChain() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
getExtensionChain() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
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(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
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.chat.xep0085.ChatStateExtension
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
getFeatures(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getFeatures(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
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.PEPExtension
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
 
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.socks5.Socks5BytestreamsModule
 
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.streammng.StreamManagementModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.XmppModule
Returns features what are implemented by Module.
getFeatures() - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
getFeatures() - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
getFeatures() - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
getFeatures(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
 
getFeaturesElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
getFeaturesWithExtensions(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
getField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns field with given name.
getField(int, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getFields() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns all fields of form.
getFields(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
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.
getFieldValueAsStringArray(AbstractField) - Static method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getFile() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
getFileMimeType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
getFileModification() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
getFilename() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
getFileSize() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
getFileTransfer() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
getFirst() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
 
getFirst() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getFirstChild(String) - 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(String) - Method in interface tigase.jaxmpp.core.client.xml.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
 
getFirstChild(Element, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
getFirstChild() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getFirstChild(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getFirstChild() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getFirstChild(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
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.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
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
 
getGetUri() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
 
getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
Get all known groups of buddies.
getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Returns groups associated to roster item.
getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Get all known groups of buddies.
getH() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
getHandlers() - Method in class tigase.jaxmpp.core.client.ResponseManager
 
getHandlers() - Method in class tigase.jaxmpp.j2se.ThreadSafeResponseManager
 
getHandlersList(Class<? extends Event<?>>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
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
 
getHost() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
 
getHost() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
getHost() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
 
getHost() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
 
getHostname() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
 
getHostname() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
getHosts() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
getHosts() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Return internal identifier of chat object.
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
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
Returns internal RosterItem object ID.
getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns id of stanza.
getIdentity(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
 
getIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
getIdentity(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
 
getIdentity(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
 
getIndex() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
 
getIndex() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getInfo(JID, DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getInfo(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getInfo(JID, String, DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getInputStream() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
getInstructions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns natural language instruction.
getInvitation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationReceivedHandler.InvitationReceivedEvent
 
getInviteeJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
getInviterJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
getIps() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
 
getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns IQ stanza constains command request.
getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
 
getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
 
getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
 
getItemId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
getItems(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
getItems(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, DiscoveryModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, RSM, DiscoveryModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, String, RSM, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
 
getItems() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
 
getItemType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
getJabberID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Returns interlocutor JID.
getJid() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
 
getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Returns JID of buddy.
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
 
getJidContains() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionFilterExtension
 
getJsonType() - Method in class tigase.jaxmpp.gwt.client.GWTPresenceStore
 
getJsonType() - Method in class tigase.jaxmpp.gwt.client.GwtRosterStore
 
getJsonType() - Method in interface tigase.jaxmpp.gwt.client.JsonSerializationHelper.Serializable
 
getKeyManagers() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
getKeyManagers() - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
getKeys(BareJID, OmemoModule.KeysRetrieverHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
getKeysFromObject(JavaScriptObject) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
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.
getLast() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
 
getLast() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
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.
getLimit() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
getLocalpart() - Method in class tigase.jaxmpp.core.client.BareJID
Return localpart.
getLocalpart() - Method in class tigase.jaxmpp.core.client.JID
Return localpart.
getLocalStreamHosts(JID, int) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.J2SEStreamhostsResolver
 
getLocalStreamHosts(ConnectionSession, String) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
getLocalStreamHosts(JID, int) - Method in interface tigase.jaxmpp.j2se.connection.socks5bytestream.StreamhostsResolver
 
getMax() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getMechanismName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
getMechanismsOrder() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
 
getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
getMode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
getModifiedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
 
getModifiedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
 
getModifiedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Return module implementation by module class.
getModule(Class<T>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ModuleProvider
Return module implementation by module class.
getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Return module implementation by module class.
getModuleIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getModuleItems(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getModuleProvider() - Method in interface tigase.jaxmpp.core.client.Context
getModulesManager() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns ModuleManager.
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.DiscoveryModule.Identity
 
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Returns name of buddy.
getName() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getName() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
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
 
getNegotiator() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
getNewState() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
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.
getNextSibling() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getNextSibling() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getNick() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
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.DiscoveryModule.Item
 
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
 
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
getNodeConfig() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
 
getNodeConfiguration(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Get node configuration.
getNodeConfiguration(BareJID, String, PubSubModule.NodeConfigurationAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Get node configuration.
getNodeConfigurationDefault(BareJID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Get default node configuration.
getNodeConfigurationDefault(BareJID, PubSubModule.NodeConfigurationAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Get default node configuration.
getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
 
getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
getNodesWithFeature(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
 
getNodesWithFeature(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
 
getObjectFromObject(JavaScriptObject, String) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
getOfflineMessages(ArrayList<FlexibleOfflineMessageRetrieval.Item>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
getOfflineMessagesInfo(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
getOfflineMessagesItems(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
getOldNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
getOldState() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
getOMEMOSession(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
getOMEMOSession(BareJID, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
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.
getParent() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getParent() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getPassword() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
getPassword() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
getPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item
 
getPeer() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
getPhotoType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getPhotoVal() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getPort() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
 
getPort() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
getPort() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
 
getPort() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
 
getPort() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
 
getPreKeyBundle() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 
getPreKeys() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent
 
getPresence(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
Returns presence stanza of given JID.
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
Returns map of all known resources and related presences stanza of given bare JID.
getPresenceStore(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
getPresenceStore() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
getPrevid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns priority level of resource.
getProgress() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
getProperties() - Method in class tigase.jaxmpp.core.client.JaxmppCore
getProperty(SessionObject.Scope, String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
getProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns property
getProperty(String) - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns property
getPropertyClass() - Method in interface tigase.jaxmpp.core.client.Property
Method which returns class which implements this interface which may be used as a key to store instance of this class in JaxmppCore.
getPropertyClass() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
getPropertyClass() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
getPropertyClass() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
getProtocol() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
 
getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
 
getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
 
getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
getPutHeaders() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
 
getPutUri() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
 
getQuery() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
Return <query/> child element.
getReader() - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
getReason() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
getReason() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
getReceivedData() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
getRecipientChatState(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
getRegistrationFormType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
 
getRegistrationQuery() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
Returns filled query element.
getResolverUrl() - Method in class tigase.jaxmpp.gwt.client.dns.WebDnsResolver
 
getResource() - Method in class tigase.jaxmpp.core.client.JID
Return resource.
getResponse() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
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.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
getResponseHandler(Context, Element) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
getResponseHandler(Element, Context) - Method in class tigase.jaxmpp.core.client.ResponseManager
Returns handler for response of sent stanza.
getResponseManager(SessionObject) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
getResponseStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
 
getResponseStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
 
getResume() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
getResumeId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
getResumptionTime(SessionObject, long) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
getRid() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
Returns current response ID.
getRid() - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
getRid() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
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(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
 
getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.YouJoinedHandler.YouJoinedEvent
 
getRoomConfiguration(Room, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
getRoomJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
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
 
getRosterStore(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
getRosterStore() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
getRowsCount() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getRunAfter() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback
 
getSaveMode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
getScopes() - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
getSentPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
getServerBindTypes(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
 
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.
getSession(BareJID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOSessionsProvider
 
getSession(String) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionSessionHandler
 
getSession(String) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
getSession(String) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
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 interface tigase.jaxmpp.core.client.Context
Returns SessionObject.
getSessionObject() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
getSessionObject() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns SessionObject.
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Return SessionObject related to this chat.
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Returns session object related to roster item.
getSessionObject() - Method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
getSettings(MessageArchivingModule.SettingsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
getShow() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
getShow() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
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.connection.ConnectionSession
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
getSignalProtocolStore(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
getSocket() - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
 
getSource() - Method in class tigase.jaxmpp.core.client.eventbus.Event
Returns events source.
getStamp() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 
getStanza() - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler.MessageReceivedEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
 
getStart() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
getStart() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
getStart() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
getState() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
getState() - Method in interface tigase.jaxmpp.core.client.Connector
Returns current State of 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
 
getState() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Returns current State of connector.
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
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
 
getStreamFeatures(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
getStreamMethods() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
getStreamsManager() - Method in interface tigase.jaxmpp.core.client.Context
 
getStreamsManager(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
getStringFromObject(JavaScriptObject, String) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
getSubDevice(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.JaXMPPSignalProtocolStore
 
getSubID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
getSubject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
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.pubsub.PubSubModule.SubscriptionElement
 
getSubscription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Returns subscription state.
getSubscriptionConfiguration(BareJID, String, JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Get subscription options.
getSubscriptionConfiguration(BareJID, String, JID, PubSubModule.SubscriptionOptionsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Get subscriptions options.
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
Returns thread-id.
getThreadID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.DirectInvitation
 
getTimeout(String, int) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
Returns timeout value.
getTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
 
getTimeout(String, int) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Returns timeout value.
getTimestamp() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
getTimestamp() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
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.
getTransferredBytes() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
getTransport(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
getTransports() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
getTransports() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
getTransports(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
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.DiscoveryModule.Identity
 
getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.Item
 
getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
 
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
 
getUnifiedRegistrationForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
 
getUrl() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
getURL() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
 
getUrl() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
 
getUrlForHost(String) - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
getUserBareJid() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns users JID
getUserBareJid() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns users JID
getUserJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
 
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.
getValue() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getValue() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
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
 
getWebSocket() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
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
 
getWith() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
getWith() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
getWithJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
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
 
getWorkgroupJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
 
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
 
getWrappedElement() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getWriter() - Method in interface tigase.jaxmpp.core.client.Context
Returns PacketWriter
getWriter() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return writer.
getWriter() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
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.
getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get namespace of this element.
getXmlns() - Static method in exception tigase.jaxmpp.core.client.XMPPException
 
getXMLNS() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
getXMLNS() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
getXmppModulesManages() - Method in class tigase.jaxmpp.core.client.Processor
 
getXmppStream() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
 
getXmppStream(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
getxUserElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
getxUserElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
groups - Variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
guessSaslMechanism() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
GwtElement - Class in tigase.jaxmpp.gwt.client.xml
 
GwtElement(Element) - Constructor for class tigase.jaxmpp.gwt.client.xml.GwtElement
 
GWTPresenceStore - Class in tigase.jaxmpp.gwt.client
 
GWTPresenceStore() - Constructor for class tigase.jaxmpp.gwt.client.GWTPresenceStore
 
GwtRosterStore - Class in tigase.jaxmpp.gwt.client
 
GwtRosterStore() - Constructor for class tigase.jaxmpp.gwt.client.GwtRosterStore
 
GwtSessionObject - Class in tigase.jaxmpp.gwt.client
 
GwtSessionObject() - Constructor for class tigase.jaxmpp.gwt.client.GwtSessionObject
 
GwtSessionObject.RestoringSessionException - Exception in tigase.jaxmpp.gwt.client
 

H

h(byte[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
handle(AdHocRequest, AdHocResponse) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Main method to handle ad-hoc requests.
handleConnection(ConnectionSession, Socket, boolean) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
handler - Variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
handlers - Variable in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
handleSeeOtherHost(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
handleSeeOtherHost(Element) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshConnector
 
handleSeeOtherUri(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
hasCiphers() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
 
hasFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
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.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.omemo.XmppOMEMOSession
 
hashCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
hashCode() - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
hashCode() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
 
hashCode() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
hasMore() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
Hex - Class in tigase.jaxmpp.core.client
 
Hex() - Constructor for class tigase.jaxmpp.core.client.Hex
 
hi(String, byte[], byte[], int) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
HiddenField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Hidden field type.
hmac(SecretKey, byte[]) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
HOST_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
HostChangedEvent(SessionObject) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.HostChangedHandler.HostChangedEvent
 
hostFailure(String) - Method in interface tigase.jaxmpp.gwt.client.ConnectionManager.Resolver
 
hostFailure(String) - Method in class tigase.jaxmpp.gwt.client.dns.WebDnsResolver
 
hostFailure(String) - Method in class tigase.jaxmpp.gwt.client.dns.WellKnownHostMetaResolver
 
HOSTNAME_VERIFIER_DISABLED_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
HOSTNAME_VERIFIER_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
HttpFileUploadModule - Class in tigase.jaxmpp.core.client.xmpp.modules.httpfileupload
 
HttpFileUploadModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
HttpFileUploadModule.DiscoveryResultHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.httpfileupload
 
HttpFileUploadModule.RequestUploadSlotHandler - Class in tigase.jaxmpp.core.client.xmpp.modules.httpfileupload
 
HttpFileUploadModule.Slot - Class in tigase.jaxmpp.core.client.xmpp.modules.httpfileupload
 

I

ID_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
Identity() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
IDENTITY_CATEGORY_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
IDENTITY_TYPE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
IN_BAND_REGISTRATION_MODE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
inactive() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
InBandRegistrationModule - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
InBandRegistrationModule.NotSupportedErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.NotSupportedErrorHandler.NotSupportedErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.ReceivedErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.ReceivedRequestedFieldsHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.ReceivedTimeoutHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.registration
 
InBandRegistrationModule.ReceivedTimeoutHandler.ReceivedTimeoutEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
 
INCOMING_STREAM_H_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
INCOMING_STREAM_H_LAST_SENT_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
INFO_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
init() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
init() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
init() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
initConnection(JaxmppCore, ConnectionSession, ConnectionManager.InitializedCallback) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager
 
initConnection(JaxmppCore, ConnectionSession, ConnectionManager.InitializedCallback) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
initConnection(JaxmppCore, ConnectionSession, ConnectionManager.InitializedCallback) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
INITIAL_PRESENCE_ENABLED_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
initialize() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
initialize() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
initialize(Jaxmpp) - Method in class tigase.jaxmpp.gwt.client.ConnectionManager
 
initialize(Jaxmpp) - Static method in class tigase.jaxmpp.gwt.client.Presence
 
initialize(Jaxmpp) - Static method in class tigase.jaxmpp.gwt.client.Roster
 
initialize(JaxmppCore, boolean) - Static method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
initialize(Jaxmpp) - Static method in class tigase.jaxmpp.j2se.Presence
 
initialize(Jaxmpp) - Static method in class tigase.jaxmpp.j2se.Roster
 
initialized(JaxmppCore, ConnectionSession) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager.InitializedCallback
 
InitializingModule - Interface in tigase.jaxmpp.core.client.xmpp.modules
Interface should be implemented by module that need to be informed about its state in XmppModulesManager.
initiateSession(JID, String, String, Element, List<Transport>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
initIfRequired() - Method in class tigase.jaxmpp.core.client.XmppModulesManager
 
interrupt() - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
intValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
Invitation(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
InvitationDeclinedEvent(SessionObject, Message, Room, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
InvitationReceivedEvent(SessionObject, MucModule.Invitation) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationReceivedHandler.InvitationReceivedEvent
 
invite(Room, JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
Sends mediated invitation.
inviteDirectly(Room, JID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
IQ - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation of IQ stanza.
isAckEnabled(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
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
This method is used to check if mechanism can be used with current session.
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
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms.ExternalMechanism
 
isApproved() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
isAsk() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Checks if subscription was requested.
isAuthAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
isAvailable() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
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
 
isCached(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
 
isCached(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
 
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
 
isComplete(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
Determines whether the authentication exchange has completed.
isComplete(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
isCompressed() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
isCompressed() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
isCompressed() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
isCompressed() - Method in interface tigase.jaxmpp.core.client.Connector
Returns XML Stream compression state.
isCompressed() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Returns true when stream is compressed
isConnected() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns connection state.
isContinueFlag() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.DirectInvitation
 
isDestroyRoom() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isDisabled(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
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
 
isEnabled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
isEnabled() - Method in interface tigase.jaxmpp.gwt.client.ConnectionManager.Resolver
 
isEnabled() - Method in class tigase.jaxmpp.gwt.client.dns.WebDnsResolver
 
isEnabled() - Method in class tigase.jaxmpp.gwt.client.dns.WellKnownHostMetaResolver
 
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
 
isIncoming() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
isInviteOtherUsers() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isKickParticipantsAndVisitors() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isMessageHandledByMUC(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
isModifySubject() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isOMEMORequired(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
isOMEMORequired(BareJID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOSessionsProvider
 
isPipeliningActive(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
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(Context) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
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.
isResumptionEnabled(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isRetrieveMemberList() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isRevokeVoice() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
 
isRfc() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
isRoomRegistered(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
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
Returns connection security state.
isSecure() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns connection security state.
isSecure() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
 
isSecure() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocketConnector
 
isSecure() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
isSecure() - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
isSecured() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOMessage
 
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
 
isStreamManagementAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isStreamManagementTurnedOn(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isSupported() - Static method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
 
isSupported(JaxmppCore, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
isSupported(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
isSupported(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
isSupportedByServer() - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
 
isThrowingExceptionOn() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
isTLSAvailable(SessionObject) - Static method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
isTo() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
 
isValue() - Method in class tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean
 
isViewOccupantsJid() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
 
isZLibAvailable(SessionObject) - Static method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Returns true if server send stream features in which it advertises support for stream compression using ZLIB
Item() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
Item() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.Item
 
ItemAddedEvent(SessionObject, RosterItem, Set<String>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
 
ItemRemovedEvent(SessionObject, RosterItem, Set<String>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
 
ITEMS_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
ItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.ItemsAsyncCallback
 
ItemUpdatedEvent(SessionObject, RosterItem, RosterModule.Action, Set<String>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 

J

J2SECapabiliesCache - Class in tigase.jaxmpp.j2se
 
J2SECapabiliesCache() - Constructor for class tigase.jaxmpp.j2se.J2SECapabiliesCache
 
J2seElement - Class in tigase.jaxmpp.j2se.xml
 
J2seElement(Element) - Constructor for class tigase.jaxmpp.j2se.xml.J2seElement
 
J2SEPresenceStore - Class in tigase.jaxmpp.j2se
 
J2SEPresenceStore() - Constructor for class tigase.jaxmpp.j2se.J2SEPresenceStore
 
J2SESessionObject - Class in tigase.jaxmpp.j2se
 
J2SESessionObject() - Constructor for class tigase.jaxmpp.j2se.J2SESessionObject
 
J2SEStreamhostsResolver - Class in tigase.jaxmpp.j2se.connection.socks5bytestream
 
J2SEStreamhostsResolver() - Constructor for class tigase.jaxmpp.j2se.connection.socks5bytestream.J2SEStreamhostsResolver
 
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.
Jaxmpp - Class in tigase.jaxmpp.android
 
Jaxmpp() - Constructor for class tigase.jaxmpp.android.Jaxmpp
 
Jaxmpp(SessionObject) - Constructor for class tigase.jaxmpp.android.Jaxmpp
 
Jaxmpp - Class in tigase.jaxmpp.gwt.client
 
Jaxmpp() - Constructor for class tigase.jaxmpp.gwt.client.Jaxmpp
 
Jaxmpp(SessionObject) - Constructor for class tigase.jaxmpp.gwt.client.Jaxmpp
 
Jaxmpp - Class in tigase.jaxmpp.j2se
Main library class for using in standalone, Android and other J2SE compatible application.
Jaxmpp() - Constructor for class tigase.jaxmpp.j2se.Jaxmpp
 
Jaxmpp(SessionObject) - Constructor for class tigase.jaxmpp.j2se.Jaxmpp
 
JAXMPP_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
JaxmppCore - Class in tigase.jaxmpp.core.client
Base abstract class for implementation platform-specific jaxmpp clients.
JaxmppCore() - Constructor for class tigase.jaxmpp.core.client.JaxmppCore
 
JaxmppCore.DefaultPacketWriter - Class in tigase.jaxmpp.core.client
 
JaxmppCore.LoggedInHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of LoggedInEvent.
JaxmppCore.LoggedInHandler.LoggedInEvent - Class in tigase.jaxmpp.core.client
Fired when connection is fully established.
JaxmppCore.LoggedOutHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of LoggedOutEvent.
JaxmppCore.LoggedOutHandler.LoggedOutEvent - Class in tigase.jaxmpp.core.client
Fired when jaxmpp is disconnected.
JaxmppEvent<H extends EventHandler> - Class in tigase.jaxmpp.core.client.eventbus
Event object used by JaXMPP Library.
JaxmppEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
Constructs event object.
JaxmppEventWithCallback<H extends EventHandler> - Class in tigase.jaxmpp.core.client.eventbus
Created by andrzej on 02.11.2016.
JaxmppEventWithCallback(SessionObject, JaxmppEventWithCallback.RunAfter<? extends JaxmppEventWithCallback>) - Constructor for class tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback
 
JaxmppEventWithCallback.RunAfter<E> - Interface in tigase.jaxmpp.core.client.eventbus
 
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
 
JaxmppHostnameVerifier - Interface in tigase.jaxmpp.j2se.connectors.socket
Created by bmalkow on 17.07.2017.
JaXMPPSignalProtocolStore - Interface in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
JID - Class in tigase.jaxmpp.core.client
XMPP entity address form <localpart@domainpart/resourcepart>
JID_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
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.
JidSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of jid-single field type.
JINGLE_FT_XMLNS - Static variable in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
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
 
JingleFileTransferNegotiator - Class in tigase.jaxmpp.j2se.filetransfer
 
JingleFileTransferNegotiator() - Constructor for class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
JingleModule - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule(Context) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
JingleModule.JingleSessionAcceptHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionInfoHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionInitiationHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionTerminateHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleTransportInfoHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
JingleSessionAcceptEvent(SessionObject, JID, String, Element, List<Transport>, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
JingleSessionInfoEvent(SessionObject, JID, String, List<Element>, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
JingleSessionInitiationEvent(SessionObject, JID, String, Element, List<Transport>, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
JingleSessionTerminateEvent(SessionObject, JID, String, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
JingleSocks5BytestreamsConnectionManager - Class in tigase.jaxmpp.j2se.connection.socks5bytestream
 
JingleSocks5BytestreamsConnectionManager(ConnectionSessionHandler) - Constructor for class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
JingleTransportInfoEvent(SessionObject, JID, String, Element, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
join(MucModule.Invitation, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
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
 
JoinRequestedEvent(SessionObject, Presence, String, Room) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
JsonSerializationHelper - Class in tigase.jaxmpp.gwt.client
 
JsonSerializationHelper(SessionObject, Map<String, AbstractSessionObject.Entry>) - Constructor for class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
JsonSerializationHelper(SessionObject, JsonSerializationHelper.Serializable[]) - Constructor for class tigase.jaxmpp.gwt.client.JsonSerializationHelper
 
JsonSerializationHelper.Serializable - Interface in tigase.jaxmpp.gwt.client
 

K

KEEP_ALIVE_DELAY_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
keepalive() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
keepalive() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
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.
keepalive() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
key(byte[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
KEY_MANAGERS_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
KeysRetriever - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
KeysRetriever(Context, BareJID) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
 

L

leave(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
listCollections(JID, Date, Date, String, MessageArchivingModule.CollectionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
Deprecated.
listCollections(Criteria, MessageArchivingModule.CollectionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
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.
load(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.CacheProvider
 
loadCachedRoster(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
Loads cached roster.
loadPreKeys() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.JaXMPPSignalProtocolStore
 
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.connector.AbstractWebSocketConnector
 
log - Variable in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
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.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
 
log - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
log - Variable in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
LoggedInEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler.LoggedInEvent
 
LoggedOutEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler.LoggedOutEvent
 
login() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Connects to XMPP server.
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
 
login() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
login(String) - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
login(boolean) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
login() - Method in class tigase.jaxmpp.j2se.Jaxmpp
Connects to server.
LOGIN_TIMEOUT_KEY - Static variable in class tigase.jaxmpp.j2se.Jaxmpp
 
LOGIN_USER_NAME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
longValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 

M

main(String[]) - Static method in class test.Client
 
main(String[]) - Static method in class tigase.jaxmpp.core.client.UIDGenerator
 
makeElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
makeResult(Element) - Static method in class tigase.jaxmpp.core.client.xml.XmlTools
 
mapChildrenToListOfJids(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
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
 
match(String, String) - Method in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
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
 
MessageArchiveManagementModule - Class in tigase.jaxmpp.core.client.xmpp.modules.mam
MessageArchiveManagementModule class implements support for XEP-0313 Message Archive Management.
MessageArchiveManagementModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
MessageArchiveManagementModule.DefaultValue - Enum in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchiveManagementModule.MessageArchiveItemReceivedEventHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchiveManagementModule.MessageArchiveItemReceivedEventHandler.MessageArchiveItemReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchiveManagementModule.Query - Class in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchiveManagementModule.QueryFormCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchiveManagementModule.ResultCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchiveManagementModule.SettingsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.mam
 
MessageArchivingModule - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
MessageArchivingModule class implements support for XEP-0136 Message Archiving.
MessageArchivingModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
MessageArchivingModule.CollectionAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
MessageArchivingModule.ItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
MessageArchivingModule.Settings - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
MessageArchivingModule.SettingsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
MessageCarbonsModule - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageCarbonsModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
MessageCarbonsModule.CarbonEventType - Enum in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageCarbonsModule.CarbonReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageDeliveryReceiptsExtension - Class in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184
 
MessageDeliveryReceiptsExtension(Context) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
 
MessageDeliveryReceiptsExtension.ReceiptReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184
 
MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184
 
MessageErrorEvent(SessionObject, Message, Room, String, Date) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
MessageModule - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
Module to handle messages.
MessageModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
MessageModule(AbstractChatManager) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
MessageModule.ChatClosedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.ChatClosedHandler.ChatClosedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.ChatCreatedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.ChatCreatedHandler.ChatCreatedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.ChatUpdatedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.ChatUpdatedHandler.ChatUpdatedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.MessageReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModule.MessageReceivedHandler.MessageReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageModuleExtension - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat
 
MessageReceivedEvent(SessionObject, Message, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler.MessageReceivedEvent
 
MODE_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
ModuleProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
modulesInit() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
modulesInit() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
modulesManager - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
MucMessageReceivedEvent(SessionObject, Message, Room, String, Date) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
MucModule - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
MucModule(AbstractRoomsManager) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
MucModule.DirectInvitation - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.Invitation - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.InvitationDeclinedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.InvitationReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.InvitationReceivedHandler.InvitationReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.JoinRequestedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.JoinRequestedHandler.JoinRequestedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.MediatedInvitation - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.MessageErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.MessageErrorHandler.MessageErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.MucMessageReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.NewRoomCreatedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantChangedNickHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantChangedPresenceHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantComesHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantComesHandler.OccupantComesEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantLeavedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.OccupantLeavedHandler.OccupantLeavedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.PresenceErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.PresenceErrorHandler.PresenceErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.RoomClosedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
Local instance of Chat Room was closed because of, for example, presence error.
MucModule.RoomClosedHandler.RoomClosedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.RoomConfgurationAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.StateChangeHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.StateChangeHandler.StateChangeEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.YouJoinedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MucModule.YouJoinedHandler.YouJoinedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
MultiEventBus - Class in tigase.jaxmpp.core.client.eventbus
Special implementation of EventBus.
MultiEventBus() - Constructor for class tigase.jaxmpp.core.client.eventbus.MultiEventBus
 
MultiJaxmpp - Class in tigase.jaxmpp.core.client
Class for keeping many instances of JaxmppCore.
MultiJaxmpp() - Constructor for class tigase.jaxmpp.core.client.MultiJaxmpp
 
MutableBoolean - Class in tigase.jaxmpp.core.client.xmpp.utils
 
MutableBoolean() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean
 
MutableLong() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 

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
Return mechanism name.
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() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
name() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
name() - Method in class tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms.ExternalMechanism
 
NAME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep software name in SessionObject.
NewRoomCreatedEvent(SessionObject, Room, Presence) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
 
next() - Static method in class tigase.jaxmpp.core.client.UIDGenerator
Generate next id;
next() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
 
nextCriteria - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
nextElement(Element) - Method in interface tigase.jaxmpp.j2se.connectors.socket.StreamListener
 
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
 
NODE_NAME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
NodeConfigurationAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationAsyncCallback
 
NodeConfigurationChangeNotificationReceivedEvent(SessionObject, Message, JID, String, JabberDataElement) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
 
NodeDetailsCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.disco
 
NonSaslAuthFailedEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
NonSaslAuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
NonSaslAuthModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
NonSaslAuthModule.NonSaslAuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthStartEvent(SessionObject, IQ) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
NonSaslAuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent
 
normalize(String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
NotificationCollectionChildrenChangedEvent(SessionObject, Message, JID, String, String, PubSubModule.NotificationCollectionChildrenChangedHandler.Action, Date) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
 
NotificationNodeDeletedEvent(SessionObject, Message, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
 
NotificationReceivedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
NotSupportedErrorEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.NotSupportedErrorHandler.NotSupportedErrorEvent
 

O

Occupant - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
Occupant() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
OccupantChangedNickEvent(SessionObject, Presence, Room, Occupant, String, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
OccupantChangedPresenceEvent(SessionObject, Presence, Room, Occupant, String, XMucUserElement) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
OccupantComesEvent(SessionObject, Presence, Room, Occupant, String, XMucUserElement) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
OccupantLeavedEvent(SessionObject, Occupant, Room) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
OccupantLeavedEvent(SessionObject, Presence, Room, Occupant, String, XMucUserElement) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
OfferReceivedEvent(SessionObject, JID, JID, long) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
 
OMEMO_ERROR_FLAG - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
 
OMEMOEncryptableMessage - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OMEMOEncryptableMessage(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOEncryptableMessage
 
OMEMOEncryptableMessage.Encryption - Enum in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OMEMOException - Exception in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OMEMOException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOException
 
OMEMOException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOException
 
OMEMOException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOException
 
OMEMOException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOException
 
OmemoExtension - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OMEMOMessage - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OMEMOMessage(boolean, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOMessage
 
OmemoModule - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OmemoModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
OmemoModule.CipherFactory - Interface in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OmemoModule.CreateOMEMOSessionHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OmemoModule.KeysRetrieverHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
OMEMOSessionsProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
onAccept(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
onAccountFeaturesReceived(SessionObject, IQ, String[]) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.AccountFeaturesReceivedHandler
 
onArchiveItemReceived(SessionObject, String, String, Date, Message) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.MessageArchiveItemReceivedEventHandler
 
onAuthFailed(SessionObject, SaslModule.SaslError) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler
 
onAuthFailed(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler
 
onAuthFailed(SessionObject, SaslModule.SaslError) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler
 
onAuthStart(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler
 
onAuthStart(SessionObject, IQ) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler
 
onAuthStart(SessionObject, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler
 
onAuthSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler
 
onAuthSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthSuccessHandler
 
onAuthSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthSuccessHandler
 
onBeforePresenceSend(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
onBeforePresenceSend(SessionObject, Presence) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler
 
onBookmarksReceived(List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
onBoshPacketReceived(SessionObject, int, Element) - Method in interface tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler
Called when BoshPacketReceivedEvent is fired.
onBoshPacketSending(SessionObject, Element) - Method in interface tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler
Called when BoshPacketSendingEvent is fired.
onCarbonReceived(SessionObject, MessageCarbonsModule.CarbonEventType, Message, Chat) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler
 
onChatClosed(SessionObject, Chat) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler
 
onChatClosed(SessionObject, Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
onChatCreated(SessionObject, Chat, Message) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler
 
onChatStateChanged(SessionObject, Chat, ChatState) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension.ChatStateChangedHandler
 
onChatUpdated(SessionObject, Chat) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler
 
onCleared(SessionObject, Set<SessionObject.Scope>) - Method in interface tigase.jaxmpp.core.client.SessionObject.ClearedHandler
onClose(WebSocket) - Method in interface tigase.jaxmpp.gwt.client.connectors.WebSocketCallback
Method called when WebSocket connection is closed
onCollectionReceived(ResultSet<Chat>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.CollectionAsyncCallback
 
onConfigurationReceived(JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomConfgurationAsyncCallback
 
onConnected(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.ConnectedHandler
Called when LoggedInEvent is fired.
onConnectionClosed(SessionObject) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionClosedHandler
 
onConnectionEstablished(SessionObject, ConnectionSession, Socket) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler
 
onConnectionEstablished(SessionObject, ConnectionSession, Socket) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
onConnectionEstablished(SessionObject, ConnectionSession, Socket) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
onConnectionEstablished(SessionObject, ConnectionSession, Socket) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
onConnectionFailed(SessionObject, ConnectionSession) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler
 
onConnectorStateChanged(SessionObject, Connector.State, Connector.State) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onConnectorStateChanged(SessionObject, Connector.State, Connector.State) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
onConnectorStopped() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onConnectorStopped() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
onContactAvailable(SessionObject, Presence, JID, Presence.Show, String, Integer) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler
 
onContactChangedPresence(SessionObject, Presence, JID, Presence.Show, String, Integer) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler
 
onContactUnavailable(SessionObject, Presence, JID, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler
 
onContactUnsubscribed(SessionObject, Presence, BareJID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler
 
onDisconnected(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.DisconnectedHandler
onEncryptionEstablished(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.EncryptionEstablishedHandler
Called when EncryptionEstablishedEvent is fired.
onEntityTimeReceived(String, Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule.EntityTimeAsyncCallback
Called on success.
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(Element, Throwable) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
onError(SessionObject, StreamError, Throwable) - Method in interface tigase.jaxmpp.core.client.Connector.ErrorHandler
Called when ErrorEvent is fired.
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onError() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule.CreateOMEMOSessionHandler
 
onError() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule.KeysRetrieverHandler
 
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
 
onError(Exception, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
onError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
onError(BoshRequest, int, String, Element, Throwable) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshConnector
 
onError(int, String, Element, Throwable) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
 
onError(WebSocket) - Method in interface tigase.jaxmpp.gwt.client.connectors.WebSocketCallback
Method called when WebSocket receives error
onError(int, String, Element, Throwable) - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
onError(Element, Throwable) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
onErrorInThread(Exception) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
onErrorInThread(Exception) - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
onErrorInThread(Exception) - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
onEvent(Event<? extends EventHandler>) - Method in interface tigase.jaxmpp.core.client.eventbus.EventListener
Method called when event is fired.
onException(JaxmppException) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onException(JaxmppException) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic.SessionListener
 
onException(JaxmppException) - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
onException(JaxmppException) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
onFileTransferFailure(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferFailureHandler
 
onFileTransferNegotiationFailure(SessionObject, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
onFileTransferNegotiationFailure(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationFailureHandler
 
onFileTransferNegotiationReject(SessionObject, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
onFileTransferNegotiationReject(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationRejectHandler
 
onFileTransferNegotiationRequest(SessionObject, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
onFileTransferNegotiationRequest(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationRequestHandler
 
onFileTransferNegotiationSuccess(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator.NegotiationSuccessHandler
 
onFileTransferProgress(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferProgressHandler
 
onFileTransferRejected(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferRejectedHandler
 
onFileTransferRequest(SessionObject, FileTransfer, String, List<String>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler
 
onFileTransferRequest(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferRequestHandler
 
onFileTransferRequest(SessionObject, FileTransfer, String, List<String>) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
onFileTransferSuccess(SessionObject, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferManager.FileTransferSuccessHandler
 
onHostChanged(SessionObject) - Method in interface tigase.jaxmpp.j2se.connectors.socket.SocketConnector.HostChangedHandler
 
onInfoReceived(String, Collection<DiscoveryModule.Identity>, Collection<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
onInfoReceived(String, ArrayList<DiscoveryModule.Item>, RSM) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
onInfoReceived(String, ArrayList<DiscoveryModule.Item>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
onInvitationDeclined(SessionObject, Message, Room, JID, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler
 
onInvitationReceived(SessionObject, MucModule.Invitation, JID, BareJID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationReceivedHandler
 
onItemAdded(SessionObject, RosterItem, Set<String>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler
 
onItemRemoved(SessionObject, RosterItem, Set<String>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler
 
onItemsReceived(ChatResultSet) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.ItemsAsyncCallback
 
onItemUpdated(SessionObject, RosterItem, RosterModule.Action, Set<String>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler
 
onJingleSessionAccept(SessionObject, JID, String, Element, List<Transport>, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler
 
onJingleSessionAccept(SessionObject, JID, String, Element, List<Transport>, MutableBoolean) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
onJingleSessionInfo(SessionObject, JID, String, List<Element>, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler
 
onJingleSessionInitiation(SessionObject, JID, String, Element, List<Transport>, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler
 
onJingleSessionInitiation(SessionObject, JID, String, Element, List<Transport>, MutableBoolean) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
onJingleSessionTerminate(SessionObject, JID, String, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler
 
onJingleSessionTerminate(SessionObject, JID, String, MutableBoolean) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
onJingleTransportInfo(SessionObject, JID, String, Element, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler
 
onJoinRequested(SessionObject, Room, String, Presence) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler
 
onLoggedIn(SessionObject) - Method in interface tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler
Called when LoggedInEvent is fired.
onLoggedOut(SessionObject) - Method in interface tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler
Called when LoggedOutEvent is fired.
onLoggedOut(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
onMessage(WebSocket, String) - Method in interface tigase.jaxmpp.gwt.client.connectors.WebSocketCallback
Method called when WebSocket receives message
onMessageError(SessionObject, Message, Room, String, Date) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler
 
onMessageReceived(SessionObject, Chat, Message) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler
 
onMucMessageReceived(SessionObject, Message, Room, String, Date) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler
 
onNetworkDisconnected() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
onNewRoomCreated(SessionObject, Room) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler
 
onNodeConfigurationChangeNotificationReceived(SessionObject, Message, JID, String, JabberDataElement) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler
 
onNodeDeleted(SessionObject, Message, JID, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander
 
onNotificationCollectionChildrenChangedReceived(SessionObject, Message, JID, String, String, PubSubModule.NotificationCollectionChildrenChangedHandler.Action, Date) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler
 
onNotificationReceived(SessionObject, Message, JID, String, String, Element, Date, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler
 
onNotSupportedError(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.NotSupportedErrorHandler
 
onOccupantChangedNick(SessionObject, Room, Occupant, String, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler
 
onOccupantChangedPresence(SessionObject, Room, Occupant, Presence) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler
 
onOccupantComes(SessionObject, Room, Occupant, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler
 
onOccupantLeaved(SessionObject, Room, Occupant, Presence, XMucUserElement) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler
 
onOfferReceived(SessionObject, JID, JID, long) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler
 
onOfflineMessageListReceived(ArrayList<FlexibleOfflineMessageRetrieval.Item>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.FlexibleOfflineMessageItemsAsyncCallback
 
onOpen(WebSocket) - Method in interface tigase.jaxmpp.gwt.client.connectors.WebSocketCallback
Method called when WebSocket opens connection
onPong(long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
Called on success.
onPresenceError(SessionObject, Room, Presence, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler
 
onPublish(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
 
onReceiptReceived(SessionObject, Chat, Message, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler
Called when Message Delivery Receipt is received.
onReceiveConfiguration(IQ, String, JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationAsyncCallback
 
onReceiveConfiguration(IQ, String, JID, JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
 
onReceivedError(SessionObject, IQ, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler
 
onReceivedPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
onReceivedRequestedFields(SessionObject, IQ, UnifiedRegistrationForm) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler
 
onReceivedTimeout(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedTimeoutHandler
 
onReject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
onResourceBindError(SessionObject, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
onResourceBindError(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler
 
onResourceBindSuccess(SessionObject, JID) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
onResourceBindSuccess(JID) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onResourceBindSuccess(SessionObject, JID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler
 
onResourceBindSuccess(JID) - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
onResourceBindSuccess(JID) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
onResponse(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onResponse(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshConnector
 
onResponse(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
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.
onResult(Map<JID, Long>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.DiscoveryResultHandler
 
onRetrieve(IQ, String, Collection<PubSubModule.AffiliationElement>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationsRetrieveAsyncCallback
 
onRetrieve(IQ, String, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
onRetrieve(IQ, String, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item>, Integer, Integer, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
onRetrieve(IQ, String, Collection<PubSubModule.SubscriptionElement>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionsRetrieveAsyncCallback
 
onRoomClosed(SessionObject, Presence, Room) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler
 
onRosterCleared() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
onSeeOtherHost(String, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.connector.SeeOtherHostHandler
 
onSeeOtherHost(String, MutableBoolean) - Method in class tigase.jaxmpp.gwt.client.ConnectionManager
 
onServerFeaturesReceived(SessionObject, IQ, String[]) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.ServerFeaturesReceivedHandler
 
onSessionCreated(XmppOMEMOSession) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule.CreateOMEMOSessionHandler
 
onSessionEstablishmentError(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler
 
onSessionEstablishmentSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentSuccessHandler
 
onSessionObjectCleared(SessionObject, Set<SessionObject.Scope>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
onStanzaReceived(SessionObject, StreamPacket) - Method in interface tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler
Called when StanzaReceivedEvent is fired.
onStanzaReceived(StreamPacket) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStanzaSending(SessionObject, Element) - Method in interface tigase.jaxmpp.core.client.Connector.StanzaSendingHandler
Called when StanzaSendingEvent is fired.
onStateChange(SessionObject, Room, Room.State, Room.State) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.StateChangeHandler
 
onStateChanged(SessionObject, Connector.State, Connector.State) - Method in interface tigase.jaxmpp.core.client.Connector.StateChangedHandler
Called when StateChangedEvent is fired.
onStateChanged(SessionObject, Connector.State, Connector.State) - Method in class tigase.jaxmpp.gwt.client.ConnectionManager
 
onStreamError(StreamError, Throwable) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamError(StreamError, Throwable) - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
onStreamError(StreamError, Throwable) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
onStreamFeaturesReceived(SessionObject, Element) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
onStreamFeaturesReceived(SessionObject, Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler
 
onStreamhosts(List<Streamhost>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostsCallback
 
onStreamhostsHandler(SessionObject, JID, String, String, List<Streamhost>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler
 
onStreamManagementEnabled(SessionObject, Boolean, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler
 
onStreamManagementFailed(SessionObject, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
onStreamManagementFailed(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementFailedHandler
 
onStreamManagementFailed(SessionObject, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketXmppSessionLogic
 
onStreamRestarted(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.StreamRestartedHandler
 
onStreamResumed(SessionObject, Long, String) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
onStreamResumed(Long, String) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamResumed(SessionObject, Long, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler
 
onStreamResumed(Long, String) - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
 
onStreamResumed(Long, String) - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
onStreamStart(Map<String, String>) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
on