Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/IXmppConnection
Description
Login on the connection. No socket connection is created until user attempts to login See OnLoginComplete(), OnLoginChanged() delegates for completion
| Name | Login |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h |
| Include Path | #include "XmppConnection.h" |
void Login
(
const FString & UserId,
const FString & Auth
)
Parameters
| Name | Remarks |
|---|---|
| UserId | just the id portion of the jid (domain is in server config) |
| Auth | plain text auth credentials for user |