Class and Description |
---|
org.jivesoftware.smack.chat.Chat
use
org.jivesoftware.smack.chat2.Chat from smack-extensions instead. |
org.jivesoftware.smack.chat.ChatManager
use
org.jivesoftware.smack.chat2.ChatManager from smack-extensions instead. |
Method and Description |
---|
org.jivesoftware.smack.roster.packet.RosterPacket.Item.getUser()
use
RosterPacket.Item.getJid() instead. |
org.jivesoftware.smack.roster.RosterEntry.getUser()
use
RosterEntry.getJid() instead. |