|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JID | |
com.realtime.xmpp | |
com.realtime.xmpp.dom | |
com.realtime.xmpp.tools | |
com.realtime.xmpp.types | |
com.realtime.xmpp.util |
Uses of JID in com.realtime.xmpp |
Methods in com.realtime.xmpp that return JID | |
JID |
XmppEndpoint.getComponentName()
Provide the name of this component. |
Uses of JID in com.realtime.xmpp.dom |
Fields in com.realtime.xmpp.dom declared as JID | |
protected JID |
DomXmppTool.RosterUpdater.m_contact
|
protected JID |
DomXmppTool.RosterUpdater.m_principal
|
Methods in com.realtime.xmpp.dom with parameters of type JID | |
void |
DomXmppTool.conveyPresence(JID principal,
JID contact)
Convey the presence information of the principal JID by sending info to the contact. |
void |
DomXmppTool.conveyPresence(JID principal,
JID contact)
Convey the presence information of the principal JID by sending info to the contact. |
void |
DomXmppTool.forceSubscribed(JID principal,
JID contact)
Convey the presence information of the principal JID by sending info to the contact. |
void |
DomXmppTool.forceSubscribed(JID principal,
JID contact)
Convey the presence information of the principal JID by sending info to the contact. |
XmppError |
DomXmppTool.rosterAdd(JID account,
JID contact,
java.lang.String sContactNick,
java.lang.String sSubscription,
java.lang.String sGroup,
java.lang.String sGroupTail)
Insert a new contact into a roster. |
XmppError |
DomXmppTool.rosterAdd(JID account,
JID contact,
java.lang.String sContactNick,
java.lang.String sSubscription,
java.lang.String sGroup,
java.lang.String sGroupTail)
Insert a new contact into a roster. |
protected boolean |
DomXmppTool.hasContact(org.dom4j.Element roster,
JID contact,
java.lang.String sGroupTail,
java.lang.String sSubscription)
Check to see if a roster contains a contact in a group. |
XmppError |
DomXmppTool.rosterRemove(JID principal,
JID contact,
java.lang.String sGroup,
boolean bTail)
Remove a contact from an accounts roster. |
XmppError |
DomXmppTool.rosterRemove(JID principal,
JID contact,
java.lang.String sGroup,
boolean bTail)
Remove a contact from an accounts roster. |
XmppError |
DomXmppTool.createAccount(JID account,
java.lang.String sPassword)
Create a new account with the given account name and password. |
static org.dom4j.Element |
DomPacketTools.createStanza(java.lang.String sName,
JID from,
JID to)
Create a request packet element. |
static org.dom4j.Element |
DomPacketTools.createStanza(java.lang.String sName,
JID from,
JID to)
Create a request packet element. |
Constructors in com.realtime.xmpp.dom with parameters of type JID | |
DomXmppTool.RosterUpdater(JID principal,
org.dom4j.Element updateTemplate,
JID contact)
|
|
DomXmppTool.RosterUpdater(JID principal,
org.dom4j.Element updateTemplate,
JID contact)
|
Uses of JID in com.realtime.xmpp.tools |
Methods in com.realtime.xmpp.tools with parameters of type JID | |
XmppMessage |
StanzaFactory.createMessage(JID from,
JID to,
java.lang.String sSubject,
java.lang.String sBody)
|
XmppMessage |
StanzaFactory.createMessage(JID from,
JID to,
java.lang.String sSubject,
java.lang.String sBody)
|
XmppError |
RosterTool.rosterRemove(JID principal,
JID contact,
java.lang.String sGroup,
boolean bTail)
Remove a contact from an accounts roster. |
XmppError |
RosterTool.rosterRemove(JID principal,
JID contact,
java.lang.String sGroup,
boolean bTail)
Remove a contact from an accounts roster. |
XmppError |
RosterTool.rosterAdd(JID account,
JID contact,
java.lang.String sContactNick,
java.lang.String sSubscription,
java.lang.String sGroup,
java.lang.String sGroupTail)
Insert a new contact into a roster. |
XmppError |
RosterTool.rosterAdd(JID account,
JID contact,
java.lang.String sContactNick,
java.lang.String sSubscription,
java.lang.String sGroup,
java.lang.String sGroupTail)
Insert a new contact into a roster. |
void |
PresenceTool.conveyPresence(JID principal,
JID contact)
Convey the presence information of the principal JID by sending info to the contact. |
void |
PresenceTool.conveyPresence(JID principal,
JID contact)
Convey the presence information of the principal JID by sending info to the contact. |
XmppError |
AccountTool.createAccount(JID account,
java.lang.String sPassword)
Create a new account with the given account name and password. |
Uses of JID in com.realtime.xmpp.types |
Methods in com.realtime.xmpp.types that return JID | |
JID |
XmppMessage.getFrom()
|
JID |
XmppMessage.getTo()
|
JID |
JID.pruneResource()
Provide a JID equivalent to this JID, but without the resource. |
JID |
JID.setResource(java.lang.String sResource)
Add a resource to a JID. |
Uses of JID in com.realtime.xmpp.util |
Methods in com.realtime.xmpp.util that return JID | |
JID |
RestartingEndpoint.getComponentName()
Provide the name of this component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |