| Modifier and Type | Method and Description |
|---|---|
Chat |
MessageModule.createChat(tigase.jaxmpp.core.client.JID jid)
Creates new chat object.
|
abstract Chat |
AbstractChatManager.createChat(tigase.jaxmpp.core.client.JID fromJid,
String threadId) |
Chat |
MessageModule.createChatInstance(tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID interlocutorJid) |
Chat |
MessageModule.ChatClosedHandler.ChatClosedEvent.getChat() |
Chat |
MessageModule.ChatCreatedHandler.ChatCreatedEvent.getChat() |
Chat |
MessageModule.ChatUpdatedHandler.ChatUpdatedEvent.getChat() |
Chat |
MessageModule.MessageReceivedHandler.MessageReceivedEvent.getChat() |
Chat |
MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent.getChat() |
abstract Chat |
AbstractChatManager.getChat(tigase.jaxmpp.core.client.JID jid,
String threadId) |
| Modifier and Type | Method and Description |
|---|---|
List<Chat> |
MessageModule.getChats()
Returns all chat objects.
|
abstract List<Chat> |
AbstractChatManager.getChats() |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
MessageModuleExtension.beforeMessageProcess(tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
Chat chat) |
void |
MessageModule.close(Chat chat)
Destroy chat object.
|
abstract boolean |
AbstractChatManager.close(Chat chat) |
protected tigase.jaxmpp.core.client.xmpp.stanzas.Message |
MessageModule.executeBeforeMessageProcess(tigase.jaxmpp.core.client.xmpp.stanzas.Message element,
Chat chat) |
void |
MessageCarbonsModule.CarbonReceivedHandler.onCarbonReceived(tigase.jaxmpp.core.client.SessionObject sessionObject,
MessageCarbonsModule.CarbonEventType carbonType,
tigase.jaxmpp.core.client.xmpp.stanzas.Message encapsulatedMessage,
Chat chat) |
void |
MessageModule.ChatClosedHandler.onChatClosed(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat) |
void |
MessageModule.ChatCreatedHandler.onChatCreated(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message) |
void |
MessageModule.ChatUpdatedHandler.onChatUpdated(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat) |
void |
MessageModule.MessageReceivedHandler.onMessageReceived(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat,
tigase.jaxmpp.core.client.xmpp.stanzas.Message stanza) |
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
MessageModule.sendMessage(Chat chat,
String body)
Sends message in passed chat.
|
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
MessageModule.sendMessage(Chat chat,
String body,
List<? extends tigase.jaxmpp.core.client.xml.Element> additionalElems)
Sends message in passed chat.
|
void |
MessageModule.ChatClosedHandler.ChatClosedEvent.setChat(Chat chat) |
void |
MessageModule.ChatCreatedHandler.ChatCreatedEvent.setChat(Chat chat) |
void |
MessageModule.ChatUpdatedHandler.ChatUpdatedEvent.setChat(Chat chat) |
void |
MessageCarbonsModule.CarbonReceivedHandler.CarbonReceivedEvent.setChat(Chat chat) |
protected boolean |
MessageModule.update(Chat chat,
tigase.jaxmpp.core.client.JID fromJid,
String threadId) |
| Constructor and Description |
|---|
CarbonReceivedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
MessageCarbonsModule.CarbonEventType carbonType,
tigase.jaxmpp.core.client.xmpp.stanzas.Message encapsulatedMessage,
Chat chat) |
ChatClosedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat) |
ChatCreatedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message) |
ChatUpdatedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
Chat chat) |
MessageReceivedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message stanza,
Chat chat) |
Copyright © 2006–2021 Tigase. All rights reserved.