Navigation
API > API/Runtime > API/Runtime/XMPP
Message received from Xmpp user/admin
| Name | FXmppMessage |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h |
| Include Path | #include "XmppMessages.h" |
Syntax
class FXmppMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmppMessage() |
Constructor | XmppMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FromJid | FXmppUserJid | Id of message sender | XmppMessages.h | |
| Payload | FString | Body of the message | XmppMessages.h | |
| Timestamp | FDateTime | Date sent | XmppMessages.h | |
| ToJid | FXmppUserJid | Id of message recipient | XmppMessages.h | |
| Type | FString | Type of the message | XmppMessages.h |