Navigation
API > API/Runtime > API/Runtime/XMPP
Chat message received from another Xmpp user
| Name | FXmppChatMessage |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppChat.h |
| Include Path | #include "XmppChat.h" |
Syntax
class FXmppChatMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmppChatMessage() |
Constructor | XmppChat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Body | FString | Body of the message | XmppChat.h | |
| FromJid | FXmppUserJid | Id of message sender | XmppChat.h | |
| Timestamp | FDateTime | Server provided timestamp for message | XmppChat.h | |
| ToJid | FXmppUserJid | Id of message recipient | XmppChat.h |