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