A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
handleAuthentication(response:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Upon receiving a success indication within the SASL negotiation, the
client MUST send a new stream header to the server, to which the
server MUST respond with a stream header as well as a list of
available stream features. |
handleChallenge(stage:int, challenge:XML) — method, class org.igniterealtime.xiff.auth.DigestMD5 |
|
Called when a challenge to this authentication is received. |
handleChallenge(stage:int, challenge:XML) — method, interface org.igniterealtime.xiff.auth.ISASLAuth |
| |
handleChallenge(stage:int, challenge:XML) — method, class org.igniterealtime.xiff.auth.SASLAuth |
|
Called when a challenge to this authentication is received. |
handleChallenge(stage:int, challenge:XML) — method, class org.igniterealtime.xiff.auth.XFacebookPlatform |
|
Called when a challenge to this authentication is received. |
handleChallenge(stage:int, challenge:XML) — method, class org.igniterealtime.xiff.auth.XOAuth2 |
|
Called when a challenge to this authentication is received. |
handleMessage(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
TODO: Add similar extension handling as in IQ,
after message specific extensions are separated from Message class, v3.2.0
|
handleNodeType(node:XML) — method, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
TODO: Is this somthing that could be safely removed?
|
handleNodeType(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Calls a appropriate parser base on the nodeName. |
handleNodeType(node:XML) — method, class org.igniterealtime.xiff.core.XMPPTLSConnection |
|
Calls a appropriate parser base on the nodeName. |
handlePresence(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Handle the incoming Presence either with the queue timer or directly
dispatching the PresenceEvent. |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.Anonymous |
|
Called when a response to this authentication is received. |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.DigestMD5 |
|
Called when a response to this authentication is received. |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.External |
|
Called when a response to this authentication is received. |
handleResponse(stage:int, response:XML) — method, interface org.igniterealtime.xiff.auth.ISASLAuth |
| |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.Plain |
|
Called when a response to this authentication is received. |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.SASLAuth |
|
Called when a response to this authentication is received. |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.XFacebookPlatform |
|
Called when a response to this authentication is received. |
handleResponse(stage:int, response:XML) — method, class org.igniterealtime.xiff.auth.XOAuth2 |
|
Called when a response to this authentication is received. |
handleStream(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Initial stream element has been received once this method is called. |
handleStreamError(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Handle stream error related element. |
handleStreamFeatures(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Handle features that are available in the connected server. |
handleStreamTLS(node:XML) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Checks if the TLS feature available is required or not and dispatches
an error in case it is. |
handleStreamTLS(node:XML) — method, class org.igniterealtime.xiff.core.XMPPTLSConnection |
|
In case the user or the server requires the use of TLS, this method
will initiate the handshake. |
handleVCard(iq:org.igniterealtime.xiff.data:IIQ) — method, interface org.igniterealtime.xiff.vcard.IVCard |
| |
handleVCard(iq:org.igniterealtime.xiff.data:IIQ) — method, class org.igniterealtime.xiff.vcard.VCard |
|
Deserializes the incoming IQ to fill the values of this vCard. |
hasEventListener(type:String) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Checks whether the EventDispatcher object has any listeners registered for a specific type of event. |
hash — Property, class org.igniterealtime.xiff.data.si.FileTransferExtension |
|
The MD5 sum of the file contents. |
hasRange — Property, class org.igniterealtime.xiff.data.si.FileTransferExtension |
|
When range is sent in the offer, it should have no attributes. |
hasStatusCode(code:Number) — method, class org.igniterealtime.xiff.data.muc.MUCUserExtension |
|
Does the given status code exist in the list of statuses saved in this extension. |
Hex — class, package org.igniterealtime.xiff.util |
|
Utility for reading and writing Hex formatted data to/from ByteArray. |
HIDDEN — Constant Static Property, class org.igniterealtime.xiff.data.forms.enum.FormFieldType |
|
The field is not shown to the form-submitting entity, but instead is returned with
the form. |
history — Property, interface org.igniterealtime.xiff.data.muc.IMUCExtension |
| |
history — Property, class org.igniterealtime.xiff.data.muc.MUCExtension |
|
This is property allows a user to retrieve a server defined collection of previous messages. |
hold — Property, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
This attribute specifies the maximum number of requests the connection
manager is allowed to keep waiting at any one time during the session. |
homeAddress — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
homeAddress — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Structured home address. |
homeAddressLabel — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
homeAddressLabel — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Home address label. |
homeTelephone — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
homeTelephone — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Home telephone number. |
htmlBody — Property, interface org.igniterealtime.xiff.data.IMessage |
| |
htmlBody — Property, class org.igniterealtime.xiff.data.Message |
|
The message body in XHTML format. |
HTTP_PORT — Constant Static Property, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
The default port as per XMPP specification. |
httpServer — Property, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
Server URI
|
HTTPS_PORT — Constant Static Property, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
The default secure port as per XMPP specification. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |