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