public class AndroidChatManager extends AbstractChatManager
context| Constructor and Description |
|---|
AndroidChatManager(ChatProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close(Chat chat) |
Chat |
createChat(JID fromJid,
String threadId) |
Chat |
getChat(JID jid,
String threadId) |
List<Chat> |
getChats() |
boolean |
isChatOpenFor(BareJID jid) |
getContext, initialize, setContextpublic AndroidChatManager(ChatProvider provider)
public boolean close(Chat chat) throws JaxmppException
close in class AbstractChatManagerJaxmppExceptionpublic Chat createChat(JID fromJid, String threadId) throws JaxmppException
createChat in class AbstractChatManagerJaxmppExceptionpublic Chat getChat(JID jid, String threadId)
getChat in class AbstractChatManagerpublic List<Chat> getChats()
getChats in class AbstractChatManagerpublic boolean isChatOpenFor(BareJID jid)
isChatOpenFor in class AbstractChatManagerCopyright © 2006–2017 Tigase. All rights reserved.