A B C D E F G H I J K L M N O P Q R S T U V W X

P

Packet - Class in org.jivesoftware.smack.packet
Base class for XMPP packets.
Packet() - Constructor for class org.jivesoftware.smack.packet.Packet
 
PacketCollector - Class in org.jivesoftware.smack
Provides a mechanism to collect packets into a result queue that pass a specified filter.
PacketExtension - Interface in org.jivesoftware.smack.packet
Interface to represent packet extensions.
PacketExtensionFilter - Class in org.jivesoftware.smack.filter
Filters for packets with a particular type of packet extension.
PacketExtensionFilter(String, String) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
Creates a new packet extension filter.
PacketExtensionFilter(String) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
Creates a new packet extension filter.
PacketExtensionProvider - Interface in org.jivesoftware.smack.provider
An interface for parsing custom packets extensions.
PacketFilter - Interface in org.jivesoftware.smack.filter
Defines a way to filter packets for particular attributes.
PacketIDFilter - Class in org.jivesoftware.smack.filter
Filters for packets with a particular packet ID.
PacketIDFilter(String) - Constructor for class org.jivesoftware.smack.filter.PacketIDFilter
Creates a new packet ID filter using the specified packet ID.
PacketIDFilterTest - Class in org.jivesoftware.smack.filter
A test case for the PacketIDFilter class.
PacketIDFilterTest() - Constructor for class org.jivesoftware.smack.filter.PacketIDFilterTest
 
PacketInterceptor - Interface in org.jivesoftware.smack
Provides a mechanism to intercept and modify packets that are going to be sent to the server.
PacketListener - Interface in org.jivesoftware.smack
Provides a mechanism to listen for packets that pass a specified filter.
PacketParserUtils - Class in org.jivesoftware.smack.util
Utility class that helps to parse packets.
PacketParserUtils() - Constructor for class org.jivesoftware.smack.util.PacketParserUtils
 
PacketParserUtilsTest - Class in org.jivesoftware.smack.util
 
PacketParserUtilsTest() - Constructor for class org.jivesoftware.smack.util.PacketParserUtilsTest
 
PacketReaderTest - Class in org.jivesoftware.smack
 
PacketReaderTest(String) - Constructor for class org.jivesoftware.smack.PacketReaderTest
Constructor for PacketReaderTest.
PacketTypeFilter - Class in org.jivesoftware.smack.filter
Filters for packets of a particular type.
PacketTypeFilter(Class) - Constructor for class org.jivesoftware.smack.filter.PacketTypeFilter
Creates a new packet type filter that will filter for packets that are the same type as packetType.
PacketTypeFilterTest - Class in org.jivesoftware.smack.filter
Test cases for the PacketTypeFilter class.
PacketTypeFilterTest() - Constructor for class org.jivesoftware.smack.filter.PacketTypeFilterTest
 
