summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-04-24 00:45:24 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-04-28 10:34:43 +0200
commit69d1d62add92511acf58f5f71383ad64e4757464 (patch)
treec39b07863ba962a9c236e4d6bf53f134155da26a /ejabberd.yml.example
parentmix.exs: Update 'xmpp' and 'stun' (diff)
Support XEP-0215: External Service Discovery
Add the 'mod_stun_disco' module, which allows XMPP clients to discover STUN/TURN services and to obtain temporary credentials for using them as per XEP-0215: External Service Discovery. The temporary credentials handed out to clients have the format described in: https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00 Also add the new module to the example configuration file. Closes #2947.
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 57f7fef1..51204ebe 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -203,6 +203,7 @@ modules:
mod_shared_roster: {}
mod_stream_mgmt:
resend_on_timeout: if_offline
+ mod_stun_disco: {}
mod_vcard: {}
mod_vcard_xupdate: {}
mod_version: