public class AndroidChatManager
extends tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManager
| Constructor and Description |
|---|
AndroidChatManager(ChatProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close(tigase.jaxmpp.core.client.xmpp.modules.chat.Chat chat) |
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat |
createChat(tigase.jaxmpp.core.client.JID fromJid,
String threadId) |
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat |
getChat(tigase.jaxmpp.core.client.JID jid,
String threadId) |
List<tigase.jaxmpp.core.client.xmpp.modules.chat.Chat> |
getChats() |
boolean |
isChatOpenFor(tigase.jaxmpp.core.client.BareJID jid) |
public AndroidChatManager(ChatProvider provider)
public boolean close(tigase.jaxmpp.core.client.xmpp.modules.chat.Chat chat)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
close in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManagertigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.xmpp.modules.chat.Chat createChat(tigase.jaxmpp.core.client.JID fromJid,
String threadId)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
createChat in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManagertigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.xmpp.modules.chat.Chat getChat(tigase.jaxmpp.core.client.JID jid,
String threadId)
getChat in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManagerpublic List<tigase.jaxmpp.core.client.xmpp.modules.chat.Chat> getChats()
getChats in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManagerpublic boolean isChatOpenFor(tigase.jaxmpp.core.client.BareJID jid)
isChatOpenFor in class tigase.jaxmpp.core.client.xmpp.modules.chat.AbstractChatManagerCopyright © 2006–2017 Tigase. All rights reserved.