Navigation
API > API/Runtime > API/Runtime/XMPP
References
| Module | XMPP |
| Header | /Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h |
| Include | #include "XmppPubSub.h" |
Syntax
class FXmppPubSubConfig
Remarks
Info to configure a new PubSub node
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCollection | Node is a collection of node instead of a leaf node. can only publish to leaf nodes | |
| bool | bPersistItems | Items published to the node are not persisted | |
| FXmppPubSubId | CollectionId | Optional id of collection node to use as container/parent for this node | |
| int32 | MaxItems | Maximum number of items that the node will persist | |
| int32 | MaxPayloadSize | Maximum size of item payload in bytes |
Constructors
| Type | Name | Description | |
|---|---|---|---|