Uses of Class
VASSAL.chat.jabber.JabberClient
| Package | Description |
|---|---|
| VASSAL.chat.jabber |
-
Uses of JabberClient in VASSAL.chat.jabber
Methods in VASSAL.chat.jabber with parameters of type JabberClient Modifier and Type Method Description JabberPlayerJabberPlayer.Manager. getPlayerByLogin(JabberClient client, String login)JabberRoomJabberRoom.Manager. getRoomByJID(JabberClient client, String jid)JabberRoomJabberRoom.Manager. getRoomByJID(JabberClient client, String jid, String defaultName)JabberRoomJabberRoom.Manager. getRoomByName(JabberClient client, String name)org.jivesoftware.smackx.muc.MultiUserChatJabberRoom. join(JabberClient client, JabberPlayer me)Constructors in VASSAL.chat.jabber with parameters of type JabberClient Constructor Description LockableJabberRoomControls(JabberClient client)