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