Class 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.EntityBareJid getXmppAddressOfChatPartner()  
      void send​(java.lang.CharSequence message)  
      void send​(org.jivesoftware.smack.packet.Message message)  
      • Methods inherited from class org.jivesoftware.smack.Manager

        connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • send

        public void send​(java.lang.CharSequence message)
                  throws org.jivesoftware.smack.SmackException.NotConnectedException,
                         java.lang.InterruptedException
        Throws:
        org.jivesoftware.smack.SmackException.NotConnectedException
        java.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.NotConnectedException
        java.lang.InterruptedException
      • getXmppAddressOfChatPartner

        public org.jxmpp.jid.EntityBareJid getXmppAddressOfChatPartner()