UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
XmppStrophe.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
7
#if WITH_XMPP_STROPHE
8
9
class
IXmppConnection
;
10
class
FXmppUserJid
;
11
15
class
FXmppStrophe
16
{
17
public
:
18
// FXmppStrophe
19
static
void
Init
();
20
static
void
Cleanup
();
21
static
TSharedRef<IXmppConnection>
CreateConnection();
22
23
static
FString
JidToString
(
const
FXmppUserJid
& UserJid);
24
25
static
FXmppUserJid
JidFromString
(
const
FString&
JidString
);
26
static
FXmppUserJid
JidFromStropheString
(
const
char
*
StropheJidPtr
);
27
};
28
29
#endif
EBTBranchAction::Cleanup
@ Cleanup
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Init
void Init()
Definition
LockFreeList.h:4
FXmppUserJid
Definition
XmppConnection.h:99
IXmppConnection
Definition
XmppConnection.h:219
TSharedRef
Definition
SharedPointer.h:153
Engine
Source
Runtime
Online
XMPP
Private
XmppStrophe
XmppStrophe.h
Generated by
1.9.8