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  
pager — Property in interface org.igniterealtime.xiff.vcard.IVCardTelephone
pager — Property in class org.igniterealtime.xiff.vcard.VCardTelephone
password — Property in class org.igniterealtime.xiff.bookmark.GroupChatBookmark
password — Property in interface org.igniterealtime.xiff.conference.IRoom
password — Property in class org.igniterealtime.xiff.conference.Room
The password.
password — Property in interface org.igniterealtime.xiff.core.IXMPPConnection
password — Property in class org.igniterealtime.xiff.core.XMPPConnection
The password to use when logging in.
password — Property in class org.igniterealtime.xiff.data.auth.AuthExtension
The password to use for authentication.
password — Property in interface org.igniterealtime.xiff.data.muc.IMUCExtension
password — Property in class org.igniterealtime.xiff.data.muc.MUCExtension
If a room is password protected, add this extension and set the password
password — Property in class org.igniterealtime.xiff.data.muc.MUCUserExtension
Property to use if the concerned room is password protected
password — Property in class org.igniterealtime.xiff.data.register.RegisterExtension
passwordError — Event in class org.igniterealtime.xiff.conference.Room
Dispatched when the room requires a password and the user did not supply one (or the password provided is incorrect).
PASSWORD_ERROR — Constant static property in class org.igniterealtime.xiff.events.RoomEvent
PASSWORD_SUCCESS — Constant static property in class org.igniterealtime.xiff.events.ChangePasswordSuccessEvent
Path — Class in package org.igniterealtime.xiff.data.whiteboard
A message extension for whitboard exchange.
Path(parent) — Constructor in class org.igniterealtime.xiff.data.whiteboard.Path
paths — Property in class org.igniterealtime.xiff.data.whiteboard.WhiteboardExtension
The paths available in this whiteboard message
pauseSession(seconds) — Method in class org.igniterealtime.xiff.core.XMPPBOSHConnection
payload — Property in class org.igniterealtime.xiff.data.privatedata.PrivateDataExtension
pending — Property in interface org.igniterealtime.xiff.data.im.IRosterItemVO
pending — Property in class org.igniterealtime.xiff.data.im.RosterItem
Convenience routine to determine if a roster item is considered "pending" or not.
pending — Property in class org.igniterealtime.xiff.data.im.RosterItemVO
Pending
phone — Property in class org.igniterealtime.xiff.data.register.RegisterExtension
phonetic — Property in interface org.igniterealtime.xiff.vcard.IVCardSound
phonetic — Property in class org.igniterealtime.xiff.vcard.VCardSound
photo — Property in interface org.igniterealtime.xiff.vcard.IVCard
photo — Property in class org.igniterealtime.xiff.vcard.VCard
Photograph.
PingExtension — Class in package org.igniterealtime.xiff.data.ping
Plain — Class in package org.igniterealtime.xiff.auth
This class provides SASL authentication using the PLAIN mechanism.
Plain(connection:org.igniterealtime.xiff.core:XMPPConnection) — Constructor in class org.igniterealtime.xiff.auth.Plain
Creates a new Plain authentication object.
poBox — Property in interface org.igniterealtime.xiff.vcard.IVCardAddress
poBox — Property in class org.igniterealtime.xiff.vcard.VCardAddress
port — Property in interface org.igniterealtime.xiff.core.IXMPPConnection
port — Property in class org.igniterealtime.xiff.core.XMPPConnection
The port to use when connecting.
postalCode — Property in interface org.igniterealtime.xiff.vcard.IVCardAddress
postalCode — Property in class org.igniterealtime.xiff.vcard.VCardAddress
prefix — Property in interface org.igniterealtime.xiff.data.id.IIDGenerator
The prefix to use for the generated ID (for namespacing purposes).
_prefix — Property in class org.igniterealtime.xiff.data.id.IncrementalGenerator
prefix — Property in class org.igniterealtime.xiff.data.id.IncrementalGenerator
The prefix to use for the generated ID (for namespacing purposes).
prefix — Property in class org.igniterealtime.xiff.data.id.UUIDGenerator
The prefix to use for the generated ID (for namespacing purposes).
prefix — Property in interface org.igniterealtime.xiff.vcard.IVCardName
prefix — Property in class org.igniterealtime.xiff.vcard.VCardName
presence — Event in class org.igniterealtime.xiff.core.XMPPConnection
Dispatched on incoming presence data.
Presence — Class in package org.igniterealtime.xiff.data
This class provides encapsulation for manipulation of presence data for sending and receiving.
Presence(recipient:org.igniterealtime.xiff.core:EscapedJID, sender:org.igniterealtime.xiff.core:EscapedJID, presenceType, showVal, statusVal, priorityVal) — Constructor in class org.igniterealtime.xiff.data.Presence
PRESENCE — Constant static property in class org.igniterealtime.xiff.events.PresenceEvent
PresenceEvent — Class in package org.igniterealtime.xiff.events
PresenceEvent() — Constructor in class org.igniterealtime.xiff.events.PresenceEvent
priority — Property in interface org.igniterealtime.xiff.data.IPresence
priority — Property in class org.igniterealtime.xiff.data.Presence
The priority of the presence, usually on a scale of 1-5.
priority — Property in interface org.igniterealtime.xiff.data.im.IRosterItemVO
priority — Property in class org.igniterealtime.xiff.data.im.RosterItemVO
Priority.
privacyClass — Property in interface org.igniterealtime.xiff.vcard.IVCard
privacyClass — Property in class org.igniterealtime.xiff.vcard.VCard
Privacy classification.
PrivateDataExtension — Class in package org.igniterealtime.xiff.data.privatedata
PrivateDataExtension(privateName, privateNamespace, payload:org.igniterealtime.xiff.privatedata:IPrivatePayload) — Constructor in class org.igniterealtime.xiff.data.privatedata.PrivateDataExtension
PrivateDataManager — Class in package org.igniterealtime.xiff.privatedata
PrivateDataManager(connection:org.igniterealtime.xiff.core:XMPPConnection) — Constructor in class org.igniterealtime.xiff.privatedata.PrivateDataManager
privateMessage — Event in class org.igniterealtime.xiff.conference.Room
Dispatched whenever a new private message is received.
PRIVATE_MESSAGE — Constant static property in class org.igniterealtime.xiff.events.RoomEvent
privateName — Property in class org.igniterealtime.xiff.data.privatedata.PrivateDataExtension
privateNamespace — Property in class org.igniterealtime.xiff.data.privatedata.PrivateDataExtension
processConnectionResponse(responseBody) — Method in class org.igniterealtime.xiff.core.XMPPBOSHConnection
productID — Property in interface org.igniterealtime.xiff.vcard.IVCard
productID — Property in class org.igniterealtime.xiff.vcard.VCard
Identifier of product that generated the vCard.
PropertyChangeEvent — Class in package org.igniterealtime.xiff.events
When a property is changed somewhere, someone might be interested to listen its current and previous values.
PropertyChangeEvent(type, bubbles, cancelable) — Constructor in class org.igniterealtime.xiff.events.PropertyChangeEvent
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