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 EntityBareJid
getXmppAddressOfChatPartner()
void
send(java.lang.CharSequence message)
void
send(Message message)
-
Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
-
-
-
Method Detail
-
send
public void send(java.lang.CharSequence message) throws SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
SmackException.NotConnectedException
java.lang.InterruptedException
-
send
public void send(Message message) throws SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
SmackException.NotConnectedException
java.lang.InterruptedException
-
getXmppAddressOfChatPartner
public EntityBareJid getXmppAddressOfChatPartner()
-
-