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 |
cacheFlushInterval — Static property in class org.igniterealtime.xiff.vcard.VCard |
|
The interval on which to flush the vCard cache. |
calcSHA1(str) — Static method in class org.igniterealtime.xiff.util.SHA1 |
|
Takes a string and returns the hex representation of its SHA1 hash. |
call(methodName, params) — Method in class org.igniterealtime.xiff.data.rpc.RPCExtension |
|
Place the remote call. |
call(... rest) — Method in class org.igniterealtime.xiff.util.Callback |
|
|
callback — Property in interface org.igniterealtime.xiff.data.IIQ |
| |
callback — Property in class org.igniterealtime.xiff.data.IQ |
|
The function that will be called when an IQ result
is received with the same ID as one you send. |
Callback — Class in package org.igniterealtime.xiff.util |
|
Sets an callback function
|
Callback(scope, callback, ... rest) — Constructor in class org.igniterealtime.xiff.util.Callback |
|
|
CallbackPacketFilter — Class in package org.igniterealtime.xiff.filter |
|
|
CallbackPacketFilter(callback:org.igniterealtime.xiff.util:Callback, filterFunction, processFunction) — Constructor in class org.igniterealtime.xiff.filter.CallbackPacketFilter |
|
|
cancelConfiguration() — Method in interface org.igniterealtime.xiff.conference.IRoom |
| |
cancelConfiguration() — Method in class org.igniterealtime.xiff.conference.Room |
|
Cancels the configuration process. |
category — Property in class org.igniterealtime.xiff.data.browse.BrowseItem |
|
One of the categories from the list above, or a
non-standard category prefixed with the string "x-". |
cell — Property in interface org.igniterealtime.xiff.vcard.IVCardTelephone |
| |
cell — Property in class org.igniterealtime.xiff.vcard.VCardTelephone |
|
|
change — Event in class org.igniterealtime.xiff.conference.Room |
|
Dispatched when the active, affiliation, or role property changes. |
change — Event in class org.igniterealtime.xiff.data.im.RosterItemVO |
| |
CHANGE — Constant static property in class org.igniterealtime.xiff.events.PropertyChangeEvent |
| |
changePassword(password) — Method in interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
changePassword(password) — Method in class org.igniterealtime.xiff.core.XMPPConnection |
|
Changes the user's account password on the server. |
changePasswordSuccess — Event in class org.igniterealtime.xiff.core.XMPPConnection |
|
Dispatched when a password change is successful. |
ChangePasswordSuccessEvent — Class in package org.igniterealtime.xiff.events |
| |
ChangePasswordSuccessEvent() — Constructor in class org.igniterealtime.xiff.events.ChangePasswordSuccessEvent |
| |
changeSubject(newSubject) — Method in interface org.igniterealtime.xiff.conference.IRoom |
| |
changeSubject(newSubject) — Method in class org.igniterealtime.xiff.conference.Room |
|
Changes the subject in the conference room. |
city — Property in class org.igniterealtime.xiff.data.register.RegisterExtension |
|
|
clearCache() — Static method in class org.igniterealtime.xiff.vcard.VCard |
|
Immediately clears the vCard cache. |
clearSource() — Method in class org.igniterealtime.xiff.collections.ArrayCollection |
|
Remove all items from the ArrayCollection without dispatching a RESET event. |
clearSource() — Method in interface org.igniterealtime.xiff.collections.ICollection |
| |
CLIENT_NAMESPACE — Constant static property in class org.igniterealtime.xiff.data.XMPPStanza |
| |
CLIENT_VERSION — Constant static property in class org.igniterealtime.xiff.data.XMPPStanza |
|
The version of XMPP specified in RFC 3920 is "1.0"; in particular, this
encapsulates the stream-related protocols (Use of TLS (Section 5),
Use of SASL (Section 6), and Stream Errors (Section 4.7)), as well as
the semantics of the three defined XML stanza types (,
, and ). |
clone() — Method in class org.igniterealtime.xiff.events.BookmarkChangedEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.BookmarkRetrievedEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.ChangePasswordSuccessEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.ConnectionSuccessEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.DisconnectionEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.IncomingDataEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.InviteEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.IQEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.LoginEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.MessageEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.ModelChangedEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.OutgoingDataEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.PresenceEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.PropertyChangeEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.RegistrationFieldsEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.RegistrationSuccessEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.RoomEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.RosterEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.SearchPrepEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.VCardEvent |
| |
clone() — Method in class org.igniterealtime.xiff.events.XIFFErrorEvent |
| |
code — Property in class org.igniterealtime.xiff.data.muc.MUCStatus |
|
Property used to add or retrieve a status code describing the condition that occurs. |
COLLECTION_CHANGE — Constant static property in class org.igniterealtime.xiff.collections.events.CollectionEvent |
|
The CollectionEvent.COLLECTION_CHANGE constant defines the value of the
type property of the event object for an event that is
dispatched when a collection has changed. |
CollectionEvent — Class in package org.igniterealtime.xiff.collections.events |
|
The CollectionEvent class represents an event that is
dispatched when the associated collection changes. |
CollectionEvent(type, bubbles, cancelable, kind, location, oldLocation, items) — Constructor in class org.igniterealtime.xiff.collections.events.CollectionEvent |
|
Constructor. |
CollectionEventKind — Final class in package org.igniterealtime.xiff.collections.events |
|
The CollectionEventKind class contains constants for the valid values
of the CollectionEvent class kind property. |
color — Property in class org.igniterealtime.xiff.data.whiteboard.Fill |
|
The value of the RGB color. |
color — Property in class org.igniterealtime.xiff.data.whiteboard.Stroke |
|
The value of the RGB color. |
compress — Property in interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
compress — Property in class org.igniterealtime.xiff.core.XMPPConnection |
|
Shall the zlib compression be allowed if the server supports it. |
computeDigest(sessionID, password) — Static method in class org.igniterealtime.xiff.data.auth.AuthExtension |
|
Computes the SHA1 digest of the password and session ID for use when
authenticating with the server. |
conferenceServer — Property in interface org.igniterealtime.xiff.conference.IRoom |
| |
conferenceServer — Property in class org.igniterealtime.xiff.conference.Room |
|
The conference server to use for this room. |
config — Property in class org.igniterealtime.xiff.core.XMPPTLSConnection |
|
TLS configuration. |
configure(fieldmap) — Method in interface org.igniterealtime.xiff.conference.IRoom |
| |
configure(fieldmap) — Method in class org.igniterealtime.xiff.conference.Room |
|
Sends a configuration form to the room. |
configureRoom — Event in class org.igniterealtime.xiff.conference.Room |
|
Dispatched when a room configuration form is required. |
CONFIGURE_ROOM — Constant static property in class org.igniterealtime.xiff.events.RoomEvent |
| |
configureRoomComplete — Event in class org.igniterealtime.xiff.conference.Room |
|
Dispatched when a room configuration form is complete. |
CONFIGURE_ROOM_COMPLETE — Constant static property in class org.igniterealtime.xiff.events.RoomEvent |
| |
configureTLSSocket() — Method in class org.igniterealtime.xiff.core.XMPPTLSConnection |
|
|
connect(streamType) — Method in interface org.igniterealtime.xiff.core.IXMPPConnection |
| |
connect(streamType) — Method in class org.igniterealtime.xiff.core.XMPPBOSHConnection |
| |
connect(streamType) — Method in class org.igniterealtime.xiff.core.XMPPConnection |
|
Connects to the server. |
connect(streamType) — Method in class org.igniterealtime.xiff.core.XMPPTLSConnection |
|
Connects to the server. |
connection — Property in class org.igniterealtime.xiff.conference.InviteListener |
|
A reference to the XMPPConnection being used for incoming/outgoing XMPP data. |
connection — Property in interface org.igniterealtime.xiff.conference.IRoom |
| |
connection — Property in class org.igniterealtime.xiff.conference.Room |
|
A reference to the XMPPConnection being used for incoming/outgoing XMPP data. |
connection — Property in class org.igniterealtime.xiff.core.Browser |
|
The instance of the XMPPConnection class to use for sending and
receiving data. |
connection — Property in interface org.igniterealtime.xiff.core.IBrowser |
| |
connection — Property in interface org.igniterealtime.xiff.core.IListener |
| |
connection — Event in class org.igniterealtime.xiff.core.XMPPConnection |
|
Dispatched when the connection is successfully made to the server. |
connection — Property in interface org.igniterealtime.xiff.im.IRoster |
| |
connection — Property in class org.igniterealtime.xiff.im.Roster |
|
The instance of the XMPPConnection class to use for the roster to use for
sending and receiving data. |
ConnectionSuccessEvent — Class in package org.igniterealtime.xiff.events |
| |
ConnectionSuccessEvent() — Constructor in class org.igniterealtime.xiff.events.ConnectionSuccessEvent |
| |
CONNECT_SUCCESS — Constant static property in class org.igniterealtime.xiff.events.ConnectionSuccessEvent |
| |
contains(item) — Method in class org.igniterealtime.xiff.collections.ArrayCollection |
|
Returns whether the ArrayCollection contains the specified item. |
contains(item) — Method in interface org.igniterealtime.xiff.collections.ICollection |
| |
contains(item:org.igniterealtime.xiff.data.im:IRosterItemVO) — Method in interface org.igniterealtime.xiff.data.im.IRosterGroup |
| |
contains(item:org.igniterealtime.xiff.data.im:IRosterItemVO) — Method in class org.igniterealtime.xiff.data.im.RosterGroup |
|
Does the given item exist in this group?
|
counter — Property in class org.igniterealtime.xiff.data.id.IncrementalGenerator |
| |
country — Property in interface org.igniterealtime.xiff.vcard.IVCardAddress |
| |
country — Property in class org.igniterealtime.xiff.vcard.VCardAddress |
|
|
|
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 |