Package org.jivesoftware.smack.chat2
Class Chat
- java.lang.Object
-
- org.jivesoftware.smack.Manager
-
- org.jivesoftware.smack.chat2.Chat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityBareJidgetXmppAddressOfChatPartner()voidsend(CharSequence message)voidsend(Message message)-
Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
-
-
-
Method Detail
-
send
public void send(CharSequence message) throws SmackException.NotConnectedException, InterruptedException
-
send
public void send(Message message) throws SmackException.NotConnectedException, InterruptedException
-
getXmppAddressOfChatPartner
public EntityBareJid getXmppAddressOfChatPartner()
-
-