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 |
SASLAuth — class, package org.igniterealtime.xiff.auth |
|
This is a base class for use with Simple Authentication and Security Layer
(SASL) mechanisms. |
SASLAuth() — Constructor, class org.igniterealtime.xiff.auth.SASLAuth |
| |
saslMechanisms — Constant Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
The types of SASL mechanisms available. |
saved — Event, class org.igniterealtime.xiff.vcard.VCard |
|
Dispatched when the vCard has been saved. |
SAVED — Constant Static Property, class org.igniterealtime.xiff.events.VCardEvent |
| |
saveError — Event, class org.igniterealtime.xiff.vcard.VCard |
|
Dispatched when saving the vCard fails. |
SAVE_ERROR — Constant Static Property, class org.igniterealtime.xiff.events.VCardEvent |
| |
saveVCard(connection:org.igniterealtime.xiff.core:IXMPPConnection) — method, interface org.igniterealtime.xiff.vcard.IVCard |
| |
saveVCard(connection:org.igniterealtime.xiff.core:IXMPPConnection) — method, class org.igniterealtime.xiff.vcard.VCard |
|
Saves a vCard. |
saveVCard_result(resultIQ:org.igniterealtime.xiff.data:IQ) — method, class org.igniterealtime.xiff.vcard.VCard |
| |
SearchExtension — class, package org.igniterealtime.xiff.data.search |
|
XEP-0055: Jabber Search
Implements jabber:iq:search namespace. |
SearchExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.search.SearchExtension |
| |
SearchItem — class, package org.igniterealtime.xiff.data.search |
|
This class is used by the SearchExtension for internal representation of
information pertaining to items matching the search query. |
SearchItem(parent:XML) — Constructor, class org.igniterealtime.xiff.data.search.SearchItem |
| |
SEARCH_PREP_COMPLETE — Constant Static Property, class org.igniterealtime.xiff.events.SearchPrepEvent |
| |
SearchPrepEvent — class, package org.igniterealtime.xiff.events |
| |
SearchPrepEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.igniterealtime.xiff.events.SearchPrepEvent |
| |
seconds — Property, class org.igniterealtime.xiff.data.disco.LastActivityExtension |
|
Required address of the content. |
seconds — Property, interface org.igniterealtime.xiff.data.muc.IMUCExtension |
| |
seconds — Property, class org.igniterealtime.xiff.data.muc.MUCExtension |
|
Time based condition to retrive all messages for the last N seconds. |
secure — Property, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
HTTP bind requests type. |
segments — Property, class org.igniterealtime.xiff.data.whiteboard.Path |
|
The read-only list of start and end points encoded as an array of objects with the
format { from: { x: ###, y: ### }, to: { x: ###, y: ### } }
You should not modify this list. |
send(data:org.igniterealtime.xiff.data:IXMPPStanza) — method, interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
send(data:org.igniterealtime.xiff.data:IXMPPStanza) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Sends data to the server. |
sendData(data:String) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Dispatches OutgoingDataEvent, handles possible Stream Compression and
calls sendDataToServer. |
sendDataToServer(data:flash.utils:ByteArray) — method, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
Connection to the server in BOSH is a simple URLRequest. |
sendDataToServer(data:flash.utils:ByteArray) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Overwrite this method to use other kind of socket,
request or connection, if needed. |
sendDataToServer(data:flash.utils:ByteArray) — method, class org.igniterealtime.xiff.core.XMPPRTMPConnection |
| |
sendKeepAlive() — method, interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
sendKeepAlive() — method, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
Does nothing, BOSH uses polling instead. |
sendKeepAlive() — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Sends ping to server in order to keep the connection alive, in case the server
has not indicated that it would not support it. |
sendKeepAlive() — method, class org.igniterealtime.xiff.core.XMPPRTMPConnection |
|
No need for keepalive
|
sendMessage(body:String, htmlBody:String) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
sendMessage(body:String, htmlBody:String) — method, class org.igniterealtime.xiff.conference.Room |
|
Sends a message to the conference room. |
sendMessageWithExtension(message:org.igniterealtime.xiff.data:IMessage) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
sendMessageWithExtension(message:org.igniterealtime.xiff.data:IMessage) — method, class org.igniterealtime.xiff.conference.Room |
|
Sends a message to the conference room with an extension attached. |
sendPrivateMessage(recipientNickname:String, body:String, htmlBody:String) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
sendPrivateMessage(recipientNickname:String, body:String, htmlBody:String) — method, class org.igniterealtime.xiff.conference.Room |
|
Sends a private message to a specific participant in the conference room. |
sendRegistrationFields(fieldMap:Object, key:String) — method, class org.igniterealtime.xiff.core.InBandRegistrator |
|
Registers a new account with the server, sending the registration data as specified in the fieldMap |
sendXML(data:String) — method, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
Pass through to sendRequests method for having the
body wrapper around the given data. |
sendXML(data:String) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Pass through to sendData which takes care of the common
data handling between all connection classes. |
seq — Property, class org.igniterealtime.xiff.data.stream.IBBDataExtension |
|
Required property 'seq'. |
SerializationException — class, package org.igniterealtime.xiff.exception |
|
This exception is thrown whenever there is a problem serializing or
deserializing data for sending to the server. |
SerializationException() — Constructor, class org.igniterealtime.xiff.exception.SerializationException |
| |
serialize(parent:XML) — method, class org.igniterealtime.xiff.data.whiteboard.Path |
|
TODO: make as set xml
Serializes the Path data to XML for sending. |
serializeSegments() — method, class org.igniterealtime.xiff.data.whiteboard.Path |
|
Creates the compact form of the segments
in the fomrmat defined by SVG
Example: M100 200L14 -15 L 125 100L150 200 300 400M10 20L30 40 50 60 z
|
server — Property, interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
_server — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Server to connect, could be different of the login domain. |
server — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
The XMPP server to use for connection. |
server — Property, class org.igniterealtime.xiff.events.SearchPrepEvent |
| |
serviceDiscoveryResponce(to:org.igniterealtime.xiff.core:EscapedJID, id:String) — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Send a response to the Service Discovery query. |
SessionExtension — class, package org.igniterealtime.xiff.data.session |
|
Session Establishment
Most instant messaging and presence applications based on XMPP are
implemented via a client-server architecture that requires a client
to establish a session on a server in order to engage in the expected
instant messaging and presence activities. |
SessionExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.session.SessionExtension |
|
Session Establishment as defined in RFC 3921
|
setAttribute(name:String, value:String) — method, interface org.igniterealtime.xiff.data.IXMLStanza |
| |
setAttribute(name:String, value:String) — method, class org.igniterealtime.xiff.data.XMLStanza |
|
Convinience method for setting a value to a element in the XML. |
setAutoJoin(jid:org.igniterealtime.xiff.core:UnescapedJID, state:Boolean) — method, class org.igniterealtime.xiff.bookmark.BookmarkManager |
|
Set autoJoin for the given bookmark JID
|
setChildAttribute(elem:String, name:String, value:String) — method, class org.igniterealtime.xiff.data.XMLStanza |
|
Convinience method for setting an attribute for a child element of the XML. |
setChildField(elem:String, name:String, value:String) — method, class org.igniterealtime.xiff.data.XMLStanza |
|
Convinience method for setting a value for a child element of the XML. |
setField(name:String, value:String) — method, interface org.igniterealtime.xiff.data.IXMLStanza |
| |
setField(name:String, value:String) — method, class org.igniterealtime.xiff.data.XMLStanza |
|
Convinience method for setting a value to a element in the XML. |
setFieldMap(fieldMap:Object) — method, class org.igniterealtime.xiff.data.forms.FormExtension |
|
Sets the fields given a fieldMap object containing keys of field vars
and values of value arrays. |
setItemAt(item:any, index:int) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Places the item at the specified index. |
setItemAt(item:any, index:int) — method, interface org.igniterealtime.xiff.collections.ICollection |
| |
setOccupantVoice(occupantNick:String, voice:Boolean) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
setOccupantVoice(occupantNick:String, voice:Boolean) — method, class org.igniterealtime.xiff.conference.Room |
|
In a moderated room, sets voice status to a particular occupant, assuming the user
has the necessary permissions to do so. |
setPresence(show:String, status:String, priority:int) — method, interface org.igniterealtime.xiff.im.IRoster |
| |
setPresence(show:String, status:String, priority:int) — method, class org.igniterealtime.xiff.im.Roster |
|
Sets your current presence status. |
setPrivateData(elementName:String, elementNamespace:String, payload:org.igniterealtime.xiff.privatedata:IPrivatePayload) — method, class org.igniterealtime.xiff.privatedata.PrivateDataManager |
| |
SHA1 — class, package org.igniterealtime.xiff.util |
|
A static class for SHA1 hash creation. |
shared — Property, interface org.igniterealtime.xiff.data.im.IRosterGroup |
| |
shared — Property, class org.igniterealtime.xiff.data.im.RosterGroup |
| |
SharedGroupsExtension — class, package org.igniterealtime.xiff.data.sharedgroups |
|
Similar idea to XEP-0140 (http://xmpp.org/extensions/xep-0140.html) which was
retracted in favor of XEP-0144 (http://xmpp.org/extensions/xep-0144.html). |
SharedGroupsExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.sharedgroups.SharedGroupsExtension |
| |
show — Property, class org.igniterealtime.xiff.conference.RoomOccupant |
| |
show — Property, interface org.igniterealtime.xiff.data.IPresence |
| |
show — Property, class org.igniterealtime.xiff.data.Presence |
|
The show value; away, online, etc. |
show — Property, interface org.igniterealtime.xiff.data.im.IContact |
| |
show — Property, class org.igniterealtime.xiff.data.im.RosterItemVO |
|
Show
|
SHOW_AWAY — Constant Static Property, class org.igniterealtime.xiff.data.Presence |
|
The entity or resource is temporarily away. |
SHOW_CHAT — Constant Static Property, class org.igniterealtime.xiff.data.Presence |
|
The entity or resource is actively interested in chatting. |
SHOW_DND — Constant Static Property, class org.igniterealtime.xiff.data.Presence |
|
The entity or resource is busy (dnd = "Do Not Disturb"). |
SHOW_PENDING — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
SHOW_UNAVAILABLE — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
SHOW_XA — Constant Static Property, class org.igniterealtime.xiff.data.Presence |
|
The entity or resource is away for an extended period (xa = "eXtended Away"). |
sid — Property, class org.igniterealtime.xiff.data.stream.IBBExtension |
|
The REQUIRED 'sid' attribute defines a unique session
ID for this IBB session (which MUST match the NMTOKEN
datatype). |
since — Property, interface org.igniterealtime.xiff.data.muc.IMUCExtension |
| |
since — Property, class org.igniterealtime.xiff.data.muc.MUCExtension |
|
Time base condition to retrieve all messages from a given time formatted in the format described in
XEP-0082. |
size — Property, class org.igniterealtime.xiff.data.si.FileTransferExtension |
|
The size, in bytes, of the data to be sent. |
socket — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Binary socket used to connect to the XMPP server. |
SoftwareVersionExtension — class, package org.igniterealtime.xiff.data.version |
|
XEP-0092: Software Version
The 'jabber:iq:version' namespace provides a standard way for Jabber entities
to exchange information about the software version used by the entities. |
SoftwareVersionExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.version.SoftwareVersionExtension |
| |
SOIncrementalGenerator — class, package org.igniterealtime.xiff.data.id |
|
Generates an incrementing ID and saves the last value in a local shared object. |
SOIncrementalGenerator(id:String, prefix:String) — Constructor, class org.igniterealtime.xiff.data.id.SOIncrementalGenerator |
| |
sortString — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
sortString — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Sort string. |
sound — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
sound — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Formatted name pronunciation. |
_source — Property, class org.igniterealtime.xiff.collections.ArrayCollection |
| |
source — Property, class org.igniterealtime.xiff.collections.ArrayCollection |
|
The source of data in the ArrayCollection. |
stage — Property, class org.igniterealtime.xiff.auth.SASLAuth |
|
The current response stage. |
stanza — Property, class org.igniterealtime.xiff.data.stream.IBBOpenExtension |
|
The OPTIONAL 'stanza' attribute defines whether the
data will be sent using IQ stanzas or
Message stanzas. |
state — Property, interface org.igniterealtime.xiff.data.IMessage |
| |
state — Property, class org.igniterealtime.xiff.data.Message |
|
The chat state if any. |
state — Property, class org.igniterealtime.xiff.data.register.RegisterExtension |
| |
STATE_ACTIVE — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
User is actively participating in the chat session. |
STATE_COMPOSING — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
User is composing a message. |
STATE_GONE — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
User has effectively ended their participation in the chat session. |
STATE_INACTIVE — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
User has not been actively participating in the chat session. |
STATE_PAUSED — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
User had been composing but now has stopped. |
status — Property, interface org.igniterealtime.xiff.data.IPresence |
| |
status — Property, class org.igniterealtime.xiff.data.Presence |
|
The status; usually used for "away messages."
The OPTIONAL status element contains XML character data specifying
a natural-language description of availability status. |
status — Property, interface org.igniterealtime.xiff.data.im.IRosterItemVO |
| |
status — Property, class org.igniterealtime.xiff.data.im.RosterItemVO |
|
Status
|
statuses — Property, class org.igniterealtime.xiff.data.muc.MUCUserExtension |
|
List of MUCStatus. |
StreamInitiationExtension — class, package org.igniterealtime.xiff.data.si |
|
XEP-0095: Stream Initiation
To be used with XEP-0096: SI File Transfer
The si element is the root element for this
protocol. |
StreamInitiationExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.si.StreamInitiationExtension |
| |
STREAM_NS — Constant Static Property, class org.igniterealtime.xiff.data.XMLStanza |
| |
streamTagSearch — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Depending of the STREAM_TYPE_used in the connect() method,
the name of the opening tag for stream is saved in this variable, such as
stream:stream or flash:stream. |
STREAM_TYPE_FLASH — Constant Static Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Stream type lets user set opening/closing tag. |
STREAM_TYPE_FLASH_TERMINATED — Constant Static Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Stream type lets user set opening/closing tag. |
STREAM_TYPE_STANDARD — Constant Static Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Stream type lets user set opening/closing tag. |
STREAM_TYPE_STANDARD_TERMINATED — Constant Static Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Stream type lets user set opening/closing tag. |
street — Property, interface org.igniterealtime.xiff.vcard.IVCardAddress |
| |
street — Property, class org.igniterealtime.xiff.vcard.VCardAddress |
| |
string2date(stamp:String) — Static Method , class org.igniterealtime.xiff.util.DateTimeParser |
|
Convert a string CCYY-MM-DD to a date object
|
string2dateTime(stamp:String) — Static Method , class org.igniterealtime.xiff.util.DateTimeParser |
|
Convert a string CCYY-MM-DDThh:mm:ss[.sss]TZD to a Date object
|
string2time(stamp:String) — Static Method , class org.igniterealtime.xiff.util.DateTimeParser |
|
Convert a string hh:mm:ss[.sss][TZD] to a Date object
|
stroke — Property, class org.igniterealtime.xiff.data.whiteboard.Path |
|
The Stroke object that contains the properties describing the stroke of this
path
|
Stroke — class, package org.igniterealtime.xiff.data.whiteboard |
|
A helper class that abstracts the serialization of strokes and
provides an interface to access the properties
|
Stroke(color:uint, opacity:Number, thickness:Number) — Constructor, class org.igniterealtime.xiff.data.whiteboard.Stroke |
| |
subject — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
subject — Property, class org.igniterealtime.xiff.conference.Room |
|
The subject. |
subject — Property, interface org.igniterealtime.xiff.data.IMessage |
| |
subject — Property, class org.igniterealtime.xiff.data.Message |
|
The message subject. |
subject — Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
subjectChange — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when the room subject changes. |
SUBJECT_CHANGE — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
SUBMIT — Constant Static Property, class org.igniterealtime.xiff.data.forms.enum.FormType |
|
The form-submitting entity is submitting data to the form-processing entity. |
subscribeType — Property, interface org.igniterealtime.xiff.data.im.IRosterItemVO |
| |
subscribeType — Property, class org.igniterealtime.xiff.data.im.RosterItemVO |
|
Type of subscription. |
SUBSCRIBE_TYPE_BOTH — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
SUBSCRIBE_TYPE_FROM — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
SUBSCRIBE_TYPE_NONE — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
SUBSCRIBE_TYPE_REMOVE — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
SUBSCRIBE_TYPE_TO — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
subscription — Property, class org.igniterealtime.xiff.data.im.RosterItem |
|
The subscription type for this roster item. |
subscriptionDenial — Event, class org.igniterealtime.xiff.im.Roster |
|
Broadcast whenever a subscription request that you make (via the addContact()
or requestSubscription() methods) is denied. |
SUBSCRIPTION_DENIAL — Constant Static Property, class org.igniterealtime.xiff.events.RosterEvent |
| |
subscriptionRequest — Event, class org.igniterealtime.xiff.im.Roster |
|
Broadcast whenever someone requests to subscribe to your presence. |
SUBSCRIPTION_REQUEST — Constant Static Property, class org.igniterealtime.xiff.events.RosterEvent |
| |
subscriptionRevocation — Event, class org.igniterealtime.xiff.im.Roster |
|
Broadcast whenever someone revokes your presence subscription. |
SUBSCRIPTION_REVOCATION — Constant Static Property, class org.igniterealtime.xiff.events.RosterEvent |
| |
suffix — Property, interface org.igniterealtime.xiff.vcard.IVCardName |
| |
suffix — Property, class org.igniterealtime.xiff.vcard.VCardName |
| |
|
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 |