Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/IXmppMessages
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SendMessage
(
const FXmppUserJid& RecipientId, |
XmppMessages.h | ||
bool SendMessage
(
const FXmppUserJid& RecipientId, |
Send a message to a user via xmpp service | XmppMessages.h |
SendMessage(const FXmppUserJid &, const FString &, const TSharedRef< class FJsonObject > &)
| Name | SendMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h |
| Include Path | #include "XmppMessages.h" |
bool SendMessage
(
const FXmppUserJid & RecipientId,
const FString & Type,
const TSharedRef< class FJsonObject > & Payload
)
SendMessage(const FXmppUserJid &, const FString &, const FString &, bool)
Description
Send a message to a user via xmpp service
| Name | SendMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h |
| Include Path | #include "XmppMessages.h" |
bool SendMessage
(
const FXmppUserJid & RecipientId,
const FString & Type,
const FString & Payload,
bool bPayloadIsSerializedJson
)
true if successfully sent
Parameters
| Name | Remarks |
|---|---|
| RecipientId | user to send message to (must be online) |
| Type | message type |
| Payload | message data to send |