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 |
AbstractExtension — class, package org.igniterealtime.xiff.data |
|
What is this?
|
AbstractExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.AbstractExtension |
| |
AbstractJID — class, package org.igniterealtime.xiff.core |
|
This is a base class for the JID (Jabber Identifier) classes. |
AbstractJID(inJID:String, validate:Boolean) — Constructor, class org.igniterealtime.xiff.core.AbstractJID |
|
Creates a new AbstractJID object. |
accept(packet:org.igniterealtime.xiff.data:XMPPStanza) — method, class org.igniterealtime.xiff.filter.CallbackPacketFilter |
| |
accept(packet:org.igniterealtime.xiff.data:XMPPStanza) — method, interface org.igniterealtime.xiff.filter.IPacketFilter |
| |
active — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
active — Property, class org.igniterealtime.xiff.conference.Room |
|
Determines whether the connection to the room is active - that is, the user
is connected and has joined the room. |
active — Property, interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
active — Property, class org.igniterealtime.xiff.core.XMPPConnection |
|
Determines whether the connection with the server is currently active. |
actor — Property, class org.igniterealtime.xiff.data.muc.MUCItem |
|
Optional. |
actorNick — Property, class org.igniterealtime.xiff.data.muc.MUCItem |
|
Optional. |
ADD — Constant Static Property, class org.igniterealtime.xiff.collections.events.CollectionEventKind |
|
Indicates that the collection added an item or items. |
addChildNode(childNode:XML) — method, interface org.igniterealtime.xiff.data.muc.IMUCExtension |
| |
addChildNode(childNode:XML) — method, class org.igniterealtime.xiff.data.muc.MUCExtension |
| |
addContact(id:org.igniterealtime.xiff.core:UnescapedJID, nickname:String, groupName:String, requestSubscription:Boolean) — method, interface org.igniterealtime.xiff.im.IRoster |
| |
addContact(id:org.igniterealtime.xiff.core:UnescapedJID, nickname:String, groupName:String, requestSubscription:Boolean) — method, class org.igniterealtime.xiff.im.Roster |
|
Adds a contact to the roster. |
addContact_result(resultIQ:org.igniterealtime.xiff.data:IQ) — method, class org.igniterealtime.xiff.im.Roster |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. |
addExtension(extension:org.igniterealtime.xiff.data:IExtension) — method, class org.igniterealtime.xiff.data.ExtensionContainer |
|
Add extension to the list of the given namespace and insert to the XML element as a child. |
addExtension(extension:org.igniterealtime.xiff.data:IExtension) — method, interface org.igniterealtime.xiff.data.IExtendable |
| |
addFeature(feature:org.igniterealtime.xiff.data.disco:DiscoFeature) — method, class org.igniterealtime.xiff.data.disco.InfoDiscoExtension |
| |
addFeatures(varNames:Array) — method, class org.igniterealtime.xiff.data.disco.InfoDiscoExtension |
|
Add features as a list of namespace strings. |
addGroupChatBookmark(serverBookmark:org.igniterealtime.xiff.bookmark:GroupChatBookmark) — method, class org.igniterealtime.xiff.bookmark.BookmarkManager |
| |
addGroupNamed(groupName:String) — method, class org.igniterealtime.xiff.data.im.RosterItem |
|
Adds a group to the roster item. |
addIdentity(identity:org.igniterealtime.xiff.data.disco:DiscoIdentity) — method, class org.igniterealtime.xiff.data.disco.InfoDiscoExtension |
| |
addItem(item:any) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Add the specified item to the end of the list. |
addItem(item:any) — method, interface org.igniterealtime.xiff.collections.ICollection |
| |
addItem(item:org.igniterealtime.xiff.data.browse:BrowseItem) — method, class org.igniterealtime.xiff.data.browse.BrowseExtension |
|
If you are generating a browse response to a browse request, then
fill out the items list with this method. |
addItem(item:org.igniterealtime.xiff.data.disco:DiscoItem) — method, class org.igniterealtime.xiff.data.disco.ItemDiscoExtension |
| |
addItem(item:org.igniterealtime.xiff.data.im:IRosterItemVO) — method, interface org.igniterealtime.xiff.data.im.IRosterGroup |
| |
addItem(jid:org.igniterealtime.xiff.core:EscapedJID, subscription:String, nickname:String, groups:Array) — method, class org.igniterealtime.xiff.data.im.RosterExtension |
|
Adds a single roster item to the extension payload. |
addItem(item:org.igniterealtime.xiff.data.im:IRosterItemVO) — method, class org.igniterealtime.xiff.data.im.RosterGroup |
|
Insert a new roster item if it does not already exist in this group
|
addItem(affiliation:String, role:String, nick:String, jid:org.igniterealtime.xiff.core:EscapedJID, actor:String, reason:String) — method, class org.igniterealtime.xiff.data.muc.MUCBaseExtension |
|
Use this method to create a new item. |
addItemAt(item:any, index:int) — method, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Add the specified item at the specified index. |
addItemAt(item:any, index:int) — method, interface org.igniterealtime.xiff.collections.ICollection |
| |
addNamespace(value:String) — method, class org.igniterealtime.xiff.data.browse.BrowseItem |
|
Add new features that are supported if you are responding to a
browse request
|
addPoints(from_x:Number, from_y:Number, to_x:Number, to_y:Number) — method, class org.igniterealtime.xiff.data.whiteboard.Path |
|
Another interface to add segments to this extension. |
address — Property, class org.igniterealtime.xiff.data.register.RegisterExtension |
| |
addSegment(seg:Object) — method, class org.igniterealtime.xiff.data.whiteboard.Path |
|
Adds a start point and end point to this path. |
adminError — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when an administration action failed. |
ADMIN_ERROR — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
affiliation — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
affiliation — Property, interface org.igniterealtime.xiff.conference.IRoomOccupant |
| |
affiliation — Property, class org.igniterealtime.xiff.conference.Room |
|
Gets the user's affiliation for this room. |
affiliation — Property, class org.igniterealtime.xiff.conference.RoomOccupant |
| |
affiliation — Property, class org.igniterealtime.xiff.data.muc.MUCItem |
|
Can be one of the following: owner, admin, member, outcast, or none. |
AFFILIATION_ADMIN — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
AFFILIATION_ADMIN — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
affiliationChangeComplete — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when an affiliation change has completed. |
AFFILIATION_CHANGE_COMPLETE — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
AFFILIATION_MEMBER — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
AFFILIATION_MEMBER — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
AFFILIATION_NONE — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
AFFILIATION_NONE — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
AFFILIATION_OUTCAST — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
AFFILIATION_OUTCAST — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
AFFILIATION_OWNER — Constant Static Property, class org.igniterealtime.xiff.conference.Room |
| |
AFFILIATION_OWNER — Constant Static Property, class org.igniterealtime.xiff.data.muc.MUC |
| |
affiliations — Event, class org.igniterealtime.xiff.conference.Room |
|
Dispatched when an affiliation list has been requested. |
AFFILIATIONS — Constant Static Property, class org.igniterealtime.xiff.events.RoomEvent |
| |
allow(jids:Array) — method, interface org.igniterealtime.xiff.conference.IRoom |
| |
allow(jids:Array) — method, class org.igniterealtime.xiff.conference.Room |
|
Allow a previously banned JIDs to enter this room. |
anonymous — Property, interface org.igniterealtime.xiff.conference.IRoom |
| |
anonymous — Property, class org.igniterealtime.xiff.conference.Room |
|
Whether the room shows full JIDs or not. |
Anonymous — class, package org.igniterealtime.xiff.auth |
|
This class provides SASL authentication using the ANONYMOUS mechanism. |
Anonymous(connection:org.igniterealtime.xiff.core:IXMPPConnection) — Constructor, class org.igniterealtime.xiff.auth.Anonymous |
|
Creates a new Anonymous authentication object. |
ArrayCollection — class, package org.igniterealtime.xiff.collections |
|
The ArrayCollection class is a wrapper class that exposes an Array as a
collection that can be accessed and manipulated using collection methods. |
ArrayCollection(source:Array) — Constructor, class org.igniterealtime.xiff.collections.ArrayCollection |
|
Constructor. |
askType — Property, interface org.igniterealtime.xiff.data.im.IRosterItemVO |
| |
askType — Property, class org.igniterealtime.xiff.data.im.RosterItem |
|
The ask type for this roster item. |
askType — Property, class org.igniterealtime.xiff.data.im.RosterItemVO |
|
Type of asking
|
ASK_TYPE_NONE — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
ASK_TYPE_SUBSCRIBE — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
ASK_TYPE_UNSUBSCRIBE — Constant Static Property, class org.igniterealtime.xiff.data.im.RosterExtension |
| |
attention — Property, class org.igniterealtime.xiff.data.Message |
|
Messages containing an attention extension SHOULD use the headline message
type to avoid offline storage. |
AuthExtension — class, package org.igniterealtime.xiff.data.auth |
|
XEP-0078: Non-SASL Authentication
OBSOLETE
|
AuthExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.auth.AuthExtension |
| |
autoJoin — Property, class org.igniterealtime.xiff.bookmark.GroupChatBookmark |
|
Whether the client should automatically join the conference room on login. |
|
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 |