Navigation
API > API/Runtime > API/Runtime/XMPP
Message received from PubSub node
| Name | FXmppPubSubMessage |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h |
| Include Path | #include "XmppPubSub.h" |
Syntax
class FXmppPubSubMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmppPubSubMessage() |
Constructor | XmppPubSub.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FromJid | FXmppUserJid | Jid of node that sent the message | XmppPubSub.h | |
| Payload | FString | Body of the message | XmppPubSub.h | |
| Timestamp | FDateTime | Date sent | XmppPubSub.h | |
| ToJid | FXmppUserJid | Jid of message recipient | XmppPubSub.h | |
| Type | FString | Type of the message | XmppPubSub.h |