- 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
-
- AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent - Class in tigase.jaxmpp.core.client.connector
-
Fired BOSH packet is received.
- AbstractBoshConnector.BoshPacketSendingHandler - Interface in tigase.jaxmpp.core.client.connector
-
- 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
-
- 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
-
- add(Occupant) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- add(BareJID, String, Collection<String>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- add(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Adds new contact to roster.
- add(BareJID, String, Collection<String>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Adds new contact to roster.
- add(BareJID, String, String[], AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Adds new contact to roster.
- addAuthFailedHandler(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- addAuthStartHandler(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- addAuthSuccessHandler(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- addBeforePresenceSendHandler(PresenceModule.BeforePresenceSendHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- addBooleanField(String, Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds boolean field to form.
- addCandidate(Candidate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
-
- addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- addChild(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Add child element to tree and return the added element.
- addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
-
- addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Add child element to tree and return the added element.
- addChild(Element) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- addChild(Element) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- addClearedHandler(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
- addContactAvailableHandler(PresenceModule.ContactAvailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- addContactChangedPresenceHandler(PresenceModule.ContactChangedPresenceHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- addContactUnavailableHandler(PresenceModule.ContactUnavailableHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- addContactUnsubscribedHandler(PresenceModule.ContactUnsubscribedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- addContains(String...) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- addDeviceCipher(SignalProtocolAddress, SessionCipher) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
-
- addDeviceCipher(SignalProtocolStore, SignalProtocolAddress) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
-
- addEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
-
- addExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
-
- addExtension(Extension) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
-
- addExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
-
- addField(AbstractField<?>) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- addFieldValue(JID...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
-
Add value to field.
- addFieldValue(String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
-
Adds value to field.
- addFieldValue(String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
-
Adds value to field.
- addFileInfoFormToStanza(Stanza, String, long, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
-
- addFileTransferRequestHandler(FileTransferModule.FileTransferRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
-
- addFixedField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds fixed field to form.
- addFixedField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds fixed field to form.
- addFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- addFORM_TYPE(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds field "FORM_TYPE" hidded field to form.
- addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
-
Adds handler to receive given type of events.
- addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
-
- addHiddenField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds hidden field to form.
- addItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
- addItem(RosterItem) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
- addJidMultiField(String, JID...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds jid-multi field to form.
- addJidSingleField(String, JID) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds jid-single field to form.
- addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- addListener(EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
-
Adds listener to receive given type of events.
- addListener(EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
-
Adds listener to receive all types events.
- addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
-
- addListener(EventListener) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
-
- addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- addListener(EventListener) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- addListMultiField(String, String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds list-multi field to form.
- addListSingleField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds list-single field to form.
- addMechanism(SaslMechanism) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- addMechanism(SaslMechanism, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- addNegotiator(FileTransferNegotiator) - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
-
- addNotificationReceivedHandler(PubSubModule.NotificationReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
- addNotSupportedErrorHandler(InBandRegistrationModule.NotSupportedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
-
- addOobLink(Stanza, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
-
- addOption(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
-
Adds option to field.
- addOption(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
-
Adds option to field.
- addReceivedErrorHandler(InBandRegistrationModule.ReceivedErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
-
- addReceivedRequestedFieldsHandler(InBandRegistrationModule.ReceivedRequestedFieldsHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
-
- addReceivedTimeoutHandler(InBandRegistrationModule.ReceivedTimeoutHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
-
- addResourceBindErrorHandler(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
-
- addResourceBindSuccessHandler(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
-
- addServerFeaturesReceivedHandler(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- addSessionEstablishmentErrorHandler(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
-
- addSessionEstablishmentSuccessHandler(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
-
- addStreamFeaturesReceivedHandler(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- addStreamManagementEnabledHandler(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- addStreamManagementFailedHandler(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- addStreamResumedHandler(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- addSubscribeRequestHandler(PresenceModule.SubscribeRequestHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- addTags(String...) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- addTextMultiField(String, String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds text-multi field to form.
- addTextPrivateField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds text-private field to form.
- addTextSingleField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Adds text-single field to form.
- addToArray(JavaScriptObject, JavaScriptObject) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
-
- addToRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
-
- addUnacknowledgedHandler(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- AdHocCommand - Interface in tigase.jaxmpp.core.client.xmpp.modules.adhoc
-
Base interface for implementing own ad-hoc commands.
- AdHocCommansAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
-
- AdHocCommansModule - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
-
Module to handle ad-hoc commands.
- AdHocCommansModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- AdHocCommansModule.AdHocCommansAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
-
Callback to handle result of ad-hoc command.
- AdHocRequest - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
-
Class to provide request data to ad-hoc command.
- AdHocRequest(Action, String, String, IQ, Map<String, Session>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
- AdHocResponse - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
-
Class for helping sending response to the client.
- AdHocResponse(PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
-
- Affiliation - Enum in tigase.jaxmpp.core.client.xmpp.modules.muc
-
- Affiliation - Enum in tigase.jaxmpp.core.client.xmpp.modules.pubsub
-
- AffiliationElement() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
-
- AffiliationElement(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
-
- AffiliationsRetrieveAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationsRetrieveAsyncCallback
-
- after(E) - Method in interface tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback.RunAfter
-
- afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
-
- afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
-
- afterReceive(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
-
- afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
-
- afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
-
- afterReceive(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PEPExtension
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
-
- afterRegister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
-
Called when module is registered.
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- ALGORITHM_NAME - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
-
- AndroidDNSResolver - Class in tigase.jaxmpp.android
-
- AndroidDNSResolver() - Constructor for class tigase.jaxmpp.android.AndroidDNSResolver
-
- AnonymousMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
-
- AnonymousMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
-
- appendToBody(Element) - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
-
- AsyncCallback - Interface in tigase.jaxmpp.core.client
-
Main interface for callback of all
IQ
asynchronous request-response mechanism.
- Attr(String) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
-
- attrs - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
-
- AuthFailedEvent(SessionObject, SaslModule.SaslError) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
-
- AuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
-
Module used for authentication.
- AuthModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- AuthModule.AuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AuthModule.AuthFailedHandler.AuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AuthModule.AuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AuthModule.AuthStartHandler.AuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AuthModule.AuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AuthModule.AuthSuccessHandler.AuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AuthModule.DefaultCredentialsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- AUTHORIZED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- AuthStartEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler.AuthStartEvent
-
- AuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler.AuthSuccessEvent
-
- AUTOADD_STANZA_ID_KEY - Static variable in class tigase.jaxmpp.core.client.JaxmppCore
-
- AUTOCREATE_OMEMO_SESSION - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- CACHE_PROVIDER_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- calculateModifiedGroups(HashSet<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
- calculateModifiedGroups(HashSet<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
- canBeConverted(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- Candidate - Class in tigase.jaxmpp.core.client.xmpp.modules.jingle
-
- Candidate(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- Candidate(String, String, Integer, JID, Integer, Candidate.Type) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- Candidate.Type - Enum in tigase.jaxmpp.core.client.xmpp.modules.jingle
-
- CANDIDATE_USED_KEY - Static variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
-
- CannotEncryptException - Exception in tigase.jaxmpp.core.client.xmpp.modules.omemo
-
- CannotEncryptException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
-
- CannotEncryptException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
-
- CannotEncryptException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
-
- CannotEncryptException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.omemo.CannotEncryptException
-
- CapabilitiesCache - Interface in tigase.jaxmpp.core.client.xmpp.modules.capabilities
-
- CapabilitiesModule - Class in tigase.jaxmpp.core.client.xmpp.modules.capabilities
-
- CapabilitiesModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- CarbonReceivedEvent(SessionObject, MessageCarbonsModule.CarbonEventType, Message, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
-
- charsetName - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- Chat - Class in tigase.jaxmpp.core.client.xmpp.modules.chat
-
Representation chat with specified interlocutor.
- Chat(long, Context) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
-
Creates new chat representation object.
- Chat - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
-
- Chat() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
-
- CHAT_STATE_DISABLED_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
-
- ChatClosedEvent(SessionObject, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler.ChatClosedEvent
-
- ChatCreatedEvent(SessionObject, Chat, Message) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
-
- chatIds - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
-
- ChatItem - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
-
- ChatItem(ChatItem.Type, Date, String, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
-
- ChatItem.Type - Enum in tigase.jaxmpp.core.client.xmpp.modules.xep0136
-
- ChatResultSet - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
-
- ChatResultSet() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatResultSet
-
- ChatState - Enum in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
-
- ChatStateChangedEvent(SessionObject, Chat, ChatState) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension.ChatStateChangedHandler.ChatStateChangedEvent
-
- ChatStateExtension - Class in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
-
- ChatStateExtension(AbstractChatManager) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
-
- ChatStateExtension.ChatStateChangedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
-
- ChatStateExtension.ChatStateChangedHandler.ChatStateChangedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085
-
- ChatUpdatedEvent(SessionObject, Chat) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler.ChatUpdatedEvent
-
- checkElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
-
- checkHash(String, ConnectionSession) - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
-
- checkSoftwareVersion(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
-
Requests software version for given entity.
- checkSoftwareVersion(JID, SoftwareVersionModule.SoftwareVersionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
-
Requests software version for given entity.
- checkTimeouts() - Method in class tigase.jaxmpp.core.client.ResponseManager
-
Checks if any requested IQ stanza waits for answer longer than declared
timeout.
- checkTimeouts() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
-
- checkTimeouts() - Method in class tigase.jaxmpp.j2se.Jaxmpp
-
- child(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
-
- CID_ATTR - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- CIPHER_NAME - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
-
- cipherInstance(int, SecretKeySpec, byte[]) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule.CipherFactory
-
- cleanUpForm() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- clear() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
Reset state.
- clear(SessionObject.Scope...) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
Reset state.
- clear(Set<SessionObject.Scope>) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
- clear() - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
-
- clear() - Method in interface tigase.jaxmpp.core.client.SessionObject
-
Reset state.
- clear(SessionObject.Scope...) - Method in interface tigase.jaxmpp.core.client.SessionObject
-
Reset state.
- clear() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
-
Removes all known presence information.
- clear() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Clears storage.
- ClearedEvent(SessionObject, Set<SessionObject.Scope>) - Constructor for class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
-
- clearOptions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
-
Removes all options.
- clearOptions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
-
Removes all options.
- clearSessions() - Static method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
-
- clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
-
Removes all values.
- clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
-
Removes all values.
- clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
-
Removes all values.
- Client - Class in test
-
- Client() - Constructor for class test.Client
-
- ClientSaslException - Exception in tigase.jaxmpp.core.client.xmpp.modules.auth
-
- ClientSaslException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
-
- ClientSaslException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
-
- ClientSaslException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
-
- ClientSaslException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
-
- ClientStateIndicationModule - Class in tigase.jaxmpp.core.client.xmpp.modules
-
Created by andrzej on 27.06.2016.
- ClientStateIndicationModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
-
- close(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
-
- close(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
Destroy chat object.
- close() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
-
- close() - Method in class tigase.jaxmpp.j2se.connectors.socket.OutputStreamFlushWrap
-
- CollectionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.CollectionAsyncCallback
-
- compare(Element, Element) - Method in class tigase.jaxmpp.core.client.xml.ElementComparator
-
- compareTo(BareJID) - Method in class tigase.jaxmpp.core.client.BareJID
-
- compareTo(JID) - Method in class tigase.jaxmpp.core.client.JID
- compile(String) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPath
-
- COMPRESSED_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
-
Name of property that specify if connection is already compressed.
- COMPRESSION_DISABLED_KEY - Static variable in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
- conditions - Static variable in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
-
- configureNode(BareJID, String, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Submit configuration of node.
- configureNode(BareJID, String, JabberDataElement, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Submit configuration of node.
- configureSubscription(BareJID, String, JID, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Submit configuration of subscription.
- configureSubscription(BareJID, String, JID, JabberDataElement, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Submit configuration of subscription.
- ConnectedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.ConnectedHandler.ConnectedEvent
-
- ConnectionClosedEvent(SessionObject) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionClosedHandler.ConnectionClosedEvent
-
- ConnectionConfiguration - Class in tigase.jaxmpp.core.client
-
Connection configuration object.
- ConnectionConfiguration(SessionObject) - Constructor for class tigase.jaxmpp.core.client.ConnectionConfiguration
-
- ConnectionConfiguration - Class in tigase.jaxmpp.gwt.client
-
Connection configuration object.
- ConnectionConfiguration - Class in tigase.jaxmpp.j2se
-
Connection configuration object.
- ConnectionConfiguration.ConnectionType - Enum in tigase.jaxmpp.j2se
-
- ConnectionEndpoint - Interface in tigase.jaxmpp.core.client.xmpp.modules.connection
-
- ConnectionEstablishedEvent(SessionObject, ConnectionSession, Socket) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
-
- connectionFailed(String) - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
-
- ConnectionFailedEvent(SessionObject, ConnectionSession) - Constructor for class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
-
- connectionFailure(String, boolean) - Method in class tigase.jaxmpp.gwt.client.ConnectionManager
-
- ConnectionManager - Class in tigase.jaxmpp.gwt.client
-
- ConnectionManager() - Constructor for class tigase.jaxmpp.gwt.client.ConnectionManager
-
- ConnectionManager - Interface in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ConnectionClosedHandler - Interface in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ConnectionClosedHandler.ConnectionClosedEvent - Class in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ConnectionEstablishedHandler - Interface in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent - Class in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ConnectionFailedHandler - Interface in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent - Class in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.InitializedCallback - Interface in tigase.jaxmpp.j2se.connection
-
- ConnectionManager.ResolutionCallback - Interface in tigase.jaxmpp.gwt.client
-
- ConnectionManager.Resolver - Interface in tigase.jaxmpp.gwt.client
-
- ConnectionSession - Class in tigase.jaxmpp.core.client.xmpp.modules.connection
-
- ConnectionSession(SessionObject, JID, String, boolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
-
- ConnectionSessionHandler - Interface in tigase.jaxmpp.j2se.connection
-
- Connector - Interface in tigase.jaxmpp.core.client
-
Main Connector interface.
- connector - Variable in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
-
- connector - Variable in class tigase.jaxmpp.core.client.JaxmppCore
-
- Connector.ConnectedHandler - Interface in tigase.jaxmpp.core.client
-
- 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
-
- Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent - Class in tigase.jaxmpp.core.client
-
Fired after encrypted connection is established.
- Connector.ErrorHandler - Interface in tigase.jaxmpp.core.client
-
- Connector.ErrorHandler.ErrorEvent - Class in tigase.jaxmpp.core.client
-
Fired on connection error.
- Connector.StanzaReceivedHandler - Interface in tigase.jaxmpp.core.client
-
- Connector.StanzaReceivedHandler.StanzaReceivedEvent - Class in tigase.jaxmpp.core.client
-
Fired when stanza is received.
- Connector.StanzaSendingHandler - Interface in tigase.jaxmpp.core.client
-
- 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
-
- 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
-
- 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
-
- ConnectorWrapper() - Constructor for class tigase.jaxmpp.core.client.connector.ConnectorWrapper
-
- connectTcp(JaxmppCore, ConnectionSession) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager
-
- connectTcp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
-
- connectTcp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
-
- connectToProxy(JaxmppCore, ConnectionSession, String, ConnectionEndpoint) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
-
- connectUdp(JaxmppCore, ConnectionSession) - Method in interface tigase.jaxmpp.j2se.connection.ConnectionManager
-
- connectUdp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
-
- connectUdp(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5BytestreamsConnectionManager
-
- ContactAvailableEvent(SessionObject, Presence, JID, Presence.Show, String, Integer) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
-
- ContactChangedPresenceEvent(SessionObject, Presence, JID, Presence.Show, String, Integer) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
-
- contactOffline(Presence, JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- ContactUnavailableEvent(SessionObject, Presence, JID, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
-
- ContactUnsubscribedEvent(SessionObject, Presence, BareJID) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
-
- contains(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
-
- context - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
-
- context - Variable in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
-
- context - Variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
-
- Context - Interface in tigase.jaxmpp.core.client
-
Interface for information about XMPP connection context.
- context - Variable in class tigase.jaxmpp.core.client.JaxmppCore
-
- context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
-
- context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
-
- context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
-
- context - Variable in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
-
- context - Variable in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
-
- context - Variable in class tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiatorAbstract
-
- ContextAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
-
- countActiveRequests() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
-
- create() - Method in interface tigase.jaxmpp.core.client.factory.UniversalFactory.FactorySpi
-
Creates new instance of class.
- create(String) - Static method in class tigase.jaxmpp.core.client.xml.ElementBuilder
-
- create(String, String) - Static method in class tigase.jaxmpp.core.client.xml.ElementBuilder
-
- create(Element) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
-
- create(String) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
-
- create(String, String, String) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
-
- create(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.OwnPresenceStanzaFactory
-
- create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
-
- create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
-
- create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
-
Creates new instance of stanza.
- create(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
Creates new stanza.
- createChat(JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
-
- createChat(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
Creates new chat object.
- createChatInstance(Message, JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
- createConnector() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
-
- createConnector() - Method in class tigase.jaxmpp.j2se.Jaxmpp
-
- createError(Element, Throwable) - Static method in class tigase.jaxmpp.core.client.Processor
-
- createEventBus() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
- createHandlersArray() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- createHandlersArray() - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
-
- createInstance(String) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
-
Creates instance of object with given name.
- createIQ() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- createItemId(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
- createMainHandlersMap() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- createMainHandlersMap() - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
-
- createMessage(Collection<Throwable>) - Static method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
-
- createMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
-
Sends message in current chat.
- createMessage(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- createMessage() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- createNode(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Create node on PubSub Service.
- createNode(BareJID, String, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Create node on PubSub Service.
- createNode(BareJID, String, JabberDataElement, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Create node on PubSub Service.
- createNode(BareJID, String, PubSubAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Create node on PubSub Service.
- createNodeConfiguration() - Static method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Create empty jabber:x:data
element prepared to submit.
- createOMEMOSession(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- createOMEMOSession(BareJID, OmemoModule.CreateOMEMOSessionHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- createPresence() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- createResourcePresenceMap() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
-
- createResourcePresenceMap() - Method in class tigase.jaxmpp.gwt.client.GWTPresenceStore
-
- createResourcePresenceMap() - Method in class tigase.jaxmpp.j2se.J2SEPresenceStore
-
- createRoomInstance(BareJID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
-
- createRoomInstance(BareJID, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.DefaultRoomsManager
-
- createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
-
- createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
-
- createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
-
- createSessionLogic(XmppModulesManager, PacketWriter) - Method in interface tigase.jaxmpp.core.client.Connector
-
- createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
- createSubmitableElement(XDataType) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- createThrowable(Collection<Throwable>) - Static method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
-
- createTypeHandlersMap() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- createTypeHandlersMap() - Method in class tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus
-
- CREATOR - Static variable in class tigase.jaxmpp.android.xml.ParcelableElement
-
- CREDENTIALS_CALLBACK - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- CredentialsCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
-
With this callback user password may be not stored in
SessionObject but may be calculated my class.
- CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
-
- CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
-
- CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
- CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- Criteria - Interface in tigase.jaxmpp.core.client.criteria
-
Base interface to check if given stanza may be processed by specific module.
- Criteria - Class in tigase.jaxmpp.core.client.xmpp.modules.xep0136
-
- Criteria() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- crits - Variable in class tigase.jaxmpp.core.client.criteria.Or
-
- 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
-
- 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
-
- get(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
- getAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
Returns Action selected by client.
- getAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
-
- getAddress() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
-
- getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
-
- getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
-
- getAffiliation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
-
- getAll(RosterStore.Predicate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
Returns all roster items selected by selector.
- getAll() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Returns all buddies from roster.
- getAll(RosterStore.Predicate) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Returns all roster items selected by selector.
- getAllowedSASLMechanisms(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- getAsString() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getAsString() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get this element as XML string.
- getAsString() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get this element as XML string.
- getAsString() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- getAsString() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getAsString() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getAttribute(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get attribute by name.
- getAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get attribute by name.
- getAttribute(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getAttribute(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getAttributes() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getAttributes() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get all attributes as a Map.
- getAttributes() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get all attributes as a Map.
- getAttributes() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getAttributes() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getAuthType(TlsKeyExchange) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
- getAutoSave() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
-
- getAvailableActions() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
-
Returns collection of available action.
- getAvailableFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ModuleProvider
-
- getAvailableFeatures() - Method in class tigase.jaxmpp.core.client.XmppModulesManager
-
Returns all features registered by modules.
- getBareJid() - Method in class tigase.jaxmpp.core.client.JID
-
Returns bare JID part (<localpart@domainpart>
) from
full JID.
- getBday() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getBestPresence(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
-
Returns presence stanza with highest priority of goven bare JID.
- getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
-
- getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramMechanism
-
- getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
-
- getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA256Mechanism
-
- getBindData(AbstractScram.BindType, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA512Mechanism
-
- getBindedJID(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
-
- getBindedJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
-
- getBindedJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
-
- getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
-
- getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramMechanism
-
- getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
-
- getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA256Mechanism
-
- getBindType(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramSHA512Mechanism
-
- getBody() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
-
- getBody() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
-
Return message body.
- getBosh() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
-
- getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
-
- getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
-
- getC2S() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
-
- getCache() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- getCachedVersion(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.roster.RosterCacheProvider
-
Returns version of cached roster.
- getCandidates() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
-
- getCapsNode(Presence) - Static method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
-
- getCarbonType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
-
- getCategory() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
-
- getCaught() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
-
- getCauses() - Method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
-
Returns collection of all Exceptions throwed by handlers or listeners.
- getChangeAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
-
- getChat(JID, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatClosedHandler.ChatClosedEvent
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatUpdatedHandler.ChatUpdatedEvent
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler.MessageReceivedEvent
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
-
- getChat() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatResultSet
-
- getChatManager() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
- getChats() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
-
- getChats() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
Returns all chat objects.
- getChildAfter(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getChildAfter(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Gets the first child after specified child in children list.
- getChildAfter(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Gets the first child after specified child in children list.
- getChildAfter(Element) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getChildAfter(Element) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getChildAttr(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
-
- getChildElementValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
- getChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
- getChildNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
-
- getChildren() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getChildren(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getChildren() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get all children of the element.
- getChildren(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get children by name.
- getChildren() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get all children of the element.
- getChildren(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get children by name.
- getChildren() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getChildren(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getChildren() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getChildren(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getChildrenNS(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getChildrenNS(String, String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getChildrenNS(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get children by namespace.
- getChildrenNS(String, String) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get children by namespace.
- getChildrenNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get children by namespace.
- getChildrenNS(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get children by namespace.
- getChildrenNS(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getChildrenNS(String, String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getChildrenNS(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getChildrenNS(String, String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getCid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- getCode() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
-
Return error code.
- getCommand() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
-
Return <command xmlns='http://jabber.org/protocol/commands' />
element of returned stanza.
- getCommandFeatures(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- getCommandIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- getCondition() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
-
- getCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
-
Return error condition.
- getCondition() - Method in exception tigase.jaxmpp.core.client.XMPPException
-
- getConfirmedId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
-
- getConnectionConfiguration() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
Returns configurator.
- getConnectionConfiguration() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
-
Returns configurator.
- getConnectionConfiguration() - Method in class tigase.jaxmpp.j2se.Jaxmpp
-
Returns configurator.
- getConnectionSession() - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
-
- getConnectionSession() - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionFailedHandler.ConnectionFailedEvent
-
- getConnector() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
-
Returns wrapped connector.
- getConnector() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
Returns connector.
- getContent() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
-
- getContent() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
-
- getContext() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
Returns
Context
of this JaXMPP instance.
- getContext() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
-
- getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
Returns number of roster items in storage.
- getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Returns number of roster items in storage.
- getCount() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
-
- getCount() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
-
- getCredential() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
-
- getCredential() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.CredentialsCallback
-
- getCredential() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.XOAuth2TokenCallback
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
Criteria
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
-
- getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
-
- getCriteria() - Method in interface tigase.jaxmpp.core.client.XmppModule
-
Criteria
- getCustomCipherFactory() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getData(String) - Method in class tigase.jaxmpp.core.client.DataHolder
-
- getData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
-
Return object stored in session.
- getData(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.AbstractScram
-
- getData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
- getDate() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
-
- getDefaultAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
-
Returns default action
- getDefaultStream() - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
-
- getDefaultSubscriptionConfiguration(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Gets default subscription configuration.
- getDefaultSubscriptionConfiguration(BareJID, String, PubSubModule.SubscriptionOptionsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Gets default subscription configuration.
- getDelayTime() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
-
- getDelayTime() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getDesc() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
-
Returns natural-language description of field.
- getDesc() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
-
Returns natural-language description of field.
- getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
-
- getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
-
- getDescription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getDeviceCiphers() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
-
- getDeviceId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
-
- getDeviceIDsFromPayload(Collection<PubSubModule.RetrieveItemsAsyncCallback.Item>) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.KeysRetriever
-
- getDomain() - Method in class tigase.jaxmpp.core.client.BareJID
-
Return domainpart.
- getDomain() - Method in class tigase.jaxmpp.core.client.JID
-
Return domainpart.
- getDomain() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
-
- getDstAddr() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
-
- getElement() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
-
- getElement() - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
-
- getElementName() - Method in enum tigase.jaxmpp.core.client.connector.StreamError
-
- getElementName() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
-
- getElements() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
-
- getEncapsulatedMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent
-
- getEncryption() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OMEMOEncryptableMessage
-
- getEnd() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
-
- getEnd() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- getEntityTime(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
-
Request for XMPP entity time.
- getEntityTime(JID, EntityTimeModule.EntityTimeAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
-
Request for XMPP entity time.
- getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
-
- getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
-
- getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
-
- getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
-
- getErrorCode() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
-
- getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
-
- getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
-
- getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- getErrorMessage() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
- getEventBus() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
- getEventBus() - Method in interface tigase.jaxmpp.core.client.Context
-
- getEventBus() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
Returns
EventBus
of this JaXMPP instance.
- getExecutor() - Method in class tigase.jaxmpp.j2se.Jaxmpp
-
- getExpire() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
-
- getExtension() - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
-
- getExtension(Class<T>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
-
- getExtension() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getExtensionChain() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
-
- getExtensionChain() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
-
- getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
-
Returns features what are implemented by command.
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
-
- getFeatures(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageCarbonsModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule
-
Returns features what are implemented by Module.
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
-
- getFeatures(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getFeatures(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
-
- getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoExtension
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PEPExtension
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.push.PushNotificationModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule
-
- getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
-
- getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
-
- getFeatures() - Method in interface tigase.jaxmpp.core.client.XmppModule
-
Returns features what are implemented by Module.
- getFeatures() - Method in interface tigase.jaxmpp.j2se.filetransfer.FileTransferNegotiator
-
- getFeatures() - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
-
- getFeatures() - Method in class tigase.jaxmpp.j2se.filetransfer.Socks5FileTransferNegotiator
-
- getFeatures(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
-
- getFeaturesElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
-
- getFeaturesWithExtensions(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
-
- getField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Returns field with given name.
- getField(int, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- getFields() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Returns all fields of form.
- getFields(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
-
Returns value of field.
- getFieldValue() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.FixedField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.HiddenField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidSingleField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextPrivateField
-
Returns value of field.
- getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextSingleField
-
Returns value of field.
- getFieldValueAsStringArray(AbstractField) - Static method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- getFile() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
-
- getFileMimeType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
-
- getFileModification() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
-
- getFilename() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
-
- getFileSize() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
-
- getFileTransfer() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
-
- getFirst() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
-
- getFirst() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
-
Method description
- getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getFirstChild(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getFirstChild() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get the first child element of this element.
- getFirstChild(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
-
- getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get the first child element of this element.
- getFirstChild(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
- getFirstChild(Element, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
-
- getFirstChild() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getFirstChild(String) - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getFirstChild() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getFirstChild(String) - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
Return Data Form sent by client in request.
- getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
-
Return response Data Form.
- getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
-
- getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
-
- getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
Returns 'from' attribute.
- getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
-
- getFullName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getFunction() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
-
- getGetUri() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
-
- getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
Get all known groups of buddies.
- getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
Returns groups associated to roster item.
- getGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
Get all known groups of buddies.
- getH() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
-
- getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
-
- getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
-
- getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
-
- getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
-
- getHandled() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
-
- getHandlers() - Method in class tigase.jaxmpp.core.client.ResponseManager
-
- getHandlers() - Method in class tigase.jaxmpp.j2se.ThreadSafeResponseManager
-
- getHandlersList(Class<? extends Event<?>>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
-
- getHomeAddressCtry() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeAddressLocality() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeAddressPCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeAddressRegion() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeAddressStreet() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeEmail() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeTelFax() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeTelMsg() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHomeTelVoice() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getHost() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
-
- getHost() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- getHost() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
-
- getHost() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
-
- getHostname() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
-
- getHostname() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
- getHosts() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
-
- getHosts() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.StreamhostUsedCallback
-
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
-
Return internal identifier of chat object.
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
-
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item
-
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
Returns internal RosterItem object ID.
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
-
- getId() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
Returns id of stanza.
- getIdentity(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
-
- getIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
-
- getIdentity(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
-
- getIdentity(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
-
- getIndex() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
-
- getIndex() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
-
Method description
- getInfo(JID, DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getInfo(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getInfo(JID, String, DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getInputStream() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
-
- getInstructions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Returns natural language instruction.
- getInvitation() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationReceivedHandler.InvitationReceivedEvent
-
- getInviteeJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
-
- getInviterJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
-
- getIps() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
-
- getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
Returns IQ stanza constains command request.
- getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
-
- getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
-
- getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
-
- getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
-
- getItem() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
-
- getItemId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getItems(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
-
- getItems(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getItems(JID, DiscoveryModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getItems(JID, RSM, DiscoveryModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getItems(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getItems(JID, String, RSM, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
-
- getItems(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
-
- getItems() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
-
- getItemType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getJabberID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
-
Returns interlocutor JID.
- getJid() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.XmppOMEMOSession
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
-
- getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
-
- getJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
-
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
Returns JID of buddy.
- getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
-
- getJidContains() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionFilterExtension
-
- getJsonType() - Method in class tigase.jaxmpp.gwt.client.GWTPresenceStore
-
- getJsonType() - Method in class tigase.jaxmpp.gwt.client.GwtRosterStore
-
- getJsonType() - Method in interface tigase.jaxmpp.gwt.client.JsonSerializationHelper.Serializable
-
- getKeyManagers() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
- getKeyManagers() - Method in class tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector
-
- getKeys(BareJID, OmemoModule.KeysRetrieverHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getKeysFromObject(JavaScriptObject) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
-
- getLabel() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
-
Returns label of field.
- getLabel() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
-
Returns label of field.
- getLast() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ResultSet
-
- getLast() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
-
Method description
- getLastMessageDate() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getLastRequest() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
-
Return timestamp of last request.
- getLimit() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- getLocalpart() - Method in class tigase.jaxmpp.core.client.BareJID
-
Return localpart.
- getLocalpart() - Method in class tigase.jaxmpp.core.client.JID
-
Return localpart.
- getLocalStreamHosts(JID, int) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.J2SEStreamhostsResolver
-
- getLocalStreamHosts(ConnectionSession, String) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.Socks5ConnectionManager
-
- getLocalStreamHosts(JID, int) - Method in interface tigase.jaxmpp.j2se.connection.socks5bytestream.StreamhostsResolver
-
- getMax() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
-
Method description
- getMechanismName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
-
- getMechanismsOrder() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.ChatCreatedHandler.ChatCreatedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0184.MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
-
- getMessage() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getMode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
-
- getModifiedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemAddedHandler.ItemAddedEvent
-
- getModifiedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemRemovedHandler.ItemRemovedEvent
-
- getModifiedGroups() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.ItemUpdatedHandler.ItemUpdatedEvent
-
- getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
Return module implementation by module class.
- getModule(Class<T>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ModuleProvider
-
Return module implementation by module class.
- getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
-
Return module implementation by module class.
- getModuleIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- getModuleItems(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
-
- getModuleProvider() - Method in interface tigase.jaxmpp.core.client.Context
-
- getModulesManager() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
- getName() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getName() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get name of this element.
- getName() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get name of this element.
- getName() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
-
Return human readable name of command.
- getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
-
- getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
-
- getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
Returns name of buddy.
- getName() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getName() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getNameFamily() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getNameGiven() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getNameMiddle() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getNegotiator() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransfer
-
- getNewState() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
-
- getNextSibling() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getNextSibling() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get next sibling to this element or null if no parent or no more siblings
exist.
- getNextSibling() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get next sibling to this element or null if no parent or no more siblings
exist.
- getNextSibling() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getNextSibling() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getNick() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getNickName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
-
Returns nickname.
- getNode() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
-
Return node name of command.
- getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
Returns called node of ad-hoc command.
- getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
-
- getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.AffiliationElement
-
- getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
-
- getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
-
- getNodeConfig() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
-
- getNodeConfiguration(BareJID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Get node configuration.
- getNodeConfiguration(BareJID, String, PubSubModule.NodeConfigurationAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Get node configuration.
- getNodeConfigurationDefault(BareJID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Get default node configuration.
- getNodeConfigurationDefault(BareJID, PubSubModule.NodeConfigurationAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Get default node configuration.
- getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesModule
-
- getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
-
- getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
-
- getNodeName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getNodesWithFeature(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.capabilities.CapabilitiesCache
-
- getNodesWithFeature(String) - Method in class tigase.jaxmpp.j2se.J2SECapabiliesCache
-
- getObjectFromObject(JavaScriptObject, String) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
-
- getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
-
- getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
-
- getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
-
- getOccupant() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
-
- getOfflineMessages(ArrayList<FlexibleOfflineMessageRetrieval.Item>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
-
- getOfflineMessagesInfo(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
-
- getOfflineMessagesItems(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval
-
- getOldNickname() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
-
- getOldState() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
-
- getOMEMOSession(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getOMEMOSession(BareJID, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getOrgName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getOrgUnit() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getParent() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getParent() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get parent element of this element.
- getParent() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get parent element of this element.
- getParent() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getParent() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getPassword() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
-
- getPassword() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getPayload() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item
-
- getPeer() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
-
- getPhotoType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getPhotoVal() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getPort() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
-
- getPort() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- getPort() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost
-
- getPort() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
-
- getPort() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
-
- getPreKeyBundle() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
-
- getPreKeys() - Method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.Bundle
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
-
- getPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent
-
- getPresence(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
-
Returns presence stanza of given JID.
- getPresences() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getPresences(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
-
Returns map of all known resources and related presences stanza of given
bare JID.
- getPresenceStore(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- getPresenceStore() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule
-
- getPrevid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
-
- getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
-
- getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
-
- getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
-
Returns priority level of resource.
- getProgress() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
-
- getProperties() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
- getProperty(SessionObject.Scope, String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
- getProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
Returns property
- getProperty(String) - Method in interface tigase.jaxmpp.core.client.SessionObject
-
Returns property
- getPropertyClass() - Method in interface tigase.jaxmpp.core.client.Property
-
Method which returns class which implements this interface which
may be used as a key to store instance of this class in JaxmppCore.
- getPropertyClass() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
-
- getPropertyClass() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
-
- getPropertyClass() - Method in class tigase.jaxmpp.j2se.filetransfer.FileTransferManager
-
- getProtocol() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
-
- getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent
-
- getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent
-
- getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent
-
- getPubSubJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent
-
- getPutHeaders() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
-
- getPutUri() - Method in class tigase.jaxmpp.core.client.xmpp.modules.httpfileupload.HttpFileUploadModule.Slot
-
- getQuery() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
-
Return <query/> child element.
- getReader() - Method in class tigase.jaxmpp.j2se.connectors.socket.Worker
-
- getReason() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
-
- getReason() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
-
- getReceivedData() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
-
- getRecipientChatState(Chat) - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085.ChatStateExtension
-
- getRegistrationFormType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
-
- getRegistrationQuery() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.UnifiedRegistrationForm
-
Returns filled query element.
- getResolverUrl() - Method in class tigase.jaxmpp.gwt.client.dns.WebDnsResolver
-
- getResource() - Method in class tigase.jaxmpp.core.client.JID
-
Return resource.
- getResponse() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
-
- getResponse() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
-
Reutrns IQ stanza with response.
- getResponseCode() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
-
- getResponseHandler(Context, Element) - Static method in class tigase.jaxmpp.core.client.ResponseManager
-
- getResponseHandler(Element, Context) - Method in class tigase.jaxmpp.core.client.ResponseManager
-
Returns handler for response of sent
stanza.
- getResponseManager(SessionObject) - Static method in class tigase.jaxmpp.core.client.ResponseManager
-
- getResponseStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent
-
- getResponseStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
-
- getResume() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
-
- getResumeId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
-
- getResumptionTime(SessionObject, long) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
-
- getRid() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
-
Returns current response ID.
- getRid() - Method in class tigase.jaxmpp.gwt.client.connectors.BoshWorker
-
- getRid() - Method in class tigase.jaxmpp.j2se.connectors.bosh.BoshWorker
-
- getRole() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Occupant
-
- getRole() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
-
- getRole() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getRoom(BareJID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.InvitationDeclinedHandler.InvitationDeclinedEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.NewRoomCreatedHandler.NewRoomCreatedEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantLeavedHandler.OccupantLeavedEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.PresenceErrorHandler.PresenceErrorEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.RoomClosedHandler.RoomClosedEvent
-
- getRoom() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.YouJoinedHandler.YouJoinedEvent
-
- getRoomConfiguration(Room, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
-
- getRoomJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
-
- getRoomJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getRooms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.AbstractRoomsManager
-
- getRooms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule
-
- getRosterStore(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- getRosterStore() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- getRowsCount() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- getRunAfter() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback
-
- getSaveMode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule.Settings
-
- getScopes() - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
-
- getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
-
- getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
-
- getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
-
- getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
-
- getSender() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
-
- getSentPresence() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.JoinRequestedHandler.JoinRequestedEvent
-
- getServerBindTypes(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.scram.ScramPlusMechanism
-
- getSession() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
- getSession(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
-
- 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
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.Invitation
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
Returns session object related to roster item.
- getSessionObject() - Method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
-
- getSettings(MessageArchivingModule.SettingsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.MessageArchivingModule
-
- getShow() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
-
- getShow() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
-
- getShow() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
-
Return avaiability substate.
- getSid() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInfoHandler.JingleSessionInfoEvent
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateHandler.JingleSessionTerminateEvent
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoHandler.JingleTransportInfoEvent
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Transport
-
- getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.socks5.Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent
-
- getSignalProtocolStore(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.omemo.OmemoModule
-
- getSocket() - Method in class tigase.jaxmpp.j2se.connection.ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent
-
- getSource() - Method in class tigase.jaxmpp.core.client.eventbus.Event
-
Returns events source.
- getStamp() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
-
- getStanza() - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageReceivedHandler.MessageReceivedEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent
-
- getStanza() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent
-
- getStart() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
-
- getStart() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
-
- getStart() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
-
- getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
-
- getState() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
-
- getState() - Method in interface tigase.jaxmpp.core.client.Connector
-
Returns current
State of connector.
- getState() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
-
Return state of execution.
- getState() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getState() - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
Returns current
State of connector.
- getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactAvailableHandler.ContactAvailableEvent
-
- getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent
-
- getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.ContactUnavailableHandler.ContactUnavailableEvent
-
- getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
-
Returns natural-language description of an entity's availability.
- getStatuses() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
-
- getStreamFeatures(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- getStreamMethods() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransferModule.FileTransferRequestHandler.FileTransferRequestEvent
-
- getStreamsManager() - Method in interface tigase.jaxmpp.core.client.Context
-
- getStreamsManager(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
-
- getStringFromObject(JavaScriptObject, String) - Static method in class tigase.jaxmpp.gwt.client.JsonSerializationHelper
-
- getSubDevice(String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.omemo.JaXMPPSignalProtocolStore
-
- getSubID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
-
- getSubject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
-
- getSubject() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
-
Returns subject of message.
- getSubnode() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
-
- getSubscription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionElement
-
- getSubscription() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem
-
Returns subscription state.
- getSubscriptionConfiguration(BareJID, String, JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Get subscription options.
- getSubscriptionConfiguration(BareJID, String, JID, PubSubModule.SubscriptionOptionsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule
-
Get subscriptions options.
- getSupportedMechanisms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- getTempOccupants() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.Room
-
- getText() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
-
Return human readable error description.
- getThread() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
-
Returns thread-id.
- getThreadId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
-
Returns thread-id.
- getThreadID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.DirectInvitation
-
- getTimeout(String, int) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
-
Returns timeout value.
- getTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
-
- getTimeout(String, int) - Method in class tigase.jaxmpp.j2se.connectors.socket.SocketConnector
-
Returns timeout value.
- getTimestamp() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MessageErrorHandler.MessageErrorEvent
-
- getTimestamp() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucMessageReceivedHandler.MucMessageReceivedEvent
-
- getTitle() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Returns title.
- getTitle() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getTo() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
Returns 'to' attribute.
- getTransferredBytes() - Method in class tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer
-
- getTransport(JaxmppCore, ConnectionSession) - Method in class tigase.jaxmpp.j2se.connection.socks5bytestream.JingleSocks5BytestreamsConnectionManager
-
- getTransports() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent
-
- getTransports() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent
-
- getTransports(JaxmppCore, FileTransfer) - Method in class tigase.jaxmpp.j2se.filetransfer.JingleFileTransferNegotiator
-
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
-
Returns field type.
- getType() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
-
Returns field type.
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Return data type.
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
-
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.flexible_offline.FlexibleOfflineMessageRetrieval.Item
-
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.jingle.Candidate
-
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.ChatItem
-
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
-
Return error type.
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
-
Returns type of stanza.
- getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
Returns type of stanza.
- getType(StanzaType) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
-
Returns type of stanza.
- getType() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
-
- getUnifiedRegistrationForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.ReceivedRequestedFieldsHandler.ReceivedRequestedFieldsEvent
-
- getUrl() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getURL() - Method in class tigase.jaxmpp.gwt.client.connectors.WebSocket
-
- getUrl() - Method in class tigase.jaxmpp.gwt.client.dns.DnsEntry
-
- getUrlForHost(String) - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
-
- getUserBareJid() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
Returns users JID
- getUserBareJid() - Method in interface tigase.jaxmpp.core.client.SessionObject
-
Returns users JID
- getUserJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
-
- getUserProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
Get user property.
- getUserProperty(String) - Method in interface tigase.jaxmpp.core.client.UserProperties
-
Get user property.
- getValue() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getValue() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get element value.
- getValue() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get element value.
- getValue() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getValue() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getVar() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
-
Returns name of field.
- getVar() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
-
Returns name of field.
- getVersionProvider() - Method in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule
-
- getWebSocket() - Method in class tigase.jaxmpp.gwt.client.dns.DnsResult
-
- getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Affiliation
-
- getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.modules.muc.Role
-
- getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
-
- getWith() - Method in class tigase.jaxmpp.core.client.xmpp.modules.mam.MessageArchiveManagementModule.Query
-
- getWith() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Criteria
-
- getWithJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.xep0136.Chat
-
- getWorkAddressCtry() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkAddressLocality() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkAddressPCode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkAddressRegion() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkAddressStreet() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkEmail() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkgroupJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.workgroup.WorkgroupAgentModule.OfferReceivedHandler.OfferReceivedEvent
-
- getWorkTelFax() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkTelMsg() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWorkTelVoice() - Method in class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard
-
- getWrappedElement() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
- getWriter() - Method in interface tigase.jaxmpp.core.client.Context
-
- getWriter() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
-
Return writer.
- getWriter() - Method in class tigase.jaxmpp.gwt.client.Jaxmpp
-
- getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
-
- getXMLNS() - Method in interface tigase.jaxmpp.core.client.xml.Element
-
Get namespace of this element.
- getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
-
Get namespace of this element.
- getXmlns() - Static method in exception tigase.jaxmpp.core.client.XMPPException
-
- getXMLNS() - Method in class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- getXMLNS() - Method in class tigase.jaxmpp.j2se.xml.J2seElement
-
- getXmppModulesManages() - Method in class tigase.jaxmpp.core.client.Processor
-
- getXmppStream() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
-
- getXmppStream(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
-
- getxUserElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantChangedPresenceHandler.OccupantChangedPresenceEvent
-
- getxUserElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.OccupantComesHandler.OccupantComesEvent
-
- groups - Variable in class tigase.jaxmpp.core.client.xmpp.modules.roster.DefaultRosterStore
-
- guessSaslMechanism() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
-
- GwtElement - Class in tigase.jaxmpp.gwt.client.xml
-
- GwtElement(Element) - Constructor for class tigase.jaxmpp.gwt.client.xml.GwtElement
-
- GWTPresenceStore - Class in tigase.jaxmpp.gwt.client
-
- GWTPresenceStore() - Constructor for class tigase.jaxmpp.gwt.client.GWTPresenceStore
-
- GwtRosterStore - Class in tigase.jaxmpp.gwt.client
-
- GwtRosterStore() - Constructor for class tigase.jaxmpp.gwt.client.GwtRosterStore
-
- GwtSessionObject - Class in tigase.jaxmpp.gwt.client
-
- GwtSessionObject() - Constructor for class tigase.jaxmpp.gwt.client.GwtSessionObject
-
- GwtSessionObject.RestoringSessionException - Exception in tigase.jaxmpp.gwt.client
-