We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Enable XMPP-Multi User Chat (MUC) with the following settings:
xmpp: enable: true roomCreation: false debug: handled: false unhandled: false port: 5222 domain: mycompany.com tls: enable: true key: ./server.key cert: ./server.crt
Users connect to xmpp.port and authenticate with username@xmpp.domain
xmpp.port
xmpp.domain
Users retrieve the room list from conference host:
Protect your XMPP communication by providing the following values for tls:
tls
tls.key
tls.cert
To help you debug XMPP set xmpp.debug settings:
xmpp.debug
xmpp.debug.handled
xmpp.debug.unhandled
Enable the xmpp.roomCreation setting to allow users to create rooms via XMPP.
xmpp.roomCreation