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
Modifier and TypeMethodDescriptionorg.jxmpp.jid.EntityBareJidvoidsend(CharSequence message) voidsend(org.jivesoftware.smack.packet.Message message) Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
Method Details
-
send
public void send(CharSequence message) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-
send
public void send(org.jivesoftware.smack.packet.Message message) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-
getXmppAddressOfChatPartner
public org.jxmpp.jid.EntityBareJid getXmppAddressOfChatPartner()
-