| Modifier and Type | Class and Description |
|---|---|
class |
XMPPException |
| Modifier and Type | Method and Description |
|---|---|
void |
XmppSessionLogic.SessionListener.onException(JaxmppException e) |
protected abstract void |
JaxmppCore.onException(JaxmppException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmppSessionLogic.beforeStart()
Method executed just before login process is started.
|
void |
SessionObject.checkHandlersTimeout()
Method for process
stanzas without response. |
void |
AbstractSessionObject.checkHandlersTimeout()
Method for process
stanzas without response. |
void |
ResponseManager.checkTimeouts() |
void |
SessionObject.clear()
Reset state.
|
void |
AbstractSessionObject.clear()
Reset state.
|
void |
SessionObject.clear(SessionObject.Scope... scopes)
Reset state.
|
void |
AbstractSessionObject.clear(SessionObject.Scope... scopes)
Reset state.
|
void |
AbstractSessionObject.clear(Set<SessionObject.Scope> scopes) |
Chat |
JaxmppCore.createChat(JID jid) |
abstract void |
JaxmppCore.disconnect() |
void |
AbstractSessionObject.fireEvent(BaseEvent event) |
void |
AbstractSessionObject.fireEvent(EventType eventType,
BaseEvent event) |
void |
AbstractSessionObject.fireEvent(EventType eventType,
SessionObject sessionObject) |
Runnable |
AbstractSessionObject.getResponseHandler(Element element,
PacketWriter writer) |
Runnable |
ResponseManager.getResponseHandler(Element element,
PacketWriter writer,
SessionObject sessionObject)
Returns handler for response of sent
stanza. |
void |
JaxmppCore.keepalive()
Whitespace ping.
|
void |
Connector.keepalive()
Whitespace ping.
|
abstract void |
JaxmppCore.login()
Connects to server.
|
void |
AsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error)
Called when received response has type error.
|
void |
XmppSessionLogic.SessionListener.onException(JaxmppException e) |
protected abstract void |
JaxmppCore.onException(JaxmppException e) |
protected abstract void |
JaxmppCore.onResourceBinded(ResourceBinderModule.ResourceBindEvent be) |
protected abstract void |
JaxmppCore.onStreamError(Connector.ConnectorEvent be) |
protected abstract void |
JaxmppCore.onStreamResumed(StreamManagementModule.StreamResumedEvent be) |
protected abstract void |
JaxmppCore.onStreamTerminated(Connector.ConnectorEvent be) |
void |
AsyncCallback.onSuccess(Stanza responseStanza)
Called when received response has type result.
|
void |
AsyncCallback.onTimeout()
Called when response wasn't received in given time.
|
protected abstract void |
AbstractStanzaHandler.process() |
void |
XmppModule.process(Element element)
Main method of module.
|
void |
Connector.restartStream() |
void |
Connector.send(Element stanza) |
void |
JaxmppCore.send(Stanza stanza) |
void |
JaxmppCore.send(Stanza stanza,
AsyncCallback asyncCallback) |
void |
JaxmppCore.send(Stanza stanza,
Long timeout,
AsyncCallback asyncCallback) |
void |
JaxmppCore.sendMessage(JID toJID,
String subject,
String message) |
void |
XmppSessionLogic.setSessionListener(XmppSessionLogic.SessionListener listener)
|
void |
Connector.start() |
void |
Connector.stop() |
void |
Connector.stop(boolean terminate) |
void |
XmppSessionLogic.unbind()
In this method implementation must unregister all previously registered
listeners.
|
void |
PacketWriter.write(Element stanza)
Write a element to Stream.
|
void |
PacketWriter.write(Element stanza,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with default
timeout.
|
void |
PacketWriter.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with given
timeout.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoshXmppSessionLogic.processException(JaxmppException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoshXmppSessionLogic.beforeStart() |
protected void |
AbstractBoshConnector.fireOnConnected(SessionObject sessionObject) |
protected void |
AbstractBoshConnector.fireOnError(int responseCode,
String responseData,
Element response,
Throwable caught,
SessionObject sessionObject) |
protected void |
AbstractBoshConnector.fireOnStanzaReceived(int responseCode,
String responseData,
Element response,
SessionObject sessionObject) |
protected void |
AbstractBoshConnector.fireOnTerminate(int responseCode,
String responseData,
Element response,
SessionObject sessionObject) |
void |
ConnectorWrapper.keepalive() |
void |
AbstractBoshConnector.keepalive() |
protected void |
AbstractBoshConnector.onError(BoshRequest request,
int responseCode,
String responseData,
Element response,
Throwable caught) |
protected void |
AbstractBoshConnector.onResponse(BoshRequest request,
int responseCode,
String responseData,
Element response) |
protected void |
AbstractBoshConnector.onTerminate(BoshRequest request,
int responseCode,
String responseData,
Element response) |
protected void |
BoshXmppSessionLogic.processException(JaxmppException e) |
protected void |
BoshXmppSessionLogic.processNonSaslEvent(NonSaslAuthModule.NonSaslAuthEvent be) |
void |
BoshXmppSessionLogic.processResourceBindEvent() |
protected void |
BoshXmppSessionLogic.processSaslEvent(SaslModule.SaslEvent be) |
protected abstract void |
AbstractBoshConnector.processSendData(Element element) |
protected void |
BoshXmppSessionLogic.processStreamFeatures(StreamFeaturesModule.StreamFeaturesReceivedEvent be) |
void |
ConnectorWrapper.restartStream() |
void |
AbstractBoshConnector.restartStream() |
void |
AbstractBoshConnector.send(byte[] buffer) |
void |
ConnectorWrapper.send(Element stanza) |
void |
AbstractBoshConnector.send(Element stanza) |
void |
BoshXmppSessionLogic.setSessionListener(XmppSessionLogic.SessionListener sessionListener) |
protected void |
AbstractBoshConnector.setStage(Connector.State state) |
void |
ConnectorWrapper.start() |
void |
AbstractBoshConnector.start() |
void |
ConnectorWrapper.stop() |
void |
AbstractBoshConnector.stop() |
void |
ConnectorWrapper.stop(boolean terminate) |
void |
AbstractBoshConnector.stop(boolean terminate) |
void |
BoshXmppSessionLogic.unbind() |
| Modifier and Type | Method and Description |
|---|---|
void |
Observable.fireEvent(BaseEvent event)
Fires an event.
|
void |
DefaultObservable.fireEvent(BaseEvent event)
Fires an event.
|
void |
Observable.fireEvent(EventType eventType,
BaseEvent event)
Fires an event.
|
void |
DefaultObservable.fireEvent(EventType eventType,
BaseEvent event)
Fires an event.
|
void |
Observable.fireEvent(EventType eventType,
SessionObject sessionObject)
Fires BaseEvent.
|
void |
DefaultObservable.fireEvent(EventType eventType,
SessionObject sessionObject)
Fires BaseEvent.
|
void |
Listener.handleEvent(E be)
Execuded when an event happends.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLException
Exception for XML errors.
|
| Constructor and Description |
|---|
JabberDataElement(Element x)
Creates instance of JabberDataElement and parse fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceBinderModule.bind() |
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
AsyncCallback callback)
Requests software version for given entity.
|
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
SoftwareVersionModule.SoftwareVersionAsyncCallback callback)
Requests software version for given entity.
|
void |
SessionEstablishmentModule.establish() |
void |
PingModule.ping(JID jid,
AsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
PingModule.ping(JID jidInstance,
PingModule.PingAsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
StreamFeaturesModule.process(Element element) |
void |
AbstractStanzaModule.process(Element element) |
void |
AbstractIQModule.process(Element $element) |
abstract void |
AbstractStanzaModule.process(T stanza)
Method for processing incoming stanza.
|
protected void |
SoftwareVersionModule.processGet(IQ element) |
protected void |
PingModule.processGet(IQ stanza) |
protected void |
BookmarksModule.processGet(IQ element) |
protected abstract void |
AbstractIQModule.processGet(IQ element)
Method for processing stanza
<iq type='get'>. |
protected void |
SoftwareVersionModule.processSet(IQ element) |
protected void |
BookmarksModule.processSet(IQ element) |
protected abstract void |
AbstractIQModule.processSet(IQ element)
Method for processing stanza
<iq type='set'>. |
void |
BookmarksModule.publishBookmarks(List<Element> bookmarks,
AsyncCallback callback)
Send list of bookmarks to private storage.
|
void |
BookmarksModule.retrieveBookmarks(BookmarksModule.BookmarksAsyncCallback callback)
Retrieve bookmarks from private storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdHocCommansModule.execute(JID toJID,
String node,
Action action,
JabberDataElement data,
AsyncCallback asyncCallback)
Calls ad-hoc command on remote resource.
|
void |
AdHocCommand.handle(AdHocRequest request,
AdHocResponse response)
Main method to handle ad-hoc requests.
|
protected abstract void |
AdHocCommansModule.AdHocCommansAsyncCallback.onResponseReceived(String sessionid,
String node,
State status,
JabberDataElement data)
Method called when response of ad-hoc command is received.
|
void |
AdHocCommansModule.AdHocCommansAsyncCallback.onSuccess(Stanza responseStanza)
Called when received response has type result.
|
protected void |
AdHocCommansModule.processGet(IQ element) |
protected void |
AdHocCommansModule.processSet(IQ element) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SaslModule.UnsupportedSaslMechanisms |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonSaslAuthModule.fireAuthStart(IQ iq) |
void |
SaslModule.login() |
void |
NonSaslAuthModule.login() |
void |
AuthModule.login() |
protected void |
NonSaslAuthModule.onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
protected void |
NonSaslAuthModule.onSuccess(Stanza responseStanza) |
protected void |
NonSaslAuthModule.onTimeout() |
void |
SaslModule.process(Element element) |
void |
AuthModule.process(Element element) |
protected void |
SaslModule.processChallenge(Element element) |
protected void |
SaslModule.processFailure(Element element) |
protected void |
NonSaslAuthModule.processGet(IQ element) |
protected void |
NonSaslAuthModule.processSet(IQ element) |
protected void |
SaslModule.processSuccess(Element element) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageModule.close(Chat chat)
Destroy chat object.
|
boolean |
AbstractChatManager.close(Chat chat) |
Chat |
MessageModule.createChat(JID jid)
Creates new chat object.
|
Chat |
AbstractChatManager.createChat(JID jid) |
void |
MessageCarbonsModule.disable(AsyncCallback callback)
Disable carbons.
|
void |
MessageCarbonsModule.enable(AsyncCallback callback)
Enable carbons.
|
void |
AbstractChatManager.onSessionObjectCleared(SessionObject sessionObject,
Set<SessionObject.Scope> scopes) |
void |
MessageModule.process(Message element)
Method for processing incoming stanza.
|
void |
MessageCarbonsModule.process(Message message) |
Chat |
AbstractChatManager.process(Message message,
JID interlocutorJid,
Observable observable) |
Chat |
AbstractChatManager.process(Message message,
Observable observable) |
protected void |
MessageCarbonsModule.processReceivedCarbon(Message message,
Element carb) |
protected void |
MessageCarbonsModule.processSentCarbon(Message message,
Element carb) |
void |
MessageModule.sendMessage(JID toJID,
String subject,
String message)
Sends message.
|
Message |
Chat.sendMessage(String body)
Sends message in current chat.
|
void |
Chat.setLocalChatState(ChatState state) |
protected boolean |
AbstractChatManager.update(Chat chat,
JID fromJid,
String threadId) |
| Modifier and Type | Method and Description |
|---|---|
String |
ConnectionEndpoint.getHost() |
JID |
ConnectionEndpoint.getJid() |
Integer |
ConnectionEndpoint.getPort() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoInfoModule.discoverServerFeatures(DiscoInfoModule.DiscoInfoAsyncCallback callback) |
void |
DiscoInfoModule.getInfo(JID jid,
DiscoInfoModule.DiscoInfoAsyncCallback callback) |
void |
DiscoInfoModule.getInfo(JID jid,
String node,
AsyncCallback callback) |
void |
DiscoInfoModule.getInfo(JID jid,
String node,
DiscoInfoModule.DiscoInfoAsyncCallback callback) |
void |
DiscoItemsModule.getItems(JID jid,
AsyncCallback callback) |
void |
DiscoItemsModule.getItems(JID jid,
DiscoItemsModule.DiscoItemsAsyncCallback callback) |
void |
DiscoItemsModule.getItems(JID jid,
String node,
AsyncCallback callback) |
protected void |
DiscoItemsModule.processGet(IQ element) |
protected void |
DiscoInfoModule.processGet(IQ element) |
protected void |
DiscoItemsModule.processSet(IQ element) |
protected void |
DiscoInfoModule.processSet(IQ element) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileTransferModule.acceptStreamInitiation(FileTransfer ft,
String id,
String streamMethod) |
void |
FileTransferModule.process(Element element) |
void |
FileTransferModule.process(IQ iq) |
void |
FileTransferModule.rejectStreamInitiation(FileTransfer ft,
String id) |
void |
FileTransferModule.sendNoValidStreams(FileTransferRequestEvent be) |
void |
FileTransferModule.sendStreamInitiationOffer(FileTransfer ft,
String[] streamMethods,
StreamInitiationOfferAsyncCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
JingleModule.acceptSession(JID jid,
String sid,
String name,
Element description,
List<Transport> transports) |
List<Candidate> |
Transport.getCandidates() |
void |
JingleModule.initiateSession(JID jid,
String sid,
String name,
Element description,
List<Transport> transports) |
void |
JingleModule.process(Element element) |
protected void |
JingleModule.processIq(IQ iq) |
void |
JingleModule.terminateSession(JID jid,
String sid,
JID initiator) |
void |
JingleModule.transportInfo(JID recipient,
JID initiator,
String sid,
Element content) |
| Constructor and Description |
|---|
Candidate(Element elem) |
Candidate(String cid,
String host,
Integer port,
JID jid,
Integer priority,
Candidate.Type type) |
Transport(Element elem) |
Transport(String xmlns,
String sid,
Transport.Mode mode) |
Transport(String xmlns,
String sid,
Transport.Mode mode,
String dstaddr) |
| Modifier and Type | Method and Description |
|---|---|
void |
MucModule.declineInvitation(MucModule.InvitationEvent invitation,
String reasonMsg) |
void |
MucModule.destroy(Room room) |
void |
MucModule.enable(Room room) |
void |
MucModule.invite(Room room,
JID inviteeJID,
String reason)
Sends mediated invitation.
|
void |
MucModule.inviteDirectly(Room room,
JID inviteeJID,
String reason,
String threadId) |
Room |
MucModule.join(MucModule.InvitationEvent invitation,
String nickname) |
Room |
MucModule.join(String roomName,
String mucServer,
String nickname) |
Room |
MucModule.join(String roomName,
String mucServer,
String nickname,
String password) |
void |
MucModule.leave(Room room) |
protected void |
MucModule.onNetworkDisconnected() |
protected void |
MucModule.onSessionObjectCleared(SessionObject sessionObject,
Set<SessionObject.Scope> scopes) |
void |
MucModule.process(Stanza element) |
protected void |
MucModule.processDirectInvitationMessage(Message message) |
protected void |
MucModule.processInvitationDeclinedMessage(Message message) |
protected void |
MucModule.processMediatedInvitationMessage(Message message) |
protected void |
MucModule.processMessage(Message element) |
protected void |
MucModule.processPresence(Presence element) |
Presence |
Room.rejoin() |
void |
Room.sendMessage(String body) |
void |
Room.setLocalChatState(ChatState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
PresenceStore.clear()
Removes all known presence information.
|
protected void |
PresenceModule.contactOffline(JID jid) |
protected boolean |
PresenceModule.fireBeforePresenceSend(Presence presence) |
void |
PresenceModule.process(Presence presence) |
void |
PresenceModule.sendInitialPresence() |
void |
PresenceStore.setPresence(Presence.Show show,
String status,
Integer priority) |
void |
PresenceModule.setPresence(Presence.Show show,
String status,
Integer priority)
Sends own presence.
|
void |
PresenceModule.subscribe(JID jid)
Subscribe for presence.
|
void |
PresenceModule.subscribed(JID jid) |
void |
PresenceModule.unsubscribe(JID jid) |
void |
PresenceModule.unsubscribed(JID jid) |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubModule.configureNode(BareJID pubSubJID,
String nodeName,
JabberDataElement configuration,
AsyncCallback callback)
Submit configuration of node.
|
void |
PubSubModule.configureNode(BareJID pubSubJID,
String nodeName,
JabberDataElement configuration,
PubSubAsyncCallback callback)
Submit configuration of node.
|
void |
PubSubModule.configureSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement form,
AsyncCallback callback)
Submit configuration of subscription.
|
void |
PubSubModule.configureSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement form,
PubSubAsyncCallback callback)
Submit configuration of subscription.
|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
JabberDataElement nodeConfiguration,
AsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
JabberDataElement nodeConfiguration,
PubSubAsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
PubSubAsyncCallback callback)
Create node on PubSub Service.
|
static JabberDataElement |
PubSubModule.createNodeConfiguration()
Create empty
jabber:x:data element prepared to submit. |
void |
PubSubModule.deleteAffiliation(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubAsyncCallback callback)
Delete an entity from the affiliations list.
|
void |
PubSubModule.deleteItem(BareJID pubSubJID,
String nodeName,
String itemId,
AsyncCallback callback)
Delete published item.
|
void |
PubSubModule.deleteItem(BareJID pubSubJID,
String nodeName,
String itemId,
PubSubAsyncCallback callback)
Delete published item.
|
void |
PubSubModule.deleteNode(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Delete node from PubSub service.
|
void |
PubSubModule.deleteNode(BareJID pubSubJID,
String nodeName,
PubSubAsyncCallback callback)
Delete node from PubSub service.
|
void |
PubSubModule.deleteSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubAsyncCallback callback)
Delete subscriber.
|
protected void |
PubSubModule.fireNotificationReceived(Message message,
String nodeName,
String itemType,
String itemId,
Element payload,
Date delayTime) |
void |
PubSubModule.getDefaultSubscriptionConfiguration(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Gets default subscription configuration.
|
void |
PubSubModule.getDefaultSubscriptionConfiguration(BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionOptionsAsyncCallback callback)
Gets default subscription configuration.
|
void |
PubSubModule.getNodeConfiguration(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Get node configuration.
|
void |
PubSubModule.getNodeConfiguration(BareJID pubSubJID,
String nodeName,
PubSubModule.NodeConfigurationAsyncCallback callback)
Get node configuration.
|
void |
PubSubModule.getNodeConfigurationDefault(BareJID pubSubJID,
AsyncCallback callback)
Get default node configuration.
|
void |
PubSubModule.getNodeConfigurationDefault(BareJID pubSubJID,
PubSubModule.NodeConfigurationAsyncCallback callback)
Get default node configuration.
|
void |
PubSubModule.getSubscriptionConfiguration(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
AsyncCallback callback)
Get subscription options.
|
void |
PubSubModule.getSubscriptionConfiguration(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubModule.SubscriptionOptionsAsyncCallback callback)
Get subscriptions options.
|
protected abstract void |
PubSubAsyncCallback.onEror(IQ response,
XMPPException.ErrorCondition errorCondition,
PubSubErrorCondition pubSubErrorCondition) |
void |
PubSubAsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition errorCondition) |
void |
PubSubModule.AffiliationsRetrieveAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.NodeConfigurationAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.PublishAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.RetrieveItemsAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.RetrieveMultiItemsAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.SubscriptionAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.SubscriptionOptionsAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.SubscriptionsRetrieveAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.process(Message message)
Method for processing incoming stanza.
|
void |
PubSubModule.publishItem(BareJID pubSubJID,
String nodeName,
String itemId,
Element payload,
AsyncCallback callback)
Publish item in PubSub service.
|
void |
PubSubModule.publishItem(BareJID pubSubJID,
String nodeName,
String itemId,
Element payload,
PubSubModule.PublishAsyncCallback callback)
Publish item in PubSub service.
|
void |
PubSubModule.purge(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Purge the node of all published items.
|
void |
PubSubModule.purge(BareJID pubSubJID,
String nodeName,
PubSubAsyncCallback callback)
Purge the node of all published items.
|
void |
PubSubModule.retrieveAffiliations(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve affiliations.
|
void |
PubSubModule.retrieveAffiliations(BareJID pubSubJID,
String nodeName,
PubSubModule.AffiliationsRetrieveAsyncCallback callback)
Retrieve affiliations.
|
protected void |
PubSubModule.retrieveAffiliations(BareJID pubSubJID,
String nodeName,
String xmlns,
AsyncCallback callback) |
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Gets ALL published items from node.
|
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
PubSubModule.RetrieveItemsAsyncCallback callback)
Gets ALL published items from node.
|
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
String itemId,
AsyncCallback callback)
Gets published item from node.
|
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
String itemId,
Integer maxItems,
AsyncCallback callback)
Gets published item(s) from node.
|
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
String itemId,
PubSubModule.RetrieveItemsAsyncCallback callback)
Gets published item from node.
|
void |
PubSubModule.retrieveItems(BareJID pubSubJID,
Integer max,
Date after,
PubSubModule.RetrieveMultiItemsAsyncCallback callback)
Gets published item(s) from all subscribed noded.
|
void |
PubSubModule.retrieveItems(BareJID pubSubJID,
Integer max,
Integer index,
Date after,
PubSubModule.RetrieveMultiItemsAsyncCallback callback)
Gets published item(s) from all subscribed noded.
|
void |
PubSubModule.retrieveItems(BareJID pubSubJID,
String nodeName,
Integer max,
Integer index,
Date after,
AsyncCallback callback)
Gets published item(s) from node.
|
void |
PubSubModule.retrieveOwnAffiliations(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve own affiliations.
|
void |
PubSubModule.retrieveOwnAffiliations(BareJID pubSubJID,
String nodeName,
PubSubModule.AffiliationsRetrieveAsyncCallback callback)
Retrieve own affiliations.
|
void |
PubSubModule.retrieveOwnSubscription(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve own subscriptions.
|
void |
PubSubModule.retrieveOwnSubscription(BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionsRetrieveAsyncCallback callback)
Retrieve own subscriptions.
|
void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve all subscriptions of given node.
|
void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionFilterExtension filterExt,
AsyncCallback callback)
Retrieve all subscriptions of given node.
|
void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionsRetrieveAsyncCallback callback)
Retrieve all subscriptions of given node.
|
protected void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
String xmlns,
PubSubModule.SubscriptionFilterExtension filterExt,
AsyncCallback callback) |
void |
PubSubModule.setAffiliation(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
Affiliation affiliation,
PubSubAsyncCallback callback)
Modify or set affiliation.
|
void |
PubSubModule.setAffiliation(BareJID pubSubJID,
String nodeName,
PubSubModule.AffiliationElement[] affiliationElements,
PubSubAsyncCallback callback)
Modify or set multiple affiliations.
|
void |
PubSubModule.setSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
Subscription subscription,
PubSubAsyncCallback callback)
Modify or set subscription.
|
void |
PubSubModule.setSubscription(BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionElement[] subscriptionElements,
PubSubAsyncCallback callback)
Modify or set multiple subscriptions.
|
void |
FormSubmitter.submit(AsyncCallback callback) |
void |
PubSubModule.subscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement options,
AsyncCallback callback)
Subscribe to a Node.
|
void |
PubSubModule.subscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement options,
PubSubModule.SubscriptionAsyncCallback callback)
Subscribe to a Node.
|
void |
PubSubModule.subscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubModule.SubscriptionAsyncCallback callback)
Subscribe to a Node.
|
void |
PubSubModule.unlockItem(BareJID pubSubJID,
String nodeName,
String itemId,
AsyncCallback callback)
Unlock assigned item.
|
void |
PubSubModule.unlockItem(BareJID pubSubJID,
String nodeName,
String itemId,
PubSubAsyncCallback callback)
Unlock assigned item.
|
void |
PubSubModule.unsubscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
AsyncCallback callback)
Unsubscribe from a Node.
|
void |
PubSubModule.unsubscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubAsyncCallback callback)
Unsubscribe from a Node.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
InBandRegistrationModule.isRegistrationAvailable(SessionObject sessionObject) |
protected void |
InBandRegistrationModule.processGet(IQ element) |
protected void |
InBandRegistrationModule.processSet(IQ element) |
void |
InBandRegistrationModule.register(String username,
String password,
String email,
AsyncCallback asyncCallback) |
void |
InBandRegistrationModule.removeAccount(AsyncCallback asyncCallback) |
void |
InBandRegistrationModule.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
RosterStore.add(BareJID jid,
String name,
AsyncCallback asyncCallback)
Adds new contact to roster.
|
void |
RosterStore.add(BareJID jid,
String name,
Collection<String> groups,
AsyncCallback asyncCallback)
Adds new contact to roster.
|
protected void |
RosterModule.add(BareJID jid,
String name,
Collection<String> groups,
AsyncCallback asyncCallback) |
void |
RosterStore.add(BareJID jid,
String name,
String[] groups,
AsyncCallback asyncCallback)
Adds new contact to roster.
|
protected void |
RosterModule.processSet(IQ stanza) |
void |
RosterStore.remove(BareJID jid)
Removes buddy from roster.
|
protected void |
RosterModule.remove(BareJID jid) |
void |
RosterModule.rosterRequest()
Requests for roster.
|
void |
RosterStore.update(RosterItem item)
Sends changed RosterItem to server.
|
protected void |
RosterModule.update(RosterItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamInitiationOfferAsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
void |
StreamhostUsedCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
abstract void |
StreamhostsCallback.onStreamhosts(List<Streamhost> hosts) |
void |
StreamInitiationOfferAsyncCallback.onSuccess(Stanza stanza) |
void |
StreamhostUsedCallback.onSuccess(Stanza responseStanza) |
void |
StreamhostsCallback.onSuccess(Stanza stanza) |
void |
StreamhostUsedCallback.onTimeout() |
void |
Socks5BytestreamsModule.process(Element element) |
void |
Socks5BytestreamsModule.process(IQ iq) |
void |
Socks5BytestreamsModule.requestActivate(JID host,
String sid,
JID jid,
Socks5BytestreamsModule.ActivateCallback callback) |
void |
Socks5BytestreamsModule.requestStreamhosts(JID host,
StreamhostsCallback callback) |
void |
Socks5BytestreamsModule.sendStreamhosts(JID recipient,
String sid,
List<Streamhost> hosts,
AsyncCallback callback) |
void |
Socks5BytestreamsModule.sendStreamhostUsed(JID to,
String id,
String sid,
Streamhost streamhost) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamManagementModule.enable()
Client enables stream management.
|
static boolean |
StreamManagementModule.isStreamManagementAvailable(SessionObject sessionObject) |
void |
StreamManagementModule.process(Element element) |
void |
StreamManagementModule.processOutgoingElement(Element element) |
void |
StreamManagementModule.request()
Request acknowledgement of received stanzas.
|
void |
StreamManagementModule.resume() |
| Modifier and Type | Method and Description |
|---|---|
void |
VCardModule.process(Stanza element) |
void |
VCardModule.retrieveVCard(JID jid,
AsyncCallback asyncCallback) |
void |
VCardModule.retrieveVCard(JID jid,
Long timeout,
AsyncCallback asyncCallback) |
void |
VCardModule.retrieveVCard(JID jid,
VCardModule.VCardAsyncCallback asyncCallback) |
void |
VCardModule.setVCard(VCard vc,
AsyncCallback asyncCallback) |
void |
VCardModule.setVCard(VCard vc,
Long timeout,
AsyncCallback asyncCallback) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Stanza.UnkownStanzaTypeException |
| Modifier and Type | Method and Description |
|---|---|
static Stanza |
Stanza.create(Element element)
Creates new stanza.
|
Copyright © 2006–2014 Tigase. All rights reserved.