public abstract class AbstractChatManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChatManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
close(Chat chat) |
abstract Chat |
createChat(JID fromJid,
String threadId) |
abstract Chat |
getChat(JID jid,
String threadId) |
abstract List<Chat> |
getChats() |
Context |
getContext() |
protected void |
initialize() |
abstract boolean |
isChatOpenFor(BareJID jid) |
void |
setContext(Context context) |
protected Context context
public abstract boolean close(Chat chat) throws JaxmppException
JaxmppExceptionpublic abstract Chat createChat(JID fromJid, String threadId) throws JaxmppException
JaxmppExceptionpublic Context getContext()
public void setContext(Context context)
protected void initialize()
public abstract boolean isChatOpenFor(BareJID jid)
Copyright © 2006–2020 Tigase. All rights reserved.