Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/IXmppPresence
Description
Send a presence update to Xmpp service for current user logged in with the connection. Also updates cached copy of presence data
| Name | UpdatePresence |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h |
| Include Path | #include "XmppPresence.h" |
bool UpdatePresence
(
const FXmppUserPresence & Presence
)
true if successfully sent
Parameters
| Name | Remarks |
|---|---|
| Presence | status data to update |