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.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.
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
 
AnonymousMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
AnonymousMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
AsyncCallback - Interface in tigase.jaxmpp.core.client
Main interface for callback of all IQ asynchronous request-response mechanism.
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_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.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.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.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.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.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
 
ConnectionFailedEvent(SessionObject, ConnectionSession) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
 
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
 
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.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.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
 
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.
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.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
 
DNSResolver - Class in tigase.jaxmpp.j2se
 
DNSResolver() - Constructor for class tigase.jaxmpp.j2se.DNSResolver
 
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.
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.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(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.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 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
 
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.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.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.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.
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
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.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.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.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.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.
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.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
 
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
 
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
 
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
 
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.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.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
 
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.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.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
 
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.
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.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.
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
 
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
 
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.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
 
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.
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.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
 

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
 
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.j2se.connectors.bosh.BoshWorker
 
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
 
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.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(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
 
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.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(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.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
 

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(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;
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
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(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.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
 
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
 
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.j2se.Jaxmpp
 
onResponse(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
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
 
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.
onStreamError(StreamError, Throwable) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
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.j2se.Jaxmpp
 
onStreamStart(Map<String, String>) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
onStreamStart(Map<String, String>) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
onStreamStart(Map<String, String>) - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
onStreamTerminate() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
onStreamTerminate() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
onStreamTerminate() - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
onStreamTerminated(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.StreamTerminatedHandler
Called when when StreamTerminatedEvent is fired.
onStreamTerminated() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamTerminated() - Method in class tigase.jaxmpp.j2se.Jaxmpp
 
onSubscribe(IQ, PubSubModule.SubscriptionElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionAsyncCallback
 
onSubscribeRequest(SessionObject, Presence, BareJID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler
 
onSuccess(Stanza) - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when received response has type result.
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Called when received response has type result.
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule.EntityTimeAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.FlexibleOfflineMessageItemsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.RequestUploadSlotHandler
 
onSuccess(HttpFileUploadModule.Slot) - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.RequestUploadSlotHandler
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.QueryFormCallback
 
onSuccess(JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.QueryFormCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.ResultCallback
 
onSuccess(String, boolean, RSM) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.ResultCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.SettingsCallback
 
onSuccess(MessageArchiveManagementModule.DefaultValue, List<JID>, List<JID>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.SettingsCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomConfgurationAsyncCallback
 
onSuccess(List<Bundle>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule.KeysRetrieverHandler
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationsRetrieveAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionsRetrieveAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostsCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
onSuccess(Streamhost) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.CollectionAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.ItemsAsyncCallback
 
onSuccess(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.SettingsAsyncCallback
 
onSuccess(MessageArchivingModule.Settings) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.SettingsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.SettingsAsyncCallback
 
onSuccess(int, String, Element) - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
onTerminate(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onTerminate(int, String, Element) - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
onTimeout() - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when response wasn't received in given time.
onTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
onTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
onTLSStanza(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
onUnacknowledged(List<Element>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onUnacknowledged(SessionObject, List<Element>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler
 
onVCardReceived(VCard) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
 
onVersionReceived(String, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
Called on success.
onXmppSessionEstablished(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
onXmppSessionEstablished(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
onXmppSessionEstablished(SessionObject) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic.XmppSessionEstablishedHandler
 
onYouJoined(SessionObject, Room, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.YouJoinedHandler
 
onZLibStanza(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Handles result of requesting stream compression
Or - Class in tigase.jaxmpp.core.client.criteria
Criteria implementation to realize OR operator.
Or(Criteria...) - Constructor for class tigase.jaxmpp.core.client.criteria.Or
 
OS_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep operating system name in SessionObject.
otherXML(StringBuilder) - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
OUTGOING_STREAM_H_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
OutputStreamFlushWrap - Class in tigase.jaxmpp.j2se.connectors.socket
OutputStreamFlushWrap class is wrapper class used to wrap DeflaterOutputStream to force flushing every time data is written to output stream
OutputStreamFlushWrap(OutputStream) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
 
OWN_PRESENCE_STANZA_FACTORY_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
OWNER_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 

P

PACKET_ID - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
PacketWriter - Interface in tigase.jaxmpp.core.client
Interface for writing to XMPP Stream.
PacketWriterAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
Interface should be implemented by module if PacketWriter should be injected to this module.
parse(String) - Static method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
 
parse(String) - Method in interface tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat.DateTimeFormatProvider
 
parse(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
parse(String) - Method in class tigase.jaxmpp.j2se.DateTimeFormatProviderImpl
 
parseError() - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
PASSWORD - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users password
PEPExtension - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PEPExtension() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PEPExtension
 
ping(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
Ping given XMPP entity.
ping(JID, PingModule.PingAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
Ping given XMPP entity.
PingAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
 
PingModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0199 XMPP Ping.
PingModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
PingModule.PingAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Ping callback.
PLAIN_SOCKET_TIMEOUT_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Property to specify custom socket timeout for Plain Socket.
PlainMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
PlainMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
PORT_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
prepareBody(byte[]) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareIqPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
prepareRetartBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareStartBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareTerminateBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
presence - Variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent
 
Presence - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation of Presence stanza.
Presence - Class in tigase.jaxmpp.j2se
Class which helps with initialization presence related modules
Presence() - Constructor for class tigase.jaxmpp.j2se.Presence
 
Presence.Show - Enum in tigase.jaxmpp.core.client.xmpp.stanzas
Availability sub-state
PRESENCE_STORE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
presenceByJid - Variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
PresenceErrorEvent(SessionObject, Presence, Room, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
PresenceModule - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
Module for handling presence information.
PresenceModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
PresenceModule.BeforePresenceSendHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
Event fired before each presence sent by client.
PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.ContactAvailableHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
Event fired when contact (understood as bare JID) becomes available.
PresenceModule.ContactAvailableHandler.ContactAvailableEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.ContactChangedPresenceHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
Event fired when contact changed his presence.
PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.ContactUnavailableHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
Event fired when contact (understood as bare JID) goes offline.
PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.ContactUnsubscribedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
Event fired when contact is unsubscribed.
PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.OwnPresenceStanzaFactory - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
 
PresenceModule.SubscribeRequestHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.presence
Event fired when subscription request is received.
PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
 
presencesMapByBareJid - Variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
PresenceStore - Class in tigase.jaxmpp.core.client.xmpp.modules.presence
Storage for keep received presences of buddies.
PresenceStore() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
PRIORITY_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 
proceedTLS() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
proceedZLib() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Method activates stream compression by replacing reader and writer fields values and restarting XMPP stream
process() - Method in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
process() - Method in class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
process(Element) - Method in class tigase.jaxmpp.core.client.Processor
Produces Runnable that must be run to fully process received stanza.
process(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
process(T) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Method for processing incoming stanza.
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
process(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
process(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Method for processing incoming stanza.
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
process(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
process(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
process(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
process(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
process(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Method for processing incoming stanza.
process(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
process(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
process(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
process(Element) - Method in interface tigase.jaxmpp.core.client.XmppModule
Main method of module.
processAuthFail(SessionObject, SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processAuthFailed(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processAuthSuccess() - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processAuthSucess(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processChallenge(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
processConnectorErrors(StreamError, Throwable) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processData(ConnectionSession, SocketChannel, Socks5ConnectionManager.State, ByteBuffer) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
processDirectInvitationMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processElement(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
processElement(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
processElement(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
processException(JaxmppException) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processException(JaxmppException) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processException(JaxmppException) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketInBandRegistrationXmppSessionLogic
 
processFailure(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Method for processing stanza <iq type='get'>.
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
 
processIncomingStanza(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
processInvitationDeclinedMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processIq(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
processMediatedInvitationMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processor - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Processor - Class in tigase.jaxmpp.core.client
Class for process incoming stanza.
Processor(XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.core.client.Processor
 
Processor.FeatureNotImplementedResponse - Class in tigase.jaxmpp.core.client
 
processOutgoingElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
processPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
processReceivedCarbon(Message, Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
processResourceBindEvent(SessionObject, JID) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processSendData(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
processSendData(Element) - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshConnector
 
processSentCarbon(Message, Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Method for processing stanza <iq type='set'>.
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
 
processStreamFeatures(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processStreamFeatures(SessionObject, Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketInBandRegistrationXmppSessionLogic
 
processStreamFeatures(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketXmppSessionLogic
 
processSuccess(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
properties - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
properties - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Property - Interface in tigase.jaxmpp.core.client
Base interface for classes which may be stored in JaxmppCore as "properties" by using methods set and get on JaxmppCore instance.
PROXY_HOST - Static variable in interface tigase.jaxmpp.core.client.Connector
 
PROXY_JID_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
PROXY_JID_USED_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
PROXY_PORT - Static variable in interface tigase.jaxmpp.core.client.Connector
 
PROXY_TYPE - Static variable in interface tigase.jaxmpp.core.client.Connector
 
proxyDiscoveryError(JaxmppCore, ConnectionSession, ConnectionManager.InitializedCallback, String) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
proxyDiscoveryFinished(JaxmppCore, ConnectionSession, ConnectionManager.InitializedCallback, List<JID>) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
PublishAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
 
publishBookmarks(List<? extends Element>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
Send list of bookmarks to private storage.
publishDeviceList() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
publishItem(BareJID, String, String, Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Publish item in PubSub service.
publishItem(BareJID, String, String, Element, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Publish item in PubSub service.
publishItem(BareJID, String, String, Element, PubSubModule.PublishAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Publish item in PubSub service.
PubSubAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
 
PubSubErrorCondition - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
Publish-Subscribe Module.
PubSubModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
PubSubModule.AffiliationElement - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.AffiliationsRetrieveAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NodeConfigurationAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NodeConfigurationChangeNotificationReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationCollectionChildrenChangedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationCollectionChildrenChangedHandler.Action - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationNodeDeletedHander - Interface in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationNodeDeletedHander.Action - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.PublishAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.RetrieveItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.RetrieveItemsAsyncCallback.Item - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionElement - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionFilterExtension - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
Class with definitions of filters for retrieving subscriptions.
PubSubModule.SubscriptionOptionsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
PubSubModule.SubscriptionsRetrieveAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
purge(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Purge the node of all published items.
purge(BareJID, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Purge the node of all published items.
purgeOfflineMessages(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
PushNotificationModule - Class in tigase.jaxmpp.core.client.xmpp.modules.push
 
PushNotificationModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
 

Q

Query() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
QueryFormCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.QueryFormCallback
 
queryItems(MessageArchiveManagementModule.Query, String, RSM, MessageArchiveManagementModule.ResultCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
queryItems(MessageArchiveManagementModule.Query, JID, String, RSM, MessageArchiveManagementModule.ResultCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
queryItems(MessageArchiveManagementModule.Query, JID, String, String, RSM, MessageArchiveManagementModule.ResultCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
queryItems(JabberDataElement, String, RSM, MessageArchiveManagementModule.ResultCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
queryItems(JabberDataElement, JID, String, RSM, MessageArchiveManagementModule.ResultCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
queryItems(JabberDataElement, JID, String, String, RSM, MessageArchiveManagementModule.ResultCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 

R

randomString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 
read(char[]) - Method in interface tigase.jaxmpp.j2se.connectors.socket.Reader
 
read(char[]) - Method in class tigase.jaxmpp.j2se.connectors.socket.TextStreamReader
 
read(char[]) - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketReader
 
Reader - Interface in tigase.jaxmpp.j2se.connectors.socket
New Reader class replaces standard InputStreamReader as it cannot read from InflaterInputStream.
ReceiptReceivedEvent(SessionObject, Chat, Message, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
ReceivedErrorEvent(SessionObject, IQ, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
 
ReceivedRequestedFieldsEvent(SessionObject, IQ, UnifiedRegistrationForm) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
 
ReceivedTimeoutEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedTimeoutHandler.ReceivedTimeoutEvent
 
RECONNECTING_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
register(AdHocCommand) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
Registers new ad-hoc command.
register(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
register(UnifiedRegistrationForm, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
register(String, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
register(T) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Register XmppModule.
register(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
registerListeners(JaxmppCore) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
registerListeners(JaxmppCore) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
registerListeners(JaxmppCore) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
registerResponseHandler(SessionObject, Element, Long, AsyncCallback) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
registerResponseHandler(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.ResponseManager
Register callback for response of sent stanza.
registerSession(ConnectionSession, String, Socks5ConnectionManager) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
registerXmppStream(JID, XMPPStream) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
rejectFile(FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
rejectFile(JaxmppCore, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
rejectFile(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
rejectFile(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
rejectStreamInitiation(FileTransfer, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
rejoin() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Removes listener or handler of given type.
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Removed listener or handler.
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
remove(T) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Unregisters JaxmppCore.
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
remove(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
remove(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
remove(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
remove(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Removes buddy from roster.
removeAccount(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
removeAll() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
removeAll() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
removeAllMechanisms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
removeAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
removeAttribute(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Remove attribute from element.
removeAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Remove attribute from element.
removeAttribute(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
removeAuthFailedHandler(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeAuthStartHandler(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeAuthSuccessHandler(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeBeforePresenceSendHandler(PresenceModule.BeforePresenceSendHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
removeChild(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
removeChild(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Remove child from element.
removeChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Remove child from element.
removeChild(Element) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
removeClearedHandler(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
removeContactAvailableHandler(PresenceModule.ContactAvailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
removeContactChangedPresenceHandler(PresenceModule.ContactChangedPresenceHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
removeContactUnavailableHandler(PresenceModule.ContactUnavailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
removeContactUnsubscribedHandler(PresenceModule.ContactUnsubscribedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
removeData(String) - Method in class tigase.jaxmpp.core.client.DataHolder
 
removeData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Removes data stored by RosterItem.setData(String, Object).
removeEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
Removes EventBus from collector.
removeExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
removeExtension(Extension) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
 
removeExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
removeFileTransferRequestHandler(FileTransferModule.FileTransferRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
removeFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
removeFromRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
removeItem(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
removeItem(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
removeNegotiator(FileTransferNegotiator) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
removeNodeCallback(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
removeNotificationReceivedHandler(PubSubModule.NotificationReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
removeNotSupportedErrorHandler(InBandRegistrationModule.NotSupportedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
removeOfflineMessages(ArrayList<FlexibleOfflineMessageRetrieval.Item>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
 
removeReceivedErrorHandler(InBandRegistrationModule.ReceivedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
removeReceivedRequestedFieldsHandler(InBandRegistrationModule.ReceivedRequestedFieldsHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
removeReceivedTimeoutHandler(InBandRegistrationModule.ReceivedTimeoutHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
removeResourceBindErrorHandler(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
removeResourceBindSuccessHandler(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
removeServerFeaturesReceivedHandler(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
removeSession(XmppOMEMOSession) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOSessionsProvider
 
removeSessionEstablishmentErrorHandler(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
removeSessionEstablishmentSuccessHandler(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
removeStreamFeaturesReceivedHandler(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
removeStreamManagementEnabledHandler(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
removeStreamManagementFailedHandler(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
removeStreamResumedHandler(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
removeSubscribeRequestHandler(PresenceModule.SubscribeRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
removeUnacknowledgedHandler(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
request(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Request acknowledgement of received stanzas.
requestActivate(JID, String, JID, Socks5BytestreamsModule.ActivateCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
requestActivate(ConnectionSession, Socket) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
requests - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
requestStreamhosts(JID, StreamhostsCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
requestStreamHosts(JaxmppCore, ConnectionSession, JID) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
requestUploadSlot(JID, String, Long, String, HttpFileUploadModule.RequestUploadSlotHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
RequestUploadSlotHandler() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.RequestUploadSlotHandler
 
reset() - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
reset(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
reset() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
resolve(String) - Method in interface tigase.jaxmpp.j2se.connectors.socket.SocketConnector.DnsResolver
 
resolve(String) - Static method in class tigase.jaxmpp.j2se.DNSResolver
 
RESOURCE - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep XMPP resource
ResourceBinderModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Resource Binding.
ResourceBinderModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
ResourceBinderModule.ResourceBindErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
Event fires on binding error.
ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
ResourceBinderModule.ResourceBindSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
Event fires on binding success.
ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
ResourceBindErrorEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
ResourceBindSuccessEvent(SessionObject, JID) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
RESPONSE_MANAGER_KEY - Static variable in class tigase.jaxmpp.core.client.ResponseManager
 
ResponseManager - Class in tigase.jaxmpp.core.client
Class for manage responses for IQ type='get' stanzas.
ResponseManager() - Constructor for class tigase.jaxmpp.core.client.ResponseManager
 
ResponseManager.Entry - Class in tigase.jaxmpp.core.client
 
responseStanza - Variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
restartStream() - Method in interface tigase.jaxmpp.core.client.Connector
Sends new XML Stream header.
restartStream() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
restoreParserState() - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
ResultCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.ResultCallback
 
ResultSet<T> - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
ResultSet class is representing results from server returned by ResultSetManagement.
ResultSet() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
 
resume() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
retrieve(Collection<Integer>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
 
retrieve() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
 
retrieveAffiliations(BareJID, String, PubSubModule.AffiliationsRetrieveAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve affiliations.
retrieveAffiliations(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve affiliations.
retrieveAffiliations(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveBookmarks(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
Retrieve bookmarks from private storage.
retrieveCollection(Criteria, MessageArchivingModule.ItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
retrieveItem(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets ALL published items from node.
retrieveItem(BareJID, String, PubSubModule.RetrieveItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets ALL published items from node.
retrieveItem(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets published item from node.
retrieveItem(BareJID, String, String, Integer, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets published item(s) from node.
retrieveItem(BareJID, String, String, PubSubModule.RetrieveItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets published item from node.
retrieveItems(BareJID, String, Integer, Integer, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Gets published item(s) from node.
RetrieveItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
 
retrieveOwnAffiliations(BareJID, String, PubSubModule.AffiliationsRetrieveAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve own affiliations.
retrieveOwnAffiliations(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve own affiliations.
retrieveOwnSubscription(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve own subscriptions.
retrieveOwnSubscription(BareJID, String, PubSubModule.SubscriptionsRetrieveAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve own subscriptions.
retrieveQueryForm(MessageArchiveManagementModule.QueryFormCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
retrieveQueryForm(JID, MessageArchiveManagementModule.QueryFormCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
retrieveSettings(MessageArchiveManagementModule.SettingsCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
retrieveSubscription(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve all subscriptions of given node.
retrieveSubscription(BareJID, String, PubSubModule.SubscriptionFilterExtension, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve all subscriptions of given node.
retrieveSubscription(BareJID, String, PubSubModule.SubscriptionsRetrieveAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Retrieve all subscriptions of given node.
retrieveSubscription(BareJID, String, String, PubSubModule.SubscriptionFilterExtension, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
 
retrieveVCard(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
retrieveVCard(JID, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
retrieveVCard(JID, VCardModule.VCardAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
retriveCollection(JID, Date, Date, String, Integer, Integer, MessageArchivingModule.ItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
Deprecated.
rfcCompatible - Variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
RID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Type: Long.
Role - Enum in tigase.jaxmpp.core.client.xmpp.modules.muc
 
Room - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
Room(long, Context, BareJID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
Room.State - Enum in tigase.jaxmpp.core.client.xmpp.modules.muc
 
RoomClosedEvent(SessionObject, Presence, Room) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
 
RoomConfgurationAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomConfgurationAsyncCallback
 
rooms - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
roster - Variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
 
Roster - Class in tigase.jaxmpp.j2se
 
Roster() - Constructor for class tigase.jaxmpp.j2se.Roster
 
ROSTER_STORE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
RosterCacheProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
Interface for implement roster cache.
RosterItem - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
Roster item.
RosterItem(BareJID, SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
RosterItem.Subscription - Enum in tigase.jaxmpp.core.client.xmpp.modules.roster
Susbcription state.
RosterModule - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
Module for roster manipulation.
RosterModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
RosterModule(RosterCacheProvider) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
RosterModule.Action - Enum in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.ItemAddedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.ItemAddedHandler.ItemAddedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.ItemRemovedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.ItemRemovedHandler.ItemRemovedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.ItemUpdatedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RosterModule.ItemUpdatedHandler.ItemUpdatedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
 
rosterRequest() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
Requests for roster.
RosterStore - Class in tigase.jaxmpp.core.client.xmpp.modules.roster
Storage for keeping roster.
RosterStore() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
RosterStore.Predicate - Interface in tigase.jaxmpp.core.client.xmpp.modules.roster
 
RSM - Class in tigase.jaxmpp.core.client.xmpp.utils
 
RSM(int) - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.RSM
Constructs ...
RSM() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
run() - Method in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
run() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
run() - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 

S

SASL_COMPLETE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
SASL_EXTERNAL_ENABLED_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
SASL_MECHANISM - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
SaslAuthFailedEvent(SessionObject, SaslModule.SaslError) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
SaslAuthStartEvent(SessionObject, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
SaslAuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent
 
SaslMechanism - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
Interface for implementing SASL mechanisms.
SaslModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
Module for SASL authentication.
SaslModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
SaslModule.SaslAuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthStartHandler.SaslAuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslError - Enum in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.UnsupportedSaslMechanisms - Exception in tigase.jaxmpp.core.client.xmpp.modules.auth
 
save(SessionObject, ArrayList<Element>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.CacheProvider
 
SaveMode - Enum in tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
saveParserState(Object) - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
scope - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
ScramMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
ScramMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramMechanism
 
ScramPlusMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
ScramPlusMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
 
ScramPlusMechanism(String, String, byte[], byte[]) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
 
ScramSHA256Mechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
ScramSHA256Mechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA256Mechanism
 
ScramSHA256PlusMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
ScramSHA256PlusMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA256PlusMechanism
 
ScramSHA512Mechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
ScramSHA512Mechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA512Mechanism
 
ScramSHA512PlusMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
ScramSHA512PlusMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA512PlusMechanism
 
SEE_OTHER_HOST_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector

Type: Boolean.
SeeOtherHostEvent(SessionObject, String, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.connector.SeeOtherHostHandler.SeeOtherHostEvent
 
SeeOtherHostHandler - Interface in tigase.jaxmpp.core.client.connector
 
SeeOtherHostHandler.SeeOtherHostEvent - Class in tigase.jaxmpp.core.client.connector
 
send(byte[]) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
send(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
send(Element) - Method in interface tigase.jaxmpp.core.client.Connector
Sends given XML Element to server.
send(IQ, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Sends IQ type='get' stanza to XMPP Server in current connection.
send(IQ, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Sends IQ type='get' stanza to XMPP Server in current connection.
send(Stanza) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Sends stanza to XMPP Server in current connection.
send(byte[]) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
send(Element) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
send(byte[]) - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
send(Element) - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
send(String) - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
sendAck() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
sendAck(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
sendFile(JID, File) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
sendFile(JID, String, long, InputStream, Date) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
sendFile(JaxmppCore, FileTransfer) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
sendFile(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
sendFile(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
sendFile2(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
sendInitialPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
sendMessage(Chat, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Sends message in passed chat.
sendMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Sends message in passed chat.
sendMessage(Chat, String, List<? extends Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Sends message in passed chat.
sendMessage(JID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
Sends message.
sendMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
sendMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
sendNoValidStreams(FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
sendStreamhosts(JID, String, List<Streamhost>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
sendStreamHosts(JaxmppCore, ConnectionSession, List<Streamhost>) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
sendStreamhostUsed(JID, String, String, Streamhost) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
sendStreamhostUsed(FileTransfer, String) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
sendStreamInitiationOffer(FileTransfer, String[], AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
sentDirectPresence(JID, Presence.Show, String, Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
Sends own presence.
SERVER_FEATURES_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
SERVER_HOST - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
SERVER_NAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Deprecated.
SERVER_PORT - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
ServerFeaturesReceivedEvent(SessionObject, IQ, String[]) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent
 
serviceJID - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
Session - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class for help handle longer conversation with client.
Session(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
 
SESSION_ESTABLISHED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentErrorEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
SessionEstablishmentModule - Class in tigase.jaxmpp.core.client.xmpp.modules
SessionEstablishmentModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentModule.SessionEstablishmentErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent
 
sessionLogic - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
sessionObject - Variable in class tigase.jaxmpp.core.client.ConnectionConfiguration
 
sessionObject - Variable in class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
 
sessionObject - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
SessionObject - Interface in tigase.jaxmpp.core.client
Session object is for store state of connection, modules etc.
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
sessionObject - Variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
SessionObject.ClearedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of SessionObject.ClearedHandler.ClearedEvent.
SessionObject.ClearedHandler.ClearedEvent - Class in tigase.jaxmpp.core.client
Fired when properties from SessionObject are cleared.
SessionObject.Scope - Enum in tigase.jaxmpp.core.client
 
set(T) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
setAffiliation(Affiliation) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
setAffiliation(BareJID, String, PubSubModule.AffiliationElement[], PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Modify or set multiple affiliations.
setAffiliation(BareJID, String, JID, Affiliation, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Modify or set affiliation.
setAfter(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setAfter(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setApproved(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setAsk(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setAttribute(String, String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set value of attribute.
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set value of attribute.
setAttribute(String, String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setAttributes(Map<String, String>) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set a number of attributes.
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set a number of attributes.
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
setAutoArchive(boolean, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
setAutoSave(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
setBday(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setBefore(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setBefore(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setBindedJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
setBody(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets body of message.
setBoshService(String) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set BOSH Service URL.
setCache(CapabilitiesCache) - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
setCacheProvider(SessionObject, StreamFeaturesModule.CacheProvider) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
setCarbonType(MessageCarbonsModule.CarbonEventType) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
setCategory(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
setChangeAction(RosterModule.Action) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
setChat(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
setChat(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler.ChatClosedEvent
 
setChat(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
 
setChat(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler.ChatUpdatedEvent
 
setChat(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
setChildAttr(String, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
setChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
setChildElementValue(String, String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
setComplete(SessionObject, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
setConfirmedId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
setConnectionSession(ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
 
setConnectionSession(ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
 
setConnectionType(ConnectionConfiguration.ConnectionType) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set connection type.
setConnector(Connector) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
Sets connector to be wrapped.
setContains(Collection<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setContent(List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
setContent(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
setContext(Context) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ContextAware
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PEPExtension
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
setContext(Context) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
setContext(Context) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
setContext(Context) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
setContext(Context) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
 
setContext(Context) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
setContext(Context) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
setCredentialsCallback(CredentialsCallback) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set credentials callback;
setCriteria(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setCustomCipherFactory(OmemoModule.CipherFactory) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
setData(String, Object) - Method in class tigase.jaxmpp.core.client.DataHolder
 
setData(String, T) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Store object in session.
setData(String, Object) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
Store object in roster item.
setDefaultAction(Action) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set default action.
setDelayTime(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setDesc(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Set natural-language description of field.
setDesc(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Set natural-language description of field.
setDescription(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
setDescription(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
setDescription(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setDisabled(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
setDisableTLS(boolean) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Enable or disable TLS usage.
setDomain(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set logical name of XMPP server.
setElement(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
setElements(List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
setEmail(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
 
setEncapsulatedMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
 
setEncryption(OMEMOEncryptableMessage.Encryption) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOEncryptableMessage
 
setEnd(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
setEnd(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setError(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
setError(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
setErrorCondition(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
setErrorCondition(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
 
setEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
setEventBus(EventBus) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.EventBusAware
 
setExecutor(Executor) - Method in class tigase.jaxmpp.j2se.Jaxmpp
Sets custom Executor for processing incoming stanzas in modules.
setExpire(Long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
setFeatures(Element) - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
setFeatures(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
 
setFeaturesElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
setFieldValue(Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
Sets value of field.
setFieldValue(T) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.FixedField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.HiddenField
Sets value of field.
setFieldValue(JID[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Sets value of field.
setFieldValue(JID) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidSingleField
Sets value of field.
setFieldValue(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Sets value of field.
setFieldValue(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextPrivateField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextSingleField
Sets value of field.
setFile(File) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
setFileInfo(String, long, Date, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
setFileInfo(String, long, Date, String) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
setFileMimeType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
setFileTransfer(FileTransfer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
setForm(JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set reponse data form.
setFrom(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
setFrom(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets 'from' attribute.
setFullName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setFunction(Function) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setH(Long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
setHandled(MutableBoolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
setHandled(MutableBoolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
setHandled(MutableBoolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
setHandled(MutableBoolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
setHandled(MutableBoolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
setHomeAddressCtry(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressLocality(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressPCode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressRegion(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeAddressStreet(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeEmail(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeTelFax(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeTelMsg(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHomeTelVoice(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setHosts(List<Streamhost>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
setHosts(List<Streamhost>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
setId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
setId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
setId(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets id of stanza
setIncoming(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
setIndex(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setIndex(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setInitialPresence(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
setInputStream(InputStream) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
setInstructions(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Sets natural-language instruction.
setInvitation(MucModule.Invitation) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationReceivedHandler.InvitationReceivedEvent
 
setInviteeJID(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
setIq(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
setItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
 
setItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
 
setItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
setItemId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setItemType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setJabberID(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setJaxmpp(JaxmppCore) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Sets interlocutor JID.
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
setJid(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
 
setJid(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
 
setJID(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
setJID(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
setJidContains(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionFilterExtension
 
setLabel(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Sets label of field.
setLabel(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets label of field.
setLastMessageDate(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
setLastPage(Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setLastPage(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setLimit(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setMax(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setMechanismName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
setMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setMessageModule(MessageModule) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
 
setModifiedGroups(Set<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
 
setModifiedGroups(Set<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
 
setModifiedGroups(Set<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setNameFamily(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNameGiven(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNameMiddle(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNegotiator(FileTransferNegotiator) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
setNickName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets nickname.
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
 
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
setNodeCallback(String, NodeDetailsCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
setNodeName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setOccupant(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
setOccupant(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
setOccupant(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
setOccupant(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
setOldNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
setOMEMORequired(BareJID, boolean) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOSessionsProvider
 
setOrgName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setOrgUnit(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setOwnChatState(Chat, ChatState) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
 
setOwnPresenceStanzaFactory(SessionObject, PresenceModule.OwnPresenceStanzaFactory) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
setPacketWriter(PacketWriter) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
setPacketWriter(PacketWriter) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.PacketWriterAware
setPacketWriter(PacketWriter) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
setParent(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setParent(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set element parent.
setParent(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set element parent.
setParent(Element) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
setPassword(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
setPassword(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
 
setPayload(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setPhotoType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setPhotoVal(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setPort(int) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set server port.
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
 
setPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent
 
setPresence(Presence.Show, String, Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
Sends own presence.
setPresence(Presence.Show, String, Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
setPresenceStore(SessionObject, PresenceStore) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
setPrevid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
setPriority(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
setPriority(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
setPriority(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets priority level of resource.
setProperty(SessionObject.Scope, String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
setProperty(String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set property in session scope.
setProperty(SessionObject.Scope, String, Object) - Method in interface tigase.jaxmpp.core.client.SessionObject
Set property in given scope.
setProperty(String, Object) - Method in interface tigase.jaxmpp.core.client.SessionObject
Set property in session scope.
setProvider(DateTimeFormat.DateTimeFormatProvider) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
setProxy(String, int) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set connection proxy.
setProxyType(Proxy.Type) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set proxy type.
setProxyUsernamePassword(String, String) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set proxy authentication credentials.
setPubSubJID(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
 
setQueryid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.ResultCallback
 
setReason(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
setRequired(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Set if this field is required one.
setRequired(boolean) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Set if this field is required one.
setResource(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set XMPP resource.
setResponseManager(SessionObject, ResponseManager) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
setResponseStanza(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
 
setResponseStanza(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
 
setResume(Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
setResumeId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
setRole(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
 
setRoom(Room) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.YouJoinedHandler.YouJoinedEvent
 
setRoomConfiguration(Room, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
setRosterStore(SessionObject, RosterStore) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
setSaveMode(SaveMode) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
setScopes(Set<SessionObject.Scope>) - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
setSecured(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOMessage
 
setSender(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
setSender(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
setSender(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
setSender(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
setSender(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
setSentPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
 
setServer(String) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Set server hostname.
setSessionId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
setSessionListener(XmppSessionLogic.SessionListener) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketInBandRegistrationXmppSessionLogic
 
setSessionObject(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
 
setSettings(MessageArchivingModule.Settings, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
 
setShow(Presence.Show) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
setShow(Presence.Show) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
setShow(Presence.Show) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets avaiability sub-state.
setSid(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
setSid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
setSignalProtocolStore(SessionObject, JaXMPPSignalProtocolStore) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
setSocket(Socket) - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
 
setSpi(String, UniversalFactory.FactorySpi<?>) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Registers object factory with name.
setSpi(String, UniversalFactory.FactorySpi<?>, boolean) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Registers object factory with name.
setStage(Connector.State) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setStage(Connector.State) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
setStage(Connector.State) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
setStanza(Element) - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
setStanza(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
setStanza(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
setStanza(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
setStanza(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
 
setStanza(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
 
setStart(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
setStart(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
setStart(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setState(State) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set execution state.
setState(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
 
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
 
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
 
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets natural-language description of an entity's availability.
setStreamMethods(List<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
 
setStreamsManager(SessionObject, XmppStreamsManager) - Static method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
setSubID(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
setSubject(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
setSubject(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets subject of message.
setSubnode(Node) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setSubscription(BareJID, String, JID, Subscription, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Modify or set subscription.
setSubscription(BareJID, String, PubSubModule.SubscriptionElement[], PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Modify or set multiple subscriptions.
setSubscription(Subscription) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
setSubscription(RosterItem.Subscription) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
setTags(Collection<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setThread(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets thread-id of message.
setThreadId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
Sets thread-id.
setThrowingExceptionOn(boolean) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
setTimestamp(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
 
setTimestamp(Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
 
Settings() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
Settings(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
 
SettingsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.SettingsAsyncCallback
 
SettingsCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.SettingsCallback
 
setTitle(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Sets form title.
setTitle(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setTo(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets 'to' attribute.
setTransports(List<Transport>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
 
setTransports(List<Transport>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
 
setType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
setType(FlexibleOfflineMessageRetrieval.MSG_TYPE) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.Item
 
setType(StanzaType) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets type of stanza.
setUrl(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setUserJID(BareJID) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users JabberID.
setUserJID(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users JabberID.
setUsername(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
 
setUserPassword(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users password.
setUserProperty(String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set user property.
setUserProperty(String, Object) - Method in interface tigase.jaxmpp.core.client.UserProperties
Set user property.
setUseSASL(boolean) - Method in class tigase.jaxmpp.j2se.ConnectionConfiguration
Enable o disable SASL.
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setValue(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set value of this element.
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set value of this element.
setValue(long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
setValue(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean
 
setValue(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
setVar(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Sets name of field.
setVar(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets name of field.
setWith(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
setWith(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
setWithJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
setWorkAddressCtry(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressLocality(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressPCode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressRegion(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkAddressStreet(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkEmail(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkTelFax(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkTelMsg(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setWorkTelVoice(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setXMLNS(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Change the namespace of this element.
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Change the namespace of this element.
setXMLNS(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
 
setXmppStream(XMPPStream) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
 
setxUserElement(XMucUserElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
 
setxUserElement(XMucUserElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
 
SID_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
SID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Name of property that specify BOSH Session ID.
Type: String.
SID_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
Slot(String, Map<String, String>, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
 
SocketConnector - Class in tigase.jaxmpp.j2se.connectors.socket
 
SocketConnector(Context) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
SocketConnector.DnsResolver - Interface in tigase.jaxmpp.j2se.connectors.socket
 
SocketConnector.Entry - Class in tigase.jaxmpp.j2se.connectors.socket
 
SocketConnector.HostChangedHandler - Interface in tigase.jaxmpp.j2se.connectors.socket
see-other-host
SocketConnector.HostChangedHandler.HostChangedEvent - Class in tigase.jaxmpp.j2se.connectors.socket
 
SocketInBandRegistrationXmppSessionLogic - Class in tigase.jaxmpp.j2se.connectors.socket
 
SocketInBandRegistrationXmppSessionLogic(SocketConnector, XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.SocketInBandRegistrationXmppSessionLogic
 
SocketXmppSessionLogic - Class in tigase.jaxmpp.j2se.connectors.socket
 
SocketXmppSessionLogic(SocketConnector, XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.SocketXmppSessionLogic
 
SOCKS5_TRANSPORT_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
Socks5BytestreamsConnectionManager - Class in tigase.jaxmpp.j2se.connection.socks5bytestream
 
Socks5BytestreamsConnectionManager() - Constructor for class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
 
Socks5BytestreamsModule - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
Socks5BytestreamsModule(Context) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
Socks5BytestreamsModule.ActivateCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
Socks5BytestreamsModule.StreamhostsHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
Socks5ConnectionManager - Class in tigase.jaxmpp.j2se.connection.socks5bytestream
 
Socks5ConnectionManager() - Constructor for class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
Socks5ConnectionManager.State - Enum in tigase.jaxmpp.j2se.connection.socks5bytestream
 
Socks5FileTransferNegotiator - Class in tigase.jaxmpp.j2se.filetransfer
 
Socks5FileTransferNegotiator() - Constructor for class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
SoftwareVersionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
 
SoftwareVersionModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0092: Software Version.
SoftwareVersionModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
SoftwareVersionModule.SoftwareVersionAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Software version callback.
SSL_SOCKET_FACTORY_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
SSL_SOCKET_TIMEOUT_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Property to specify custom socket timeout for SSL Socket.
Stanza - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Abstract representation of Stanza.
Stanza.UnkownStanzaTypeException - Exception in tigase.jaxmpp.core.client.xmpp.stanzas
 
StanzaReceivedEvent(SessionObject, StreamPacket) - Constructor for class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
StanzaSendingEvent(SessionObject, Element) - Constructor for class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
StanzaType - Enum in tigase.jaxmpp.core.client.xmpp.stanzas
 
start() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
start() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
start() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
start() - Method in interface tigase.jaxmpp.core.client.Connector
Starts connector.
start() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
 
start() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshConnector
 
start() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
start() - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
startElement(StringBuilder, StringBuilder[], StringBuilder[]) - Method in class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Method description
startTLS() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
startZLib() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Sends stanza to start stream compression using ZLIB
State - Enum in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Ad-hoc command execution state.
StateChangedEvent(SessionObject, Connector.State, Connector.State) - Constructor for class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
StateChangeEvent(SessionObject, Room, Room.State, Room.State) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.StateChangeHandler.StateChangeEvent
 
STATUS_NEW_NICKNAME - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
 
stop() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
stop() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
stop() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
stop() - Method in interface tigase.jaxmpp.core.client.Connector
Stops connector and closes connections.
stop(boolean) - Method in interface tigase.jaxmpp.core.client.Connector
Stops connector.
stop() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
stop(boolean) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
Deprecated.
store(String, String, String, String, Collection<String>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
 
store(String, String, String, String, Collection<String>) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
 
storeSession(XmppOMEMOSession) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOSessionsProvider
 
STREAM_MANAGEMENT_DISABLED_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Property to disable stream management module.
STREAM_MANAGEMENT_RESUME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
STREAM_MANAGEMENT_RESUMPTION_ID_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
STREAM_MANAGEMENT_RESUMPTION_TIME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
STREAM_MANAGEMENT_TURNED_ON_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Property to keep Boolean if stream management is turned on.
StreamError - Enum in tigase.jaxmpp.core.client.connector
XML Stream errors.
StreamFeaturesModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Stream Features.
StreamFeaturesModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
StreamFeaturesModule.CacheProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
StreamFeaturesModule.StreamFeaturesReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
Event fires when stream features are received.
StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
StreamFeaturesReceivedEvent(SessionObject, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
Streamhost - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
Streamhost(String, String, Integer) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
 
STREAMHOST_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
StreamhostsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
StreamhostsCallback(Socks5BytestreamsModule) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostsCallback
 
StreamhostsEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
 
StreamhostsResolver - Interface in tigase.jaxmpp.j2se.connection.socks5bytestream
 
StreamhostUsedCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
StreamhostUsedCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
 
StreamInitiationOfferAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.socks5
 
StreamInitiationOfferAsyncCallback(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamInitiationOfferAsyncCallback
 
StreamListener - Interface in tigase.jaxmpp.j2se.connectors.socket
 
StreamManagementEnabledEvent(SessionObject, Boolean, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
StreamManagementFailedEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent
 
StreamManagementModule - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule(JaxmppCore) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
StreamManagementModule.MutableLong - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementEnabledHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamResumedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamResumedHandler.StreamResumedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.UnacknowledgedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamPacket - Class in tigase.jaxmpp.core.client.xmpp.stanzas
 
StreamPacket(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
 
StreamRestaredEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.StreamRestartedHandler.StreamRestaredEvent
 
StreamResumedEvent(SessionObject, Long, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
streamsManager - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
StreamTerminatedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.StreamTerminatedHandler.StreamTerminatedEvent
 
submit(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
subscribe(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
Subscribe for presence.
subscribe(BareJID, String, JID, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Subscribe to a Node.
subscribe(BareJID, String, JID, JabberDataElement, PubSubModule.SubscriptionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Subscribe to a Node.
subscribe(BareJID, String, JID, PubSubModule.SubscriptionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Subscribe to a Node.
subscribed(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
subscribeForDeviceList(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
 
SubscribeRequestEvent(SessionObject, Presence, BareJID) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
 
Subscription - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 
SubscriptionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionAsyncCallback
 
SubscriptionElement() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
SubscriptionElement(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
 
SubscriptionFilterExtension() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionFilterExtension
 
SubscriptionOptionsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
 
SubscriptionsRetrieveAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionsRetrieveAsyncCallback
 

T

TALK_TO_JID - Static variable in class test.Client
 
terminate() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
Terminates request.
terminate() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
terminateAllWorkers() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
terminateAllWorkers() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
terminateAllWorkers() - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
terminateSession(JID, String, JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
terminateStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
test - package test
 
TextMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-multi field type.
TextPrivateField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-private field type.
TextSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-single field type.
TextStreamReader - Class in tigase.jaxmpp.j2se.connectors.socket
TextStreamReader class replaces standard InputStreamReader as it cannot read from InflaterInputStream.
TextStreamReader(InputStream) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.TextStreamReader
 
ThreadSafeEventBus - Class in tigase.jaxmpp.j2se.eventbus
 
ThreadSafeEventBus() - Constructor for class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
 
ThreadSafeResponseManager - Class in tigase.jaxmpp.j2se
 
ThreadSafeResponseManager() - Constructor for class tigase.jaxmpp.j2se.ThreadSafeResponseManager
 
throwingExceptionOn - Variable in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
tigase.jaxmpp.core.client - package tigase.jaxmpp.core.client
Core of JAXMPP library.
tigase.jaxmpp.core.client.connector - package tigase.jaxmpp.core.client.connector
Classes for implementing Connectors.
tigase.jaxmpp.core.client.criteria - package tigase.jaxmpp.core.client.criteria
Support for selecting modules to process incoming messages.
tigase.jaxmpp.core.client.criteria.tpath - package tigase.jaxmpp.core.client.criteria.tpath
 
tigase.jaxmpp.core.client.eventbus - package tigase.jaxmpp.core.client.eventbus
EventBus is mechanism to dispatch events fired by few modules to all listeners.
tigase.jaxmpp.core.client.exceptions - package tigase.jaxmpp.core.client.exceptions
General exception for JAXMPP.
tigase.jaxmpp.core.client.factory - package tigase.jaxmpp.core.client.factory
Universal factory.
tigase.jaxmpp.core.client.xml - package tigase.jaxmpp.core.client.xml
Implementation of XML DOM.
tigase.jaxmpp.core.client.xmpp - package tigase.jaxmpp.core.client.xmpp
Support for XMPP.
tigase.jaxmpp.core.client.xmpp.forms - package tigase.jaxmpp.core.client.xmpp.forms
Support for Data Form.
tigase.jaxmpp.core.client.xmpp.modules - package tigase.jaxmpp.core.client.xmpp.modules
Support for XMPP Modules.
tigase.jaxmpp.core.client.xmpp.modules.adhoc - package tigase.jaxmpp.core.client.xmpp.modules.adhoc
Module implements XEP-0050: Ad-Hoc Commands.
tigase.jaxmpp.core.client.xmpp.modules.auth - package tigase.jaxmpp.core.client.xmpp.modules.auth
Support for SASL and non-SASL authentication .
tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms - package tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
tigase.jaxmpp.core.client.xmpp.modules.auth.scram - package tigase.jaxmpp.core.client.xmpp.modules.auth.scram
 
tigase.jaxmpp.core.client.xmpp.modules.capabilities - package tigase.jaxmpp.core.client.xmpp.modules.capabilities
 
tigase.jaxmpp.core.client.xmpp.modules.chat - package tigase.jaxmpp.core.client.xmpp.modules.chat
Support for sending messages and trace converstation.
tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085 - package tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
 
tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184 - package tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184
 
tigase.jaxmpp.core.client.xmpp.modules.connection - package tigase.jaxmpp.core.client.xmpp.modules.connection
 
tigase.jaxmpp.core.client.xmpp.modules.disco - package tigase.jaxmpp.core.client.xmpp.modules.disco
tigase.jaxmpp.core.client.xmpp.modules.extensions - package tigase.jaxmpp.core.client.xmpp.modules.extensions
 
tigase.jaxmpp.core.client.xmpp.modules.filetransfer - package tigase.jaxmpp.core.client.xmpp.modules.filetransfer
 
tigase.jaxmpp.core.client.xmpp.modules.flexible_offline - package tigase.jaxmpp.core.client.xmpp.modules.flexible_offline
tigase.jaxmpp.core.client.xmpp.modules.httpfileupload - package tigase.jaxmpp.core.client.xmpp.modules.httpfileupload
 
tigase.jaxmpp.core.client.xmpp.modules.jingle - package tigase.jaxmpp.core.client.xmpp.modules.jingle
Support for JINGLE.
tigase.jaxmpp.core.client.xmpp.modules.mam - package tigase.jaxmpp.core.client.xmpp.modules.mam
 
tigase.jaxmpp.core.client.xmpp.modules.muc - package tigase.jaxmpp.core.client.xmpp.modules.muc
tigase.jaxmpp.core.client.xmpp.modules.omemo - package tigase.jaxmpp.core.client.xmpp.modules.omemo
 
tigase.jaxmpp.core.client.xmpp.modules.presence - package tigase.jaxmpp.core.client.xmpp.modules.presence
Support for presence.
tigase.jaxmpp.core.client.xmpp.modules.pubsub - package tigase.jaxmpp.core.client.xmpp.modules.pubsub
tigase.jaxmpp.core.client.xmpp.modules.push - package tigase.jaxmpp.core.client.xmpp.modules.push
 
tigase.jaxmpp.core.client.xmpp.modules.registration - package tigase.jaxmpp.core.client.xmpp.modules.registration
tigase.jaxmpp.core.client.xmpp.modules.roster - package tigase.jaxmpp.core.client.xmpp.modules.roster
Support for roster management.
tigase.jaxmpp.core.client.xmpp.modules.socks5 - package tigase.jaxmpp.core.client.xmpp.modules.socks5
 
tigase.jaxmpp.core.client.xmpp.modules.streammng - package tigase.jaxmpp.core.client.xmpp.modules.streammng
 
tigase.jaxmpp.core.client.xmpp.modules.vcard - package tigase.jaxmpp.core.client.xmpp.modules.vcard
tigase.jaxmpp.core.client.xmpp.modules.workgroup - package tigase.jaxmpp.core.client.xmpp.modules.workgroup
tigase.jaxmpp.core.client.xmpp.modules.xep0136 - package tigase.jaxmpp.core.client.xmpp.modules.xep0136
 
tigase.jaxmpp.core.client.xmpp.stanzas - package tigase.jaxmpp.core.client.xmpp.stanzas
XMPP Stanzas.
tigase.jaxmpp.core.client.xmpp.stream - package tigase.jaxmpp.core.client.xmpp.stream
 
tigase.jaxmpp.core.client.xmpp.utils - package tigase.jaxmpp.core.client.xmpp.utils
Support for common XMPP utils.
tigase.jaxmpp.core.client.xmpp.utils.delay - package tigase.jaxmpp.core.client.xmpp.utils.delay
 
tigase.jaxmpp.j2se - package tigase.jaxmpp.j2se
 
tigase.jaxmpp.j2se.connection - package tigase.jaxmpp.j2se.connection
 
tigase.jaxmpp.j2se.connection.socks5bytestream - package tigase.jaxmpp.j2se.connection.socks5bytestream
 
tigase.jaxmpp.j2se.connectors.bosh - package tigase.jaxmpp.j2se.connectors.bosh
 
tigase.jaxmpp.j2se.connectors.socket - package tigase.jaxmpp.j2se.connectors.socket
 
tigase.jaxmpp.j2se.connectors.websocket - package tigase.jaxmpp.j2se.connectors.websocket
 
tigase.jaxmpp.j2se.eventbus - package tigase.jaxmpp.j2se.eventbus
 
tigase.jaxmpp.j2se.filetransfer - package tigase.jaxmpp.j2se.filetransfer
 
tigase.jaxmpp.j2se.xml - package tigase.jaxmpp.j2se.xml
 
tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms - package tigase.jaxmpp.j2se.xmpp.modules.auth.saslmechanisms
 
TLS_DISABLED_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
TLS_PEER_CERTIFICATE_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
TLS_SESSION_ID_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
toElement() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatState
 
toElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
 
toElement() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
toJabberDataElement(DateTimeFormat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
 
toString() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
toString() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
toString() - Method in class tigase.jaxmpp.core.client.BareJID
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
toString() - Method in class tigase.jaxmpp.core.client.JID
 
toString() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
toString() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.Item
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
 
toString() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.xep0136.SaveMode
 
toString() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
 
toString() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
 
TPath - Class in tigase.jaxmpp.core.client.criteria.tpath
 
TPath() - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.TPath
 
TPathExpression - Class in tigase.jaxmpp.core.client.criteria.tpath
 
transferredBytes(long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
 
transferredBytes(long) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
 
Transport - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
Transport(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
Transport(String, String, Transport.Mode) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
Transport(String, String, Transport.Mode, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
 
Transport.Mode - Enum in tigase.jaxmpp.core.client.xmpp.modules.jingle
 
TRANSPORT_USED_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
transportInfo(JID, JID, String, Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
 
TRANSPORTS_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
TRUST_MANAGERS_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property to define property.
TYPE_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
 

U

UIDGenerator - Class in tigase.jaxmpp.core.client
Unique IDs generator.
UIDGenerator() - Constructor for class tigase.jaxmpp.core.client.UIDGenerator
 
UnacknowledgedEvent(SessionObject, List<Element>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
unbind() - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
unbind() - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
unbind() - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
In this method implementation must unregister all previously registered listeners.
unbind() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketInBandRegistrationXmppSessionLogic
 
unescape(String) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.EscapeUtils
 
UnifiedRegistrationForm - Class in tigase.jaxmpp.core.client.xmpp.modules.registration
Created by bmalkow on 25.04.2017.
UnifiedRegistrationForm(IQ) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
 
UnifiedRegistrationForm.RegistrationFormType - Enum in tigase.jaxmpp.core.client.xmpp.modules.registration
 
UniversalFactory - Class in tigase.jaxmpp.core.client.factory
Provides methods to inject alternative implementation of object in several points in this library.
UniversalFactory.FactorySpi<T> - Interface in tigase.jaxmpp.core.client.factory
Interface for object factory.
UnkownStanzaTypeException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
UnkownStanzaTypeException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
UnkownStanzaTypeException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
UnkownStanzaTypeException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
unlockItem(BareJID, String, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Unlock assigned item.
unlockItem(BareJID, String, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Unlock assigned item.
unregister(AdHocCommand) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
unregister(T) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Unregisters module.
unregisterListeners(JaxmppCore) - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
 
unregisterListeners(JaxmppCore) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
 
unregisterListeners(JaxmppCore) - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
 
unregisterSession(ConnectionSession) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
 
unregisterXmppStream(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
unsubscribe(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
unsubscribe(BareJID, String, JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Unsubscribe from a Node.
unsubscribe(BareJID, String, JID, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
Unsubscribe from a Node.
unsubscribed(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
 
UnsupportedSaslMechanisms() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.UnsupportedSaslMechanisms
 
up() - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
update(Chat, JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
update(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
update(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
 
update(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
Sends changed RosterItem to server.
updateBestPresence(Presence) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
 
updateReceivedVersion(SessionObject, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
Update roster cache.
updateSetttings(MessageArchiveManagementModule.DefaultValue, List<JID>, List<JID>, MessageArchiveManagementModule.SettingsCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
 
URL_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.bosh.BoshConnector
 
USE_BOUNCYCASTLE_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
USE_PLAIN_SSL_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
 
USER_BARE_JID - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users JID
UserProperties - Interface in tigase.jaxmpp.core.client
Interface to keep user properties.
UTF_CHARSET - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 

V

value - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
value(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
 
value(Element) - Method in interface tigase.jaxmpp.core.client.criteria.tpath.Function
 
Value() - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Value
 
value(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Function.Value
 
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.Connector.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.SessionObject.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.forms.XDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram.BindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.DefaultValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Room.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOEncryptableMessage.Encryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.Affiliation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubErrorCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm.RegistrationFormType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.xep0136.SaveMode
Returns the enum constant of this type with the specified name.
valueof(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.xep0136.SaveMode
 
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.StanzaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.j2se.ConnectionConfiguration.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.j2se.connectors.websocket.WebSocketReader.FrameType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tigase.jaxmpp.core.client.Connector.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.SessionObject.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.forms.XDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram.BindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.DefaultValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Room.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOEncryptableMessage.Encryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.Affiliation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.pubsub.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm.RegistrationFormType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.xep0136.SaveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.StanzaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.j2se.ConnectionConfiguration.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.j2se.connectors.websocket.WebSocketReader.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_COMPARATOR - Static variable in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
 
VCard - Class in tigase.jaxmpp.core.client.xmpp.modules.vcard
 
VCard() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
 
VCardAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
 
VCardModule - Class in tigase.jaxmpp.core.client.xmpp.modules.vcard
 
VCardModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
 
VCardModule.VCardAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.vcard
 
VERIFICATION_STRING_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
 
verify(String, Certificate) - Method in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
verify(String, SSLSession) - Method in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
verify(String, Certificate) - Method in interface tigase.jaxmpp.j2se.connectors.socket.JaxmppHostnameVerifier
 
verifyHostname(String, X509Certificate) - Method in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
verifyIp(String, X509Certificate) - Method in class tigase.jaxmpp.j2se.connectors.socket.DefaultHostnameVerifier
 
VERSION_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep software version in SessionObject.

W

waitForDisconnectFinish(Jaxmpp, long) - Static method in class tigase.jaxmpp.j2se.Jaxmpp
 
waitForLoginFinish(Jaxmpp, long) - Static method in class tigase.jaxmpp.j2se.Jaxmpp
 
WebSocketConnector - Class in tigase.jaxmpp.j2se.connectors.websocket
 
WebSocketConnector(Context) - Constructor for class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
 
WebSocketReader - Class in tigase.jaxmpp.j2se.connectors.websocket
 
WebSocketReader(InputStream) - Constructor for class tigase.jaxmpp.j2se.connectors.websocket.WebSocketReader
 
WebSocketReader.FrameType - Enum in tigase.jaxmpp.j2se.connectors.websocket
 
WebSocketXmppSessionLogic - Class in tigase.jaxmpp.core.client.connector
 
WebSocketXmppSessionLogic(AbstractWebSocketConnector, XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.core.client.connector.WebSocketXmppSessionLogic
 
Worker - Class in tigase.jaxmpp.j2se.connectors.socket
 
Worker(Connector) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.Worker
 
workerTerminated() - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
 
WORKGROUP_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
 
WorkgroupAgentModule - Class in tigase.jaxmpp.core.client.xmpp.modules.workgroup
WorkGroup module *STUB* - only handles offers from WG component
WorkgroupAgentModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
 
WorkgroupAgentModule.OfferReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.workgroup
 
WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.workgroup
 
write(Element) - Method in class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
write(Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
write(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
write(Element) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a element to Stream.
write(Element, AsyncCallback) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a (IQ) stanza element to Stream and register callback with default timeout.
write(Element, Long, AsyncCallback) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a (IQ) stanza element to Stream and register callback with given timeout.
write(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
write(Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
write(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
write(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
write(Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
write(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
write(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
 
write(byte[]) - Method in class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
 
write(byte[], int, int) - Method in class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
 
write(int) - Method in class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
 
writeMessage(Message) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
 
writer - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
writer - Variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
 
writeToStream(Element) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 

X

X_OAUTH2_TOKEN_CALLBACK_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
X_OAUTH2_TOKEN_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
XDataType - Enum in tigase.jaxmpp.core.client.xmpp.forms
Types of form.
XMLException - Exception in tigase.jaxmpp.core.client.xml
Exception for XML errors.
XMLException() - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Creates a new instance of XMLException without detail message.
XMLException(String) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified detail message.
XMLException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified detail message and cause.
XMLException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified cause.
xmlns(String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria checking only xmlns attribute.
XMLNS - Static variable in enum tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatState
 
XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
 
XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
XMLNS - Static variable in exception tigase.jaxmpp.core.client.XMPPException
 
XMLNS - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
 
XMLNS_BS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
 
XMLNS_MC - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
XMLNS of Message Carbons.
XMLNS_SI - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
XMLNS_SI_FILE - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
 
XmlTools - Class in tigase.jaxmpp.core.client.xml
 
XmlTools() - Constructor for class tigase.jaxmpp.core.client.xml.XmlTools
 
XmppDelay - Class in tigase.jaxmpp.core.client.xmpp.utils.delay
Wrapper for urn:xmpp:delay elements.
XMPPDomBuilderHandler - Class in tigase.jaxmpp.j2se.connectors.socket
XMPPDomBuilderHandler - implementation of SimpleHandler building DOM strctures during parsing time.
XMPPDomBuilderHandler(StreamListener) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Constructs ...
XMPPDomBuilderHandler(StreamListener, ElementFactory) - Constructor for class tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler
Constructs ...
XMPPException - Exception in tigase.jaxmpp.core.client
This exception may throwed during processing stanza.
XMPPException(XMPPException.ErrorCondition) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, String) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, Throwable) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException.ErrorCondition - Enum in tigase.jaxmpp.core.client
 
XmppModule - Interface in tigase.jaxmpp.core.client
Main interface for implement modules.
XmppModulesManager - Class in tigase.jaxmpp.core.client
XMPP Modules Manager.
XmppModulesManager(Context) - Constructor for class tigase.jaxmpp.core.client.XmppModulesManager
 
XmppOMEMOSession - Class in tigase.jaxmpp.core.client.xmpp.modules.omemo
 
XmppSessionEstablishedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent
 
XmppSessionLogic - Interface in tigase.jaxmpp.core.client
Interface for classes with session logic.
XmppSessionLogic.SessionListener - Interface in tigase.jaxmpp.core.client
Interface for session listener.
XmppSessionLogic.XmppSessionEstablishedHandler - Interface in tigase.jaxmpp.core.client
 
XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent - Class in tigase.jaxmpp.core.client
 
XMPPStream - Interface in tigase.jaxmpp.core.client.xmpp.stream
 
xmppStreamClosed() - Method in interface tigase.jaxmpp.j2se.connectors.socket.StreamListener
 
xmppStreamOpened(Map<String, String>) - Method in interface tigase.jaxmpp.j2se.connectors.socket.StreamListener
 
XmppStreamsManager - Class in tigase.jaxmpp.core.client.xmpp.stream
 
XmppStreamsManager() - Constructor for class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
XMucUserElement - Class in tigase.jaxmpp.core.client.xmpp.modules.muc
 
XOAuth2Mechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
XOAuth2Mechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
XOAuth2TokenCallback - 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.
xor(byte[], byte[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
 

Y

YouJoinedEvent(SessionObject, Room, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.YouJoinedHandler.YouJoinedEvent
 
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 
Skip navigation links

Copyright © 2006–2023 Tigase. All rights reserved.