UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FXmppServer Class Reference

#include <XmppConnection.h>

Public Member Functions

 FXmppServer ()
 

Public Attributes

FString ServerAddr
 
int32 ServerPort
 
FString PlatformUserId
 
FString Domain
 
FString ClientResource
 
FString AppId
 
FString Platform
 
bool bUseSSL
 
bool bUsePlainTextAuth
 
float PingInterval
 
float PingTimeout
 
int32 MaxPingRetries
 
bool bPrivateChatFriendsOnly
 
bool bResetPingTimeoutOnReceiveStanza
 

Detailed Description

Info needed for connecting to an XMPP server

Constructor & Destructor Documentation

◆ FXmppServer()

FXmppServer::FXmppServer ( )
inline

Member Data Documentation

◆ AppId

FString FXmppServer::AppId

app id associated with this client

◆ bPrivateChatFriendsOnly

bool FXmppServer::bPrivateChatFriendsOnly

limit private chat to friends only

◆ bResetPingTimeoutOnReceiveStanza

bool FXmppServer::bResetPingTimeoutOnReceiveStanza

reset ping timeout on received stanzas

◆ bUsePlainTextAuth

bool FXmppServer::bUsePlainTextAuth

true to allow the usage of plain text authentication

◆ bUseSSL

bool FXmppServer::bUseSSL

true to enable SSL handshake for connection

◆ ClientResource

FString FXmppServer::ClientResource

client id user is logging in from (constructed from other fields)

◆ Domain

FString FXmppServer::Domain

domain for user jid

◆ MaxPingRetries

int32 FXmppServer::MaxPingRetries

max number of retries on ping timeout before connection is abandoned and logged out

◆ PingInterval

float FXmppServer::PingInterval

seconds between sending server ping requests

◆ PingTimeout

float FXmppServer::PingTimeout

seconds before a server ping request is treated as a timeout

◆ Platform

FString FXmppServer::Platform

platform the player is using

◆ PlatformUserId

FString FXmppServer::PlatformUserId

Platform user id, if applicable

◆ ServerAddr

FString FXmppServer::ServerAddr

ip/host to connect to

◆ ServerPort

int32 FXmppServer::ServerPort

port number 5222 typically


The documentation for this class was generated from the following file: