Class Chat

java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smack.chat2.Chat

public final class Chat extends org.jivesoftware.smack.Manager
  • Method Details

    • send

      public void send(CharSequence message) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Throws:
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
    • send

      public void send(org.jivesoftware.smack.packet.Message message) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Throws:
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
    • getXmppAddressOfChatPartner

      public org.jxmpp.jid.EntityBareJid getXmppAddressOfChatPartner()