Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/FXmppModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveConnection
(
const FString& UserId |
Remove an existing Xmpp connection associated with a user | XmppModule.h | |
void RemoveConnection
(
const TSharedRef< class IXmppConnection >& Connection |
Remove an existing Xmpp connection | XmppModule.h |
RemoveConnection(const FString &)
Description
Remove an existing Xmpp connection associated with a user
| Name | RemoveConnection |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppModule.h |
| Include Path | #include "XmppModule.h" |
| Source | /Engine/Source/Runtime/Online/XMPP/Private/XmppModule.cpp |
void RemoveConnection
(
const FString & UserId
)
Parameters
| Name | Remarks |
|---|---|
| UserId | user to find connection for |
RemoveConnection(const TSharedRef< class IXmppConnection > &)
Description
Remove an existing Xmpp connection
| Name | RemoveConnection |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppModule.h |
| Include Path | #include "XmppModule.h" |
void RemoveConnection
(
const TSharedRef< class IXmppConnection > & Connection
)
Parameters
| Name | Remarks |
|---|---|
| Connection | reference to find/remove |