parseBareAddress(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the XMPP address with any resource information removed.
parseCompressionMethods(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parse the available compression methods reported from the server.
parseError(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses error sub-packets.
parseExtension(XmlPullParser) - Method in interface org.jivesoftware.smack.provider.PacketExtensionProvider
Parse an extension sub-packet and create a PacketExtension instance.
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.GroupChatInvitation.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.AttentionExtension.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.ChatStateExtension.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.Nick.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo.Provider
Parses a OfflineMessageInfo packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadActionError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadLocaleError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadPayloadError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadSessionIDError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.MalformedActionError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.SessionExpiredError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DataFormProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DelayInfoProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DelayInformationProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.HeaderProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MessageEventProvider
Parses a MessageEvent packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MUCUserProvider
Parses a MUCUser packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MultipleAddressesProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.PEPProvider
Parses a PEPEvent packet and extracts a PEPItem from it.
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.RosterExchangeProvider
Parses a RosterExchange packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.XHTMLExtensionProvider
Parses a XHTMLExtension packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.CarExtensionProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.provider.ItemProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.provider.SubscriptionProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.MetaDataProvider
PacketExtensionProvider implementation
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.UserID.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation.Provider
PacketExtensionProvider implementation
parseIQ(XmlPullParser) - Method in interface org.jivesoftware.smack.provider.IQProvider
Parse the IQ sub-document and create an IQ instance.
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smack.provider.PrivacyProvider
 
parseIQ(XmlPullParser, Connection) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses an IQ packet.
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.CloseIQProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.OpenIQProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.socks5.provider.BytestreamsProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.LastActivity.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.SharedGroupsInfo.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.PrivateDataManager.PrivateDataIQProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DiscoverInfoProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DiscoverItemsProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MUCAdminProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MUCOwnerProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.StreamInitiationProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.VCardProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.provider.PubSubProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.search.UserSearch.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptsProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties.InternalProvider
 
parseItem(XmlPullParser) - Method in class org.jivesoftware.smack.provider.PrivacyProvider
 
parseList(XmlPullParser, Privacy) - Method in class org.jivesoftware.smack.provider.PrivacyProvider
 
parseMacro(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseMacroGroup(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseMacroGroups(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseMechanisms(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parse the available SASL mechanisms reported from the server.
parseMessage(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses a message packet.
parseMetaData(XmlPullParser) - Static method in class org.jivesoftware.smackx.workgroup.util.MetaDataUtils
Parses any available meta-data and returns it as a Map of String name/value pairs.
parseName(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the name portion of a XMPP address.
parsePacketExtension(String, String, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses a packet extension sub-packet.
parsePresence(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses a presence packet.
parsePrivateData(XmlPullParser) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks.Provider
 
parsePrivateData(XmlPullParser) - Method in interface org.jivesoftware.smackx.provider.PrivateDataProvider
Parse the private data sub-document and create a PrivateData instance.
parseProperties(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parse a properties sub-packet.
parseResource(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the resource portion of a XMPP address.
parseSASLFailure(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses SASL authentication error packets.
parseServer(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the server portion of a XMPP address.
parseStreamError(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses stream error packets.
parseWithIntrospection(String, Class, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
 
parseXEP0082Date(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Parses the given date string in the XEP-0082 - XMPP Date and Time Profiles format.
ParticipantStatusListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime a participant's status in a room is changed, such as the user being kicked, banned, or granted admin permissions.
PayloadItem<E extends PacketExtension> - Class in org.jivesoftware.smackx.pubsub
This class represents an item that has been, or will be published to a pubsub node.
PayloadItem(E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with no id and a payload The id will be set by the server.
PayloadItem(String, E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with an id and payload.
PayloadItem(String, String, E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with an id, node id and payload.
payment_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
PEPEvent - Class in org.jivesoftware.smackx.packet
Represents XMPP Personal Event Protocol packets.
PEPEvent() - Constructor for class org.jivesoftware.smackx.packet.PEPEvent
Creates a new empty roster exchange package.
PEPEvent(PEPItem) - Constructor for class org.jivesoftware.smackx.packet.PEPEvent
Creates a new empty roster exchange package.
PEPItem - Class in org.jivesoftware.smackx.packet
Represents XMPP Personal Event Protocol packets.
PEPItem(String) - Constructor for class org.jivesoftware.smackx.packet.PEPItem
Creates a new PEPItem.
PEPListener - Interface in org.jivesoftware.smackx
A listener that is fired anytime a PEP event message is received.
PEPManager - Class in org.jivesoftware.smackx
Manages Personal Event Publishing (XEP-163).
PEPManager(Connection) - Constructor for class org.jivesoftware.smackx.PEPManager
Creates a new PEP exchange manager.
PEPProvider - Class in org.jivesoftware.smackx.provider
The PEPProvider parses incoming PEPEvent packets.
PEPProvider() - Constructor for class org.jivesoftware.smackx.provider.PEPProvider
Creates a new PEPProvider.
PEPPubSub - Class in org.jivesoftware.smackx.packet
Represents XMPP PEP/XEP-163 pubsub packets.
PEPPubSub(PEPItem) - Constructor for class org.jivesoftware.smackx.packet.PEPPubSub
Creates a new PubSub.
PERSISTED_DEBUGGER - Static variable in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
 
pollMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Polls for and returns the next message, or null if there isn't a message immediately available.
pollResult() - Method in class org.jivesoftware.smack.PacketCollector
Polls to see if a packet is currently available and returns it, or immediately returns null if no packets are currently in the result queue.
Presence - Class in org.jivesoftware.smack.packet
Represents XMPP presence packets.
Presence(Presence.Type) - Constructor for class org.jivesoftware.smack.packet.Presence
Creates a new presence update.
Presence(Presence.Type, String, int, Presence.Mode) - Constructor for class org.jivesoftware.smack.packet.Presence
Creates a new presence update with a specified status, priority, and mode.
Presence.Mode - Enum in org.jivesoftware.smack.packet
An enum to represent the presence mode.
Presence.Type - Enum in org.jivesoftware.smack.packet
A enum to represent the presecence type.
presenceChanged(Presence) - Method in interface org.jivesoftware.smack.RosterListener
Called when the presence of a roster entry is changed.
presenceChanged(Presence) - Method in class org.jivesoftware.smack.RosterTest.TestRosterListener
 
presenceChanged(Presence) - Method in interface org.jivesoftware.smackx.workgroup.agent.AgentRosterListener
 
PresenceState - Enum in org.jivesoftware.smackx.pubsub
Defines the possible valid presence states for node subscription via SubscribeForm.getShowValues().
PresenceTest - Class in org.jivesoftware.smack.packet
 
PresenceTest() - Constructor for class org.jivesoftware.smack.packet.PresenceTest
 
PresenceTest - Class in org.jivesoftware.smack
Ensure that the server is delivering messages to the correct client based on the client's presence priority.
PresenceTest(String) - Constructor for class org.jivesoftware.smack.PresenceTest
 
presenceXmlLangTest() - Method in class org.jivesoftware.smack.packet.PresenceTest
 
prettyPrint(String, String) - Static method in class org.jivesoftware.smackx.pubsub.util.XmlUtils
 
prev() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Goes to the previous stage.
prev() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
printInterpreted - Static variable in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
printProtocol - Variable in class org.jivesoftware.util.Protocol
Set to true to print XML messages to the console while verifying the protocol.
printStackTrace() - Method in exception org.jivesoftware.smack.XMPPException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.smack.XMPPException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.smack.XMPPException
 
Privacy - Class in org.jivesoftware.smack.packet
A Privacy IQ Packet, is used by the PrivacyListManager and PrivacyProvider to allow and block communications from other users.
Privacy() - Constructor for class org.jivesoftware.smack.packet.Privacy
 
PrivacyClient - Class in org.jivesoftware.smack
This class supports automated tests about privacy communication from the server to the client.
PrivacyClient(PrivacyListManager) - Constructor for class org.jivesoftware.smack.PrivacyClient
 
PrivacyItem - Class in org.jivesoftware.smack.packet
A privacy item acts a rule that when matched defines if a packet should be blocked or not.
PrivacyItem(String, boolean, int) - Constructor for class org.jivesoftware.smack.packet.PrivacyItem
Creates a new privacy item.
PrivacyItem.PrivacyRule - Class in org.jivesoftware.smack.packet
Privacy Rule represents the kind of action to apply.
PrivacyItem.PrivacyRule() - Constructor for class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
 
PrivacyItem.Type - Enum in org.jivesoftware.smack.packet
Type defines if the rule is based on JIDs, roster groups or presence subscription types.
PrivacyList - Class in org.jivesoftware.smack
A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications.
PrivacyListListener - Interface in org.jivesoftware.smack
Interface to implement classes to listen for server events about privacy communication.
PrivacyListManager - Class in org.jivesoftware.smack
A PrivacyListManager is used by XMPP clients to block or allow communications from other users.
PrivacyProvider - Class in org.jivesoftware.smack.provider
The PrivacyProvider parses Privacy packets.
PrivacyProvider() - Constructor for class org.jivesoftware.smack.provider.PrivacyProvider
 
PrivacyProviderTest - Class in org.jivesoftware.smack.packet
Test the PrivacyProvider class with valids privacy xmls
PrivacyProviderTest(String) - Constructor for class org.jivesoftware.smack.packet.PrivacyProviderTest
Constructor for PrivacyTest.
PrivacyTest - Class in org.jivesoftware.smack.packet
 
PrivacyTest(String) - Constructor for class org.jivesoftware.smack.packet.PrivacyTest
 
PrivacyTest.PrivacyClient - Class in org.jivesoftware.smack.packet
This class supports automated tests about privacy communication from the server to the client.
PrivacyTest.PrivacyClient(PrivacyListManager) - Constructor for class org.jivesoftware.smack.packet.PrivacyTest.PrivacyClient
 
PrivateData - Interface in org.jivesoftware.smackx.packet
Interface to represent private data.
PrivateDataManager - Class in org.jivesoftware.smackx
Manages private data, which is a mechanism to allow users to store arbitrary XML data on an XMPP server.
PrivateDataManager(Connection) - Constructor for class org.jivesoftware.smackx.PrivateDataManager
Creates a new private data manager.
PrivateDataManager(Connection, String) - Constructor for class org.jivesoftware.smackx.PrivateDataManager
Creates a new private data manager for a specific user (special case).
PrivateDataManager.PrivateDataIQProvider - Class in org.jivesoftware.smackx
An IQ provider to parse IQ results containing private data.
PrivateDataManager.PrivateDataIQProvider() - Constructor for class org.jivesoftware.smackx.PrivateDataManager.PrivateDataIQProvider
 
PrivateDataProvider - Interface in org.jivesoftware.smackx.provider
An interface for parsing custom private data.
processMessage(Chat, Message) - Method in interface org.jivesoftware.smack.MessageListener
 
processMessages() - Method in class org.jivesoftware.smack.ThreadedDummyConnection
 
processPacket(Packet) - Method in class org.jivesoftware.smack.DummyConnection
Processes a packet through the installed packet collectors and listeners and letting them examine the packet to see if they are a match with the filter.
processPacket(Packet) - Method in interface org.jivesoftware.smack.PacketListener
Process the next packet sent to this packet listener.
processPacket(Packet) - Method in class org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
 
processPacket(Packet) - Method in class org.jivesoftware.smackx.pubsub.Node.ItemEventTranslator
 
processPacket(Packet) - Method in class org.jivesoftware.smackx.pubsub.Node.NodeConfigTranslator
 
Protocol - Class in org.jivesoftware.util
This class can be used in conjunction with a mocked XMPP connection ( createMockedConnection(Protocol, String, String)) to verify a XMPP protocol.
Protocol() - Constructor for class org.jivesoftware.util.Protocol
 
ProviderManager - Class in org.jivesoftware.smack.provider
Manages providers for parsing custom XML sub-documents of XMPP packets.
ProxyException - Exception in org.jivesoftware.smack.proxy
An exception class to handle exceptions caused by proxy.
ProxyException(ProxyInfo.ProxyType, String, Throwable) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
 
ProxyException(ProxyInfo.ProxyType, String) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
 
ProxyException(ProxyInfo.ProxyType) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
 
ProxyInfo - Class in org.jivesoftware.smack.proxy
Class which stores proxy information such as proxy type, host, port, authentication etc.
ProxyInfo(ProxyInfo.ProxyType, String, int, String, String) - Constructor for class org.jivesoftware.smack.proxy.ProxyInfo
 
ProxyInfo.ProxyType - Enum in org.jivesoftware.smack.proxy
 
publish(PEPItem) - Method in class org.jivesoftware.smackx.PEPManager
Publish an event.
publish() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
publish(T) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
publish(Collection<T>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes multiple events to the node.
publishCommands(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Publish the commands to an specific JID.
PublisherUseCases - Class in org.jivesoftware.smackx.pubsub
 
PublisherUseCases() - Constructor for class org.jivesoftware.smackx.pubsub.PublisherUseCases
 
PublishItem<T extends Item> - Class in org.jivesoftware.smackx.pubsub
Represents a request to publish an item(s) to a specific node.
PublishItem(String, T) - Constructor for class org.jivesoftware.smackx.pubsub.PublishItem
Construct a request to publish an item to a node.
PublishItem(String, Collection<T>) - Constructor for class org.jivesoftware.smackx.pubsub.PublishItem
Construct a request to publish multiple items to a node.
publishItems(String, DiscoverItems) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Publishes new items to a parent entity.
publishItems(String, String, DiscoverItems) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Publishes new items to a parent entity and node.
PublishModel - Enum in org.jivesoftware.smackx.pubsub
Determines who may publish to a node.
PubSub - Class in org.jivesoftware.smackx.pubsub.packet
The standard PubSub extension of an IQ packet.
PubSub() - Constructor for class org.jivesoftware.smackx.pubsub.packet.PubSub
 
PubSubElementType - Enum in org.jivesoftware.smackx.pubsub
Defines all the possible element types as defined for all the pubsub schemas in all 3 namespaces.
PubSubManager - Class in org.jivesoftware.smackx.pubsub
This is the starting point for access to the pubsub service.
PubSubManager(Connection) - Constructor for class org.jivesoftware.smackx.pubsub.PubSubManager
Create a pubsub manager associated to the specified connection.
PubSubManager(Connection, String) - Constructor for class org.jivesoftware.smackx.pubsub.PubSubManager
Create a pubsub manager associated to the specified connection where the pubsub requests require a specific to address for packets.
PubSubNamespace - Enum in org.jivesoftware.smackx.pubsub.packet
Defines all the valid namespaces that are used with the PubSub packet as defined by the specification.
PubSubProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the root pubsub packet extensions of the IQ packet and returns a PubSub instance.
PubSubProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.PubSubProvider
 
PubSubTestCase - Class in org.jivesoftware.smackx.pubsub.test
 
PubSubTestCase(String) - Constructor for class org.jivesoftware.smackx.pubsub.test.PubSubTestCase
 
PubSubTestCase() - Constructor for class org.jivesoftware.smackx.pubsub.test.PubSubTestCase
 
put(K, V) - Method in class org.jivesoftware.smack.util.Cache
 
put(K, V) - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Puts a key-value mapping into this map.
put(K, V) - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Puts a key-value mapping into this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.smack.util.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Puts all the values from the specified map into this map.

A B C D E F G H I J K L M N O P Q R S T U V W X