Navigation
API > API/Runtime > API/Runtime/XMPP
Inheritance Hierarchy
- FXmppUserPresence
- FXmppMucPresence
References
| Module | XMPP |
| Header | /Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h |
| Include | #include "XmppPresence.h" |
Syntax
class FXmppUserPresence
Remarks
User presence info obtained from Xmpp roster
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AppId | App id user is logged in from | |
| bool | bIsAvailable | Connected an available to receive messages | |
| FString | Platform | Platform associated with this client | |
| FDateTime | ReceivedTime | Time when presence was sent by the user | |
| FDateTime | SentTime | Time when presence was sent by the user | |
| EXmppPresenceStatus::Type | Status | State of basic online status | |
| FString | StatusStr | String that will be parsed for further displayed presence info | |
| FXmppUserJid | UserJid | Full jid for user that sent this presence update |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FXmppUserPresence& Presence |
||
| bool | operator==
(
const FXmppUserPresence& Presence |