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