|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMPPException | |
|---|---|
| org.jivesoftware.smack | Core classes of the Smack API. |
| org.jivesoftware.smack.sasl | SASL Mechanisms. |
| org.jivesoftware.smackx | Smack extensions API. |
| org.jivesoftware.smackx.bookmark | |
| org.jivesoftware.smackx.commands | |
| org.jivesoftware.smackx.filetransfer | |
| org.jivesoftware.smackx.muc | Classes and Interfaces that implement Multi-User Chat (MUC). |
| org.jivesoftware.smackx.packet | XML packets that are part of the XMPP extension protocols. |
| org.jivesoftware.smackx.search | |
| org.jivesoftware.smackx.workgroup.agent | |
| org.jivesoftware.smackx.workgroup.user | |
| Uses of XMPPException in org.jivesoftware.smack |
|---|
| Methods in org.jivesoftware.smack that throw XMPPException | |
|---|---|
void |
RosterGroup.addEntry(RosterEntry entry)
Adds a roster entry to this group. |
String |
SASLAuthentication.authenticate(String username,
String resource,
CallbackHandler cbh)
Performs SASL authentication of the specified user. |
String |
SASLAuthentication.authenticate(String username,
String password,
String resource)
Performs SASL authentication of the specified user. |
String |
SASLAuthentication.authenticateAnonymously()
Performs ANONYMOUS SASL authentication. |
void |
AccountManager.changePassword(String newPassword)
Changes the password of the currently logged-in account. |
void |
XMPPConnection.connect()
Establishes a connection to the XMPP server and performs an automatic login only if the previous connection state was logged (authenticated). |
void |
AccountManager.createAccount(String username,
String password)
Creates a new account using the specified username and password. |
void |
AccountManager.createAccount(String username,
String password,
Map<String,String> attributes)
Creates a new account using the specified username, password and account attributes. |
void |
Roster.createEntry(String user,
String name,
String[] groups)
Creates a new roster entry and presence subscription. |
void |
PrivacyListManager.createPrivacyList(String listName,
List<PrivacyItem> privacyItems)
The client has created a new list. |
void |
PrivacyListManager.declineActiveList()
Client declines the use of active lists. |
void |
PrivacyListManager.declineDefaultList()
Client declines the use of default lists. |
void |
AccountManager.deleteAccount()
Deletes the currently logged-in account from the server. |
void |
PrivacyListManager.deletePrivacyList(String listName)
Remove a privacy list. |
PrivacyList |
PrivacyListManager.getActiveList()
Answer the active privacy list. |
PrivacyList |
PrivacyListManager.getDefaultList()
Answer the default privacy list. |
PrivacyList |
PrivacyListManager.getPrivacyList(String listName)
Answer the privacy list items under listName with the allowed and blocked permissions. |
PrivacyList[] |
PrivacyListManager.getPrivacyLists()
Answer every privacy list with the allowed and blocked permissions. |
void |
XMPPConnection.login(String username,
String password)
Logs in to the server using the strongest authentication mode supported by the server, then sets presence to available. |
void |
XMPPConnection.login(String username,
String password,
String resource)
Logs in to the server using the strongest authentication mode supported by the server. |
void |
XMPPConnection.loginAnonymously()
Logs in to the server anonymously. |
void |
RosterGroup.removeEntry(RosterEntry entry)
Removes a roster entry from this group. |
void |
Roster.removeEntry(RosterEntry entry)
Removes a roster entry from the roster. |
void |
Chat.sendMessage(Message message)
Sends a message to the other chat participant. |
void |
Chat.sendMessage(String text)
Sends the specified text as a message to the other chat participant. |
void |
PrivacyListManager.setActiveListName(String listName)
Set or change the active list to listName. |
void |
PrivacyListManager.setDefaultListName(String listName)
Set or change the default list to listName. |
void |
PrivacyListManager.updatePrivacyList(String listName,
List<PrivacyItem> privacyItems)
The client has edited an existing list. |
| Uses of XMPPException in org.jivesoftware.smack.sasl |
|---|
| Methods in org.jivesoftware.smack.sasl that throw XMPPException | |
|---|---|
protected void |
SASLMechanism.authenticate()
|
void |
SASLMechanism.authenticate(String username,
String host,
CallbackHandler cbh)
Builds and sends the auth stanza to the server. |
void |
SASLGSSAPIMechanism.authenticate(String username,
String host,
CallbackHandler cbh)
Builds and sends the auth stanza to the server. |
void |
SASLMechanism.authenticate(String username,
String host,
String password)
Builds and sends the auth stanza to the server. |
void |
SASLGSSAPIMechanism.authenticate(String username,
String host,
String password)
Builds and sends the auth stanza to the server. |
| Uses of XMPPException in org.jivesoftware.smackx |
|---|
| Methods in org.jivesoftware.smackx that throw XMPPException | |
|---|---|
boolean |
ServiceDiscoveryManager.canPublishItems(String entityID)
Returns true if the server supports publishing of items. |
void |
OfflineMessageManager.deleteMessages()
Deletes all offline messages of the user. |
void |
OfflineMessageManager.deleteMessages(List<String> nodes)
Deletes the specified list of offline messages. |
DiscoverInfo |
ServiceDiscoveryManager.discoverInfo(String entityID)
Returns the discovered information of a given XMPP entity addressed by its JID. |
DiscoverInfo |
ServiceDiscoveryManager.discoverInfo(String entityID,
String node)
Returns the discovered information of a given XMPP entity addressed by its JID and note attribute. |
DiscoverItems |
ServiceDiscoveryManager.discoverItems(String entityID)
Returns the discovered items of a given XMPP entity addressed by its JID. |
DiscoverItems |
ServiceDiscoveryManager.discoverItems(String entityID,
String node)
Returns the discovered items of a given XMPP entity addressed by its JID and note attribute. |
Iterator<OfflineMessageHeader> |
OfflineMessageManager.getHeaders()
Returns an iterator on OfflineMessageHeader that keep information about the offline message. |
static LastActivity |
LastActivityManager.getLastActivity(XMPPConnection con,
String jid)
Returns the last activity of a particular jid. |
int |
OfflineMessageManager.getMessageCount()
Returns the number of offline messages for the user of the connection. |
Iterator<Message> |
OfflineMessageManager.getMessages()
Returns an Iterator with all the offline Messages of the user. |
Iterator<Message> |
OfflineMessageManager.getMessages(List<String> nodes)
Returns an Iterator with the offline Messages whose stamp matches the specified request. |
PrivateData |
PrivateDataManager.getPrivateData(String elementName,
String namespace)
Returns the private data specified by the given element name and namespace. |
static List |
SharedGroupManager.getSharedGroups(XMPPConnection connection)
Returns the collection that will contain the name of the shared groups where the user logged in with the specified session belongs. |
void |
ServiceDiscoveryManager.publishItems(String entityID,
DiscoverItems discoverItems)
Publishes new items to a parent entity. |
void |
ServiceDiscoveryManager.publishItems(String entityID,
String node,
DiscoverItems discoverItems)
Publishes new items to a parent entity and node. |
static void |
MultipleRecipientManager.reply(XMPPConnection connection,
Message original,
Message reply)
Sends a reply to a previously received packet that was sent to multiple recipients. |
static void |
MultipleRecipientManager.send(XMPPConnection connection,
Packet packet,
List to,
List cc,
List bcc)
Sends the specified packet to the list of specified recipients using the specified connection. |
static void |
MultipleRecipientManager.send(XMPPConnection connection,
Packet packet,
List to,
List cc,
List bcc,
String replyTo,
String replyRoom,
boolean noReply)
Sends the specified packet to the list of specified recipients using the specified connection. |
void |
ChatStateManager.setCurrentState(ChatState newState,
Chat chat)
Sets the current state of the provided chat. |
void |
PrivateDataManager.setPrivateData(PrivateData privateData)
Sets a private data value. |
boolean |
OfflineMessageManager.supportsFlexibleRetrieval()
Returns true if the server supports Flexible Offline Message Retrieval. |
| Uses of XMPPException in org.jivesoftware.smackx.bookmark |
|---|
| Methods in org.jivesoftware.smackx.bookmark that throw XMPPException | |
|---|---|
void |
BookmarkManager.addBookmarkedConference(String name,
String jid,
boolean isAutoJoin,
String nickname,
String password)
Adds or updates a conference in the bookmarks. |
void |
BookmarkManager.addBookmarkedURL(String URL,
String name,
boolean isRSS)
Adds a new url or updates an already existing url in the bookmarks. |
Collection |
BookmarkManager.getBookmarkedConferences()
Returns all currently bookmarked conferences. |
Collection |
BookmarkManager.getBookmarkedURLs()
Returns an unmodifiable collection of all bookmarked urls. |
static BookmarkManager |
BookmarkManager.getBookmarkManager(XMPPConnection connection)
Returns the BookmarkManager for a connection, if it doesn't exist it is created. |
void |
BookmarkManager.removeBookmarkedConference(String jid)
Removes a conference from the bookmarks. |
void |
BookmarkManager.removeBookmarkedURL(String bookmarkURL)
Removes a url from the bookmarks. |
| Uses of XMPPException in org.jivesoftware.smackx.commands |
|---|
| Methods in org.jivesoftware.smackx.commands that throw XMPPException | |
|---|---|
void |
RemoteCommand.cancel()
|
abstract void |
AdHocCommand.cancel()
Cancels the execution of the command. |
void |
RemoteCommand.complete(Form form)
|
abstract void |
AdHocCommand.complete(Form response)
Completes the command execution with the information provided in the response. |
DiscoverItems |
AdHocCommandManager.discoverCommands(String jid)
Discover the commands of an specific JID. |
void |
RemoteCommand.execute()
|
abstract void |
AdHocCommand.execute()
Executes the command. |
void |
RemoteCommand.execute(Form form)
Executes the default action of the command with the information provided in the Form. |
void |
RemoteCommand.next(Form form)
|
abstract void |
AdHocCommand.next(Form response)
Executes the next action of the command with the information provided in the response. |
void |
RemoteCommand.prev()
|
abstract void |
AdHocCommand.prev()
Goes to the previous stage. |
void |
AdHocCommandManager.publishCommands(String jid)
Publish the commands to an specific JID. |
| Uses of XMPPException in org.jivesoftware.smackx.filetransfer |
|---|
| Methods in org.jivesoftware.smackx.filetransfer that throw XMPPException | |
|---|---|
abstract InputStream |
StreamNegotiator.createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process. |
InputStream |
Socks5TransferNegotiator.createIncomingStream(StreamInitiation initiation)
|
InputStream |
IBBTransferNegotiator.createIncomingStream(StreamInitiation initiation)
|
InputStream |
FaultTolerantNegotiator.createIncomingStream(StreamInitiation initiation)
|
abstract OutputStream |
StreamNegotiator.createOutgoingStream(String streamID,
String initiator,
String target)
This method handles the file upload stream negotiation process. |
OutputStream |
Socks5TransferNegotiator.createOutgoingStream(String streamID,
String initiator,
String target)
|
OutputStream |
IBBTransferNegotiator.createOutgoingStream(String streamID,
String initiator,
String target)
|
OutputStream |
FaultTolerantNegotiator.createOutgoingStream(String streamID,
String initiator,
String target)
|
StreamNegotiator |
FileTransferNegotiator.negotiateOutgoingTransfer(String userID,
String streamID,
String fileName,
long size,
String desc,
int responseTimeout)
Send a request to another user to send them a file. |
InputStream |
IncomingFileTransfer.recieveFile()
Negotiates the stream method to transfer the file over and then returns the negotiated stream. |
void |
IncomingFileTransfer.recieveFile(File file)
This method negotitates the stream and then transfer's the file over the negotiated stream. |
StreamNegotiator |
FileTransferNegotiator.selectStreamNegotiator(FileTransferRequest request)
Selects an appropriate stream negotiator after examining the incoming file transfer request. |
void |
OutgoingFileTransfer.sendFile(File file,
String description)
This method handles the stream negotiation process and transmits the file to the remote user. |
OutputStream |
OutgoingFileTransfer.sendFile(String fileName,
long fileSize,
String description)
This method handles the negotiation of the file transfer and the stream, it only returns the created stream after the negotiation has been completed. |
protected void |
FileTransfer.writeToStream(InputStream in,
OutputStream out)
|
| Uses of XMPPException in org.jivesoftware.smackx.muc |
|---|
| Methods in org.jivesoftware.smackx.muc that throw XMPPException | |
|---|---|
void |
MultiUserChat.banUser(String jid,
String reason)
Bans a user from the room. |
void |
MultiUserChat.banUsers(Collection<String> jids)
Bans users from the room. |
void |
MultiUserChat.changeNickname(String nickname)
Changes the occupant's nickname to a new nickname within the room. |
void |
MultiUserChat.changeSubject(String subject)
Changes the subject within the room. |
void |
MultiUserChat.create(String nickname)
Creates the room according to some default configuration, assign the requesting user as the room owner, and add the owner to the room but not allow anyone else to enter the room (effectively "locking" the room). |
void |
MultiUserChat.destroy(String reason,
String alternateJID)
Sends a request to the server to destroy the room. |
Collection<Affiliate> |
MultiUserChat.getAdmins()
Returns a collection of Affiliate with the room administrators. |
Form |
MultiUserChat.getConfigurationForm()
Returns the room's configuration form that the room's owner can use or null if no configuration is possible. |
static Collection<HostedRoom> |
MultiUserChat.getHostedRooms(XMPPConnection connection,
String serviceName)
Returns a collection of HostedRooms where each HostedRoom has the XMPP address of the room and the room's name. |
Collection<Affiliate> |
MultiUserChat.getMembers()
Returns a collection of Affiliate with the room members. |
Collection<Occupant> |
MultiUserChat.getModerators()
Returns a collection of Occupant with the room moderators. |
Collection<Affiliate> |
MultiUserChat.getOutcasts()
Returns a collection of Affiliate with the room outcasts. |
Collection<Affiliate> |
MultiUserChat.getOwners()
Returns a collection of Affiliate with the room owners. |
Collection<Occupant> |
MultiUserChat.getParticipants()
Returns a collection of Occupant with the room participants. |
Form |
MultiUserChat.getRegistrationForm()
Returns the room's registration form that an unaffiliated user, can use to become a member of the room or null if no registration is possible. |
static RoomInfo |
MultiUserChat.getRoomInfo(XMPPConnection connection,
String room)
Returns the discovered information of a given room without actually having to join the room. |
static Collection<String> |
MultiUserChat.getServiceNames(XMPPConnection connection)
Returns a collection with the XMPP addresses of the Multi-User Chat services. |
void |
MultiUserChat.grantAdmin(Collection<String> jids)
Grants administrator privileges to other users. |
void |
MultiUserChat.grantAdmin(String jid)
Grants administrator privileges to another user. |
void |
MultiUserChat.grantMembership(Collection<String> jids)
Grants membership to other users. |
void |
MultiUserChat.grantMembership(String jid)
Grants membership to a user. |
void |
MultiUserChat.grantModerator(Collection<String> nicknames)
Grants moderator privileges to participants or visitors. |
void |
MultiUserChat.grantModerator(String nickname)
Grants moderator privileges to a participant or visitor. |
void |
MultiUserChat.grantOwnership(Collection<String> jids)
Grants ownership privileges to other users. |
void |
MultiUserChat.grantOwnership(String jid)
Grants ownership privileges to another user. |
void |
MultiUserChat.grantVoice(Collection<String> nicknames)
Grants voice to visitors in the room. |
void |
MultiUserChat.grantVoice(String nickname)
Grants voice to a visitor in the room. |
void |
MultiUserChat.join(String nickname)
Joins the chat room using the specified nickname. |
void |
MultiUserChat.join(String nickname,
String password)
Joins the chat room using the specified nickname and password. |
void |
MultiUserChat.join(String nickname,
String password,
DiscussionHistory history,
long timeout)
Joins the chat room using the specified nickname and password. |
void |
MultiUserChat.kickParticipant(String nickname,
String reason)
Kicks a visitor or participant from the room. |
void |
MultiUserChat.revokeAdmin(Collection<String> jids)
Revokes administrator privileges from users. |
void |
MultiUserChat.revokeAdmin(String jid)
Revokes administrator privileges from a user. |
void |
MultiUserChat.revokeMembership(Collection<String> jids)
Revokes users' membership. |
void |
MultiUserChat.revokeMembership(String jid)
Revokes a user's membership. |
void |
MultiUserChat.revokeModerator(Collection<String> nicknames)
Revokes moderator privileges from other users. |
void |
MultiUserChat.revokeModerator(String nickname)
Revokes moderator privileges from another user. |
void |
MultiUserChat.revokeOwnership(Collection<String> jids)
Revokes ownership privileges from other users. |
void |
MultiUserChat.revokeOwnership(String jid)
Revokes ownership privileges from another user. |
void |
MultiUserChat.revokeVoice(Collection<String> nicknames)
Revokes voice from participants in the room. |
void |
MultiUserChat.revokeVoice(String nickname)
Revokes voice from a participant in the room. |
void |
MultiUserChat.sendConfigurationForm(Form form)
Sends the completed configuration form to the server. |
void |
MultiUserChat.sendMessage(Message message)
Sends a Message to the chat room. |
void |
MultiUserChat.sendMessage(String text)
Sends a message to the chat room. |
void |
MultiUserChat.sendRegistrationForm(Form form)
Sends the completed registration form to the server. |
| Uses of XMPPException in org.jivesoftware.smackx.packet |
|---|
| Methods in org.jivesoftware.smackx.packet that throw XMPPException | |
|---|---|
static LastActivity |
LastActivity.getLastActivity(XMPPConnection con,
String jid)
Deprecated. This method only retreives the lapsed time since the last logout of a particular jid. Replaced by getLastActivity |
void |
VCard.load(XMPPConnection connection)
Load VCard information for a connected user. |
void |
VCard.load(XMPPConnection connection,
String user)
Load VCard information for a given user. |
void |
VCard.save(XMPPConnection connection)
Save this vCard for the user connected by 'connection'. |
| Uses of XMPPException in org.jivesoftware.smackx.search |
|---|
| Methods in org.jivesoftware.smackx.search that throw XMPPException | |
|---|---|
Form |
UserSearchManager.getSearchForm(String searchService)
Returns the form to fill out to perform a search. |
Form |
UserSearch.getSearchForm(XMPPConnection con,
String searchService)
Returns the form for all search fields supported by the search service. |
ReportedData |
UserSearchManager.getSearchResults(Form searchForm,
String searchService)
Submits a search form to the server and returns the resulting information in the form of ReportedData |
Collection |
UserSearchManager.getSearchServices()
Returns a collection of search services found on the server. |
ReportedData |
UserSearch.sendSearchForm(XMPPConnection con,
Form searchForm,
String searchService)
Sends the filled out answer form to be sent and queried by the search service. |
ReportedData |
UserSearch.sendSimpleSearchForm(XMPPConnection con,
Form searchForm,
String searchService)
Sends the filled out answer form to be sent and queried by the search service. |
| Uses of XMPPException in org.jivesoftware.smackx.workgroup.agent |
|---|
| Methods in org.jivesoftware.smackx.workgroup.agent that throw XMPPException | |
|---|---|
void |
AgentSession.dequeueUser(String userID)
Removes a user from the workgroup queue. |
AgentChatHistory |
AgentSession.getAgentHistory(String jid,
int maxSessions,
Date startDate)
Retrieves the AgentChatHistory associated with a particular agent jid. |
Map |
AgentSession.getChatMetadata(String sessionID)
Query for metadata associated with a session id. |
GenericSettings |
AgentSession.getGenericSettings(XMPPConnection con,
String query)
Returns the generic metadata of the workgroup the agent belongs to. |
MacroGroup |
AgentSession.getMacros(boolean global)
Asks the workgroup for it's Global Macros. |
String |
Agent.getName()
Return the agents name. |
ChatNotes |
AgentSession.getNote(String sessionID)
Retrieves the ChatNote associated with a given chat session. |
OccupantsInfo |
AgentSession.getOccupantsInfo(String roomID)
Asks the workgroup for information about the occupants of the specified room. |
Form |
TranscriptSearchManager.getSearchForm(String serviceJID)
Returns the Form to use for searching transcripts. |
SearchSettings |
AgentSession.getSearchSettings()
Asks the workgroup for it's Search Settings. |
Transcript |
AgentSession.getTranscript(String sessionID)
Returns the full conversation transcript of a given session. |
Transcript |
TranscriptManager.getTranscript(String workgroupJID,
String sessionID)
Returns the full conversation transcript of a given session. |
Transcripts |
AgentSession.getTranscripts(String userID)
Returns the transcripts of a given user. |
Transcripts |
TranscriptManager.getTranscripts(String workgroupJID,
String userID)
Returns the transcripts of a given user. |
Form |
AgentSession.getTranscriptSearchForm()
Returns the Form to use for searching transcripts. |
static Collection |
Agent.getWorkgroups(String serviceJID,
String agentJID,
XMPPConnection connection)
|
boolean |
AgentSession.hasMonitorPrivileges(XMPPConnection con)
|
void |
AgentSession.makeRoomOwner(XMPPConnection con,
String sessionID)
|
void |
AgentSession.removeMetaData(String key)
Allows the removal of data from the agent's meta data, if the key represents existing data, the revised meta data will be rebroadcast in an agent's presence broadcast. |
void |
AgentSession.saveMacros(MacroGroup group)
Persists the Personal Macro for an agent. |
ReportedData |
AgentSession.searchTranscripts(Form completedForm)
Submits the completed form and returns the result of the transcript search. |
void |
AgentSession.sendRoomInvitation(RoomInvitation.Type type,
String invitee,
String sessionID,
String reason)
Invites a user or agent to an existing session support. |
void |
AgentSession.sendRoomTransfer(RoomTransfer.Type type,
String invitee,
String sessionID,
String reason)
Transfer an existing session support to another user or agent. |
void |
AgentSession.setMetaData(String key,
String val)
Allows the addition of a new key-value pair to the agent's meta data, if the value is new data, the revised meta data will be rebroadcast in an agent's presence broadcast. |
void |
Agent.setName(String newName)
Changes the name of the agent in the server. |
void |
AgentSession.setNote(String sessionID,
String note)
Creates a ChatNote that will be mapped to the given chat session. |
void |
AgentSession.setOnline(boolean online)
Sets whether the agent is online with the workgroup. |
void |
AgentSession.setStatus(Presence.Mode presenceMode,
int maxChats)
Sets the agent's current status with the workgroup. |
void |
AgentSession.setStatus(Presence.Mode presenceMode,
int maxChats,
String status)
Sets the agent's current status with the workgroup. |
void |
AgentSession.setStatus(Presence.Mode presenceMode,
String status)
Sets the agent's current status with the workgroup. |
ReportedData |
TranscriptSearchManager.submitSearch(String serviceJID,
Form completedForm)
Submits the completed form and returns the result of the transcript search. |
| Uses of XMPPException in org.jivesoftware.smackx.workgroup.user |
|---|
| Methods in org.jivesoftware.smackx.workgroup.user that throw XMPPException | |
|---|---|
void |
Workgroup.departQueue()
Departs the workgroup queue. |
ChatSetting |
Workgroup.getChatSetting(String key)
Returns a single chat setting based on it's identified key. |
ChatSettings |
Workgroup.getChatSettings()
Returns all ChatSettings. |
ChatSettings |
Workgroup.getChatSettings(int type)
Returns ChatSettings based on type. |
OfflineSettings |
Workgroup.getOfflineSettings()
Asks the workgroup for it's Offline Settings. |
SoundSettings |
Workgroup.getSoundSettings()
Asks the workgroup for it's Sound Settings. |
Form |
Workgroup.getWorkgroupForm()
Returns the Form to use for all clients of a workgroup. |
WorkgroupProperties |
Workgroup.getWorkgroupProperties()
Asks the workgroup for it's Properties |
WorkgroupProperties |
Workgroup.getWorkgroupProperties(String jid)
Asks the workgroup for it's Properties |
void |
Workgroup.joinQueue()
Joins the workgroup queue to wait to be routed to an agent. |
void |
Workgroup.joinQueue(Form answerForm)
Joins the workgroup queue to wait to be routed to an agent. |
void |
Workgroup.joinQueue(Form answerForm,
String userID)
Joins the workgroup queue to wait to be routed to an agent. |
void |
Workgroup.joinQueue(Map metadata,
String userID)
Joins the workgroup queue to wait to be routed to an agent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||