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 |
rangeLength — Property, class org.igniterealtime.xiff.data.si.FileTransferExtension |
|
Specifies the number of bytes to retrieve starting at offset. |
rangeOffset — Property, class org.igniterealtime.xiff.data.si.FileTransferExtension |
|
Specifies the position, in bytes, to start transferring the file data from. |
readBytes(ba:flash.utils:ByteArray) — Static Method , class org.igniterealtime.xiff.util.Hex |
|
Read the bytes of the given bytearray and convert to a hex string
|
reason — Property, class org.igniterealtime.xiff.data.muc.MUCItem |
|
Rason given by the actor for the action that was made for the given item. |
reason — Property, class org.igniterealtime.xiff.data.muc.MUCUserExtension |
|
The reason for the invite/decline/destroy
|
reason — Property, class org.igniterealtime.xiff.events.InviteEvent |
|
A possible reason given by the inviting party
|
reason — Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
receipt — Property, class org.igniterealtime.xiff.data.Message |
|
XEP-0184: Message Delivery Receipts
This XMPP protocol extension for message delivery receipts,
whereby the sender of a message can request notification that the
message has been delivered to a client controlled by the intended
recipient.
|
receiptId — Property, class org.igniterealtime.xiff.data.Message |
|
Message ID of the message that had receipt request. |
RECEIPT_RECEIVED — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
Included by a receiving entity that wishes to inform the
sending entity that the message has been received. |
RECEIPT_REQUEST — Constant Static Property, class org.igniterealtime.xiff.data.Message |
|
Included by a sending entity that wishes to know if
the message has been received. |
REG_FIELDS — Constant Static Property, class org.igniterealtime.xiff.events.RegistrationFieldsEvent |
| |
region — Property, interface org.igniterealtime.xiff.vcard.IVCardAddress |
| |
region — Property, class org.igniterealtime.xiff.vcard.VCardAddress |
| |
register(extensionClass:Class) — Static Method , class org.igniterealtime.xiff.data.ExtensionClassRegistry |
|
Registers the given extension with the extension registry for it to be used,
in case incoming data matches its ELEMENT_NAME and NS. |
RegisterExtension — class, package org.igniterealtime.xiff.data.register |
|
XEP-0077: In-Band Registration
Implements jabber:iq:register namespace. |
RegisterExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.register.RegisterExtension |
| |
registrationFields — Event, class org.igniterealtime.xiff.core.InBandRegistrator |
|
Dispatched on when new user account registration is successful. |
RegistrationFieldsEvent — class, package org.igniterealtime.xiff.events |
| |
RegistrationFieldsEvent() — Constructor, class org.igniterealtime.xiff.events.RegistrationFieldsEvent |
| |
registrationReqError — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when the room is members-only and the user is not on the member list. |
REGISTRATION_REQ_ERROR — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
registrationSuccess — Event, class org.igniterealtime.xiff.core.InBandRegistrator |
|
Dispatched on when new user account registration is successful. |
REGISTRATION_SUCCESS — Constant Static Property, class org.igniterealtime.xiff.events.RegistrationSuccessEvent |
| |
RegistrationSuccessEvent — class, package org.igniterealtime.xiff.events |
| |
RegistrationSuccessEvent() — Constructor, class org.igniterealtime.xiff.events.RegistrationSuccessEvent |
| |
_registrationSupported — Property, class org.igniterealtime.xiff.core.XMPPConnection |
| |
registrationSupported — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Does the connection support registration. |
remove() — method, class org.igniterealtime.xiff.data.Extension |
|
Removes the extension from its parent. |
remove(extensionClass:Class) — Static Method , class org.igniterealtime.xiff.data.ExtensionClassRegistry |
|
Remove the given extension from the registery. |
REMOVE — Constant Static Property, class org.igniterealtime.xiff.collections.events.CollectionEventKind |
|
Indicates that the collection removed an item or items. |
removeAll() — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Remove all items from the ArrayCollection. |
removeAll() — method, interface org.igniterealtime.xiff.collections.ICollection |
| |
removeAllExtensions(nameSpace:String) — method, class org.igniterealtime.xiff.data.ExtensionContainer |
| |
removeAllExtensions(nameSpace:String) — method, interface org.igniterealtime.xiff.data.IExtendable |
| |
removeAllGroups() — method, class org.igniterealtime.xiff.data.im.RosterItem |
|
Remove all group elements
|
removeContact(rosterItem:org.igniterealtime.xiff.data.im:IRosterItemVO) — method, interface org.igniterealtime.xiff.im.IRoster |
| |
removeContact(rosterItem:org.igniterealtime.xiff.data.im:IRosterItemVO) — method, class org.igniterealtime.xiff.im.Roster |
|
Removes a contact from the roster and revokes all presence subscriptions for that contact. |
removedIDs — Property, class org.igniterealtime.xiff.events.ModelChangedEvent |
| |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Removes a listener from the EventDispatcher object. |
removeExtension(extension:org.igniterealtime.xiff.data:IExtension) — method, class org.igniterealtime.xiff.data.ExtensionContainer |
| |
removeExtension(extension:org.igniterealtime.xiff.data:IExtension) — method, interface org.igniterealtime.xiff.data.IExtendable |
| |
removeFields(name:String) — method, class org.igniterealtime.xiff.data.XMLStanza |
|
Helper method for removing all child elements that have the given name. |
removeGroupByName(groupName:String) — method, class org.igniterealtime.xiff.data.im.RosterItem |
|
Remove a single group with the given name
|
removeGroupChatBookmark(jid:org.igniterealtime.xiff.core:UnescapedJID) — method, class org.igniterealtime.xiff.bookmark.BookmarkManager |
|
Remove
|
removeGroupChatBookmark(jid:org.igniterealtime.xiff.core:UnescapedJID) — method, class org.igniterealtime.xiff.bookmark.BookmarkPrivatePayload |
|
Removes the bookmark from the list, and returns it
|
removeItem(item:any) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Remove the specified item from this list, should it exist. |
removeItem(item:any) — method, interface org.igniterealtime.xiff.collections.ICollection |
| |
removeItem(item:org.igniterealtime.xiff.data.im:IRosterItemVO) — method, interface org.igniterealtime.xiff.data.im.IRosterGroup |
| |
removeItem(item:org.igniterealtime.xiff.data.im:IRosterItemVO) — method, class org.igniterealtime.xiff.data.im.RosterGroup |
|
Remove the given roster item from this group. |
removeItemAt(index:int) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Removes the item at the specified index and returns it. |
removeItemAt(index:int) — method, interface org.igniterealtime.xiff.collections.ICollection |
| |
removeSocketEventListeners() — method, class org.igniterealtime.xiff.core.XMPPConnection |
|
Remove those listeners that the createConnection method added. |
removeTLSSocketEventListeners() — method, class org.igniterealtime.xiff.core.XMPPTLSConnection |
|
Remove those listeners that the configureTLSSocket method added. |
REPLACE — Constant Static Property, class org.igniterealtime.xiff.collections.events.CollectionEventKind |
|
Indicates that the item at the position identified by the
CollectionEvent location property has been replaced. |
reported — Property, class org.igniterealtime.xiff.data.forms.FormExtension |
|
An element defining the data format for the result items. |
req — Property, class org.igniterealtime.xiff.auth.SASLAuth |
|
The XML of the authentication request. |
request — Property, interface org.igniterealtime.xiff.auth.ISASLAuth |
| |
request — Property, class org.igniterealtime.xiff.auth.SASLAuth |
|
The XML for the authentication request. |
requestAffiliations(affiliation:String) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
requestAffiliations(affiliation:String) — method, class org.igniterealtime.xiff.conference.Room |
|
Requests an affiliation list for a given affiliation with with room. |
requestConfiguration() — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
requestConfiguration() — method, class org.igniterealtime.xiff.conference.Room |
|
Requests a configuration form from the room. |
requestSubscription(id:org.igniterealtime.xiff.core:UnescapedJID, isResponse:Boolean) — method, interface org.igniterealtime.xiff.im.IRoster |
| |
requestSubscription(id:org.igniterealtime.xiff.core:UnescapedJID, isResponse:Boolean) — method, class org.igniterealtime.xiff.im.Roster |
|
Requests subscription authorization with a user or service. |
required — Property, class org.igniterealtime.xiff.data.forms.FormField |
|
If true, flags the field as required in order for the form to be considered valid. |
RESET — Constant Static Property, class org.igniterealtime.xiff.collections.events.CollectionEventKind |
|
Indicates that the collection has changed so drastically that
a reset is required. |
_resource — Property, class org.igniterealtime.xiff.core.AbstractJID |
| |
resource — Property, class org.igniterealtime.xiff.core.AbstractJID |
|
The resource portion of the JID. |
resource — Property, interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
resource — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
The resource to use when logging in. |
resource — Property, class org.igniterealtime.xiff.data.auth.AuthExtension |
|
The resource to use for authentication. |
resource — Property, class org.igniterealtime.xiff.data.bind.BindExtension |
|
Resource. |
response — Property, class org.igniterealtime.xiff.auth.SASLAuth |
|
The XML of the challenge response. |
RESPONSE_SUCCESS — Constant Static Property, class org.igniterealtime.xiff.auth.SASLAuth |
| |
restartStream() — method, class org.igniterealtime.xiff.core.XMPPBOSHConnection |
|
Upon receiving the success element, the client
MUST then ask the connection manager to restart the stream by
sending a "restart request". |
restartStream() — method, class org.igniterealtime.xiff.core.XMPPRTMPConnection |
| |
result — Property, class org.igniterealtime.xiff.data.rpc.RPCExtension |
|
The result of this remote procedure call. |
RESULT — Constant Static Property, class org.igniterealtime.xiff.data.forms.enum.FormType |
|
The form-processing entity is returning data (e.g., search results) to
the form-submitting entity, or the data is a generic data set. |
revision — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
revision — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Last revised. |
revoke(jids:Array) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
revoke(jids:Array) — method, class org.igniterealtime.xiff.conference.Room |
|
Revokes all affiliations from the JIDs. |
role — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
role — Property, interface org.igniterealtime.xiff.conference.IRoomOccupant |
| |
role — Property, class org.igniterealtime.xiff.conference.Room |
|
Gets the user's role in the conference room. |
role — Property, class org.igniterealtime.xiff.conference.RoomOccupant |
| |
role — Property, class org.igniterealtime.xiff.data.muc.MUCItem |
|
Can be one of the following: moderator, participant,
visitor, or none. |
role — Property, interface org.igniterealtime.xiff.vcard.IVCard |
| |
role — Property, class org.igniterealtime.xiff.vcard.VCard |
|
Role. |
ROLE_MODERATOR — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
ROLE_MODERATOR — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
ROLE_NONE — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
ROLE_NONE — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
ROLE_PARTICIPANT — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
ROLE_PARTICIPANT — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
ROLE_VISITOR — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
ROLE_VISITOR — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
room — Property, interface org.igniterealtime.xiff.conference.IRoomOccupant |
| |
room — Property, class org.igniterealtime.xiff.conference.RoomOccupant |
| |
room — Property, class org.igniterealtime.xiff.events.InviteEvent |
|
The room in which the invitation is targeted. |
Room — class, package org.igniterealtime.xiff.conference |
|
Manages incoming and outgoing data from a conference room as part of multi-user conferencing (XEP-0045). |
Room(aConnection:org.igniterealtime.xiff.core:IXMPPConnection) — Constructor, class org.igniterealtime.xiff.conference.Room |
| |
roomDestroyed — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when the room is removed. |
ROOM_DESTROYED — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
RoomEvent — class, package org.igniterealtime.xiff.events |
| |
RoomEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.igniterealtime.xiff.events.RoomEvent |
| |
RoomFile — class, package org.igniterealtime.xiff.conference |
|
?
|
RoomFile() — Constructor, class org.igniterealtime.xiff.conference.RoomFile |
| |
RoomFileRepository — class, package org.igniterealtime.xiff.conference |
| |
roomJID — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
roomJID — Property, class org.igniterealtime.xiff.conference.Room |
|
The unescaped JID of the room. |
roomJoin — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when you have entered the room and messages that are sent
will be displayed to other users. |
ROOM_JOIN — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
roomLeave — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when the server acknoledges that you have the left the room. |
ROOM_LEAVE — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
roomName — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
roomName — Property, class org.igniterealtime.xiff.conference.Room |
|
The room name that should be used when joining. |
RoomOccupant — class, package org.igniterealtime.xiff.conference |
|
A person in a room
|
RoomOccupant(nickname:String, show:String, affiliation:String, role:String, jid:org.igniterealtime.xiff.core:UnescapedJID, room:org.igniterealtime.xiff.conference:IRoom) — Constructor, class org.igniterealtime.xiff.conference.RoomOccupant |
| |
Roster — class, package org.igniterealtime.xiff.im |
|
Manages a user's server-side instant messaging roster (or "buddy list"). |
Roster(aConnection:org.igniterealtime.xiff.core:IXMPPConnection) — Constructor, class org.igniterealtime.xiff.im.Roster |
| |
RosterEvent — class, package org.igniterealtime.xiff.events |
| |
RosterEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.igniterealtime.xiff.events.RosterEvent |
| |
RosterExtension — class, package org.igniterealtime.xiff.data.im |
|
An IQ extension for roster data. |
RosterExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
RosterGroup — class, package org.igniterealtime.xiff.data.im |
|
Represents the groups in users roster. |
RosterGroup(label:String) — Constructor, class org.igniterealtime.xiff.data.im.RosterGroup |
|
Create a new group with the given name
|
rosterItem — Property, interface org.igniterealtime.xiff.conference.IRoomOccupant |
| |
rosterItem — Property, class org.igniterealtime.xiff.conference.RoomOccupant |
|
If there isn't a roster item associated with this room occupant
(for example, if the room is anonymous), this will return null
|
RosterItem — class, package org.igniterealtime.xiff.data.im |
|
This class is used internally by the RosterExtension class for managing items
received and sent as roster data. |
RosterItem(parent:XML) — Constructor, class org.igniterealtime.xiff.data.im.RosterItem |
| |
RosterItemVO — class, package org.igniterealtime.xiff.data.im |
| |
RosterItemVO(newJID:org.igniterealtime.xiff.core:UnescapedJID) — Constructor, class org.igniterealtime.xiff.data.im.RosterItemVO |
| |
rosterLoaded — Event, class org.igniterealtime.xiff.im.Roster |
| |
ROSTER_LOADED — Constant Static Property, class org.igniterealtime.xiff.events.RosterEvent |
| |
RPCExtension — class, package org.igniterealtime.xiff.data.rpc |
|
Implements XEP-0009 for XML-RPC over XMPP. |
RPCExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.rpc.RPCExtension |
| |
|
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 |