Class ChatSession.ChatPartnerEvent

    • Method Detail

      • getNewChatPartner

        public final Jid getNewChatPartner()
        Gets the JID of the new chat partner. Will never be null.
        Returns:
        The JID of the new chat partner.
        See Also:
        getOldChatPartner()
      • getOldChatPartner

        public final Jid getOldChatPartner()
        Gets the JID of the old chat partner. Will never be null.
        Returns:
        The JID of the old chat partner.
        See Also:
        getNewChatPartner()