Package org.jivesoftware.smack.chat2
Class Chat
- java.lang.Object
-
- org.jivesoftware.smack.Manager
-
- org.jivesoftware.smack.chat2.Chat
-
public final class Chat extends org.jivesoftware.smack.Manager
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jxmpp.jid.EntityBareJidgetXmppAddressOfChatPartner()voidsend(java.lang.CharSequence message)voidsend(org.jivesoftware.smack.packet.Message message)
-
-
-
Method Detail
-
send
public void send(java.lang.CharSequence message) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
send
public void send(org.jivesoftware.smack.packet.Message message) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
getXmppAddressOfChatPartner
public org.jxmpp.jid.EntityBareJid getXmppAddressOfChatPartner()
-
-