| Modifier and Type | Method and Description |
|---|---|
JID |
SessionObject.getBindedJid()
Returns users JID binded on server.
|
JID |
AbstractSessionObject.getBindedJid()
Returns users JID binded on server.
|
static JID |
JID.jidInstance(BareJID bareJid)
|
static JID |
JID.jidInstance(BareJID bareJid,
String p_resource)
Creates intance of
JID. |
static JID |
JID.jidInstance(String jid)
Creates intance of
JID. |
static JID |
JID.jidInstance(String localpart,
String domain)
Creates intance of
JID. |
static JID |
JID.jidInstance(String localpart,
String domain,
String resource)
Creates intance of
JID. |
| Modifier and Type | Method and Description |
|---|---|
int |
JID.compareTo(JID o) |
Chat |
JaxmppCore.createChat(JID jid) |
void |
JaxmppCore.sendMessage(JID toJID,
String subject,
String message) |
| Constructor and Description |
|---|
ResponseManager.Entry(JID jid,
long timestamp,
long timeout,
AsyncCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
JID |
JidSingleField.getFieldValue()
Returns value of field.
|
JID[] |
JidMultiField.getFieldValue()
Returns value of field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JidMultiField.addFieldValue(JID... value)
Add value to field.
|
JidMultiField |
JabberDataElement.addJidMultiField(String var,
JID... value)
Adds jid-multi field to form.
|
JidSingleField |
JabberDataElement.addJidSingleField(String var,
JID value)
Adds jid-single field to form.
|
void |
JidSingleField.setFieldValue(JID value)
Sets value of field.
|
void |
JidMultiField.setFieldValue(JID[] value)
Sets value of field.
|
| Modifier and Type | Method and Description |
|---|---|
JID |
ResourceBinderModule.ResourceBindEvent.getJid() |
| Modifier and Type | Method and Description |
|---|---|
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 |
PingModule.ping(JID jid,
AsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
PingModule.ping(JID jidInstance,
PingModule.PingAsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
ResourceBinderModule.ResourceBindEvent.setJid(JID jid) |
| 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.
|
boolean |
AdHocCommand.isAllowed(JID jid)
This method allows to authorization sender.
|
| Modifier and Type | Method and Description |
|---|---|
JID |
Chat.getJid()
Returns interlocutor JID.
|
| Modifier and Type | Method and Description |
|---|---|
Chat |
MessageModule.createChat(JID jid)
Creates new chat object.
|
Chat |
AbstractChatManager.createChat(JID jid) |
protected abstract Chat |
AbstractChatManager.createChatInstance(JID fromJid,
String threadId) |
protected Chat |
AbstractChatManager.getChat(JID jid,
String threadId) |
Chat |
JidOnlyChatSelector.getChat(List<Chat> chats,
JID jid,
String threadId) |
Chat |
DefaultChatSelector.getChat(List<Chat> chats,
JID jid,
String threadId) |
Chat |
ChatSelector.getChat(List<Chat> chats,
JID jid,
String threadId)
Selects chat from list based on specified JID and thread id.
|
Chat |
AbstractChatManager.process(Message message,
JID interlocutorJid,
Observable observable) |
void |
MessageModule.sendMessage(JID toJID,
String subject,
String message)
Sends message.
|
void |
Chat.setJid(JID jid)
Sets interlocutor JID.
|
protected boolean |
AbstractChatManager.update(Chat chat,
JID fromJid,
String threadId) |
| Modifier and Type | Method and Description |
|---|---|
JID |
ConnectionEndpoint.getJid() |
JID |
ConnectionSession.getPeer() |
| Constructor and Description |
|---|
ConnectionSession(SessionObject sessionObject,
JID peer,
String sid,
boolean tcp) |
| Modifier and Type | Method and Description |
|---|---|
JID |
DiscoItemsModule.Item.getJid() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
DiscoItemsModule.Item.setJid(JID jid) |
| Constructor and Description |
|---|
FileTransfer(SessionObject sessionObject,
JID peer,
String sid) |
| Modifier and Type | Method and Description |
|---|---|
JID |
Candidate.getJid() |
JID |
JingleModule.JingleSessionEvent.getSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
JingleModule.acceptSession(JID jid,
String sid,
String name,
Element description,
List<Transport> transports) |
void |
JingleModule.initiateSession(JID jid,
String sid,
String name,
Element description,
List<Transport> transports) |
void |
JingleModule.terminateSession(JID jid,
String sid,
JID initiator) |
void |
JingleModule.transportInfo(JID recipient,
JID initiator,
String sid,
Element content) |
| Constructor and Description |
|---|
Candidate(String cid,
String host,
Integer port,
JID jid,
Integer priority,
Candidate.Type type) |
JingleModule.JingleSessionAcceptEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
List<Transport> transports) |
JingleModule.JingleSessionEvent(EventType type,
SessionObject sessionObject,
JID sender,
String sid) |
JingleModule.JingleSessionInfoEvent(SessionObject sessionObject,
JID sender,
String sid,
List<Element> content) |
JingleModule.JingleSessionInitiationEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
List<Transport> transports) |
JingleModule.JingleSessionTerminateEvent(SessionObject sessionObject,
JID sender,
String sid) |
JingleModule.JingleTransportInfoEvent(SessionObject sessionObject,
JID sender,
String sid,
Element content) |
| Modifier and Type | Method and Description |
|---|---|
JID |
MucModule.InvitationDeclinedEvent.getInviteeJID() |
JID |
MucModule.InvitationEvent.getInviterJID() |
JID |
XMucUserElement.getJID() |
JID |
MucModule.InvitationDeclinedEvent.getRoomJID() |
| Modifier and Type | Method and Description |
|---|---|
void |
MucModule.invite(Room room,
JID inviteeJID,
String reason)
Sends mediated invitation.
|
void |
MucModule.inviteDirectly(Room room,
JID inviteeJID,
String reason,
String threadId) |
void |
MucModule.InvitationDeclinedEvent.setInviteeJID(JID inviteeJID) |
void |
MucModule.InvitationEvent.setInviterJID(JID jidInstance) |
void |
MucModule.InvitationDeclinedEvent.setRoomJID(JID roomJID) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<JID,Presence> |
PresenceStore.presenceByJid |
| Modifier and Type | Method and Description |
|---|---|
JID |
PresenceModule.PresenceEvent.getJid()
Returns JID of entity related to presence event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PresenceModule.contactOffline(JID jid) |
Presence |
PresenceStore.getPresence(JID jid)
Returns presence stanza of given JID.
|
void |
PresenceModule.PresenceEvent.setJid(JID jid) |
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 | Field and Description |
|---|---|
protected JID |
FormSubmitter.serviceJID |
| Modifier and Type | Method and Description |
|---|---|
JID |
PubSubModule.AffiliationElement.getJID() |
JID |
PubSubModule.SubscriptionElement.getJID() |
JID |
PubSubModule.PubSubEvent.getPubSubJID() |
| Modifier and Type | Method and Description |
|---|---|
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.deleteAffiliation(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubAsyncCallback callback)
Delete an entity from the affiliations list.
|
void |
PubSubModule.deleteSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
PubSubAsyncCallback callback)
Delete subscriber.
|
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 |
PubSubModule.SubscriptionOptionsAsyncCallback.onReceiveConfiguration(IQ responseStanza,
String node,
JID jid,
JabberDataElement form) |
void |
PubSubModule.setAffiliation(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
Affiliation affiliation,
PubSubAsyncCallback callback)
Modify or set affiliation.
|
void |
PubSubModule.AffiliationElement.setJID(JID subscriberJID) |
void |
PubSubModule.SubscriptionElement.setJID(JID subscriberJID) |
void |
PubSubModule.PubSubEvent.setPubSubJID(JID pubSubJID) |
void |
PubSubModule.setSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
Subscription subscription,
PubSubAsyncCallback callback)
Modify or set subscription.
|
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.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.
|
| Constructor and Description |
|---|
FormSubmitter(SessionObject sessionObject,
PacketWriter packetWriter,
JID serviceJID,
JabberDataElement form) |
| Modifier and Type | Method and Description |
|---|---|
JID |
StreamhostsEvent.getFrom() |
JID |
Streamhost.getJid() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
StreamhostsEvent.setFrom(JID from) |
| Modifier and Type | Method and Description |
|---|---|
void |
VCardModule.retrieveVCard(JID jid,
AsyncCallback asyncCallback) |
void |
VCardModule.retrieveVCard(JID jid,
Long timeout,
AsyncCallback asyncCallback) |
void |
VCardModule.retrieveVCard(JID jid,
VCardModule.VCardAsyncCallback asyncCallback) |
| Modifier and Type | Method and Description |
|---|---|
JID |
Stanza.getFrom()
Returns 'from' attribute.
|
JID |
Stanza.getTo()
Returns 'to' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stanza.setFrom(JID jid)
Sets 'from' attribute.
|
void |
Stanza.setTo(JID jid)
Sets 'to' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
JID |
XmppDelay.getFrom() |
Copyright © 2006–2014 Tigase. All rights reserved.