Navigation
API > API/Runtime > API/Runtime/XMPP
References
| Module | XMPP |
| Header | /Engine/Source/Runtime/Online/XMPP/Public/XmppChat.h |
| Include | #include "XmppChat.h" |
Syntax
class IXmppChat
Remarks
Interface for sending/receiving chat messages between users
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IXmppChat () |
Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnXmppChatReceived & | |||
| bool | SendChat
(
const FXmppUserJid& RecipientId, |
Send a chat to a user via xmpp service |
Typedefs
| Name | Description |
|---|---|
| FOnXmppChatReceived | Delegate callback for when a new chat message is received |