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
10class FXmppUserJid;
11
15class FXmppStrophe
16{
17public:
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);
27};
28
29#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void Init()
Definition LockFreeList.h:4
Definition XmppConnection.h:99
Definition XmppConnection.h:219
Definition SharedPointer.h:153