changeset 3330:426447d8f82e

Mention auto_register_muc_nickname setting from Converse
author JC Brand <jc@opkode.com>
date Mon, 24 Sep 2018 14:41:37 +0000
parents 43d0e298ddda
children d98341bca458
files mod_muc_cloud_notify/README.markdown
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_cloud_notify/README.markdown	Sun Sep 23 18:54:52 2018 +0200
+++ b/mod_muc_cloud_notify/README.markdown	Mon Sep 24 14:41:37 2018 +0000
@@ -36,12 +36,15 @@
 The [Converse](http://conversejs.org/) client has support for registering push
 "app servers" against a MUC.
 
-You specify app servers with the [push_app_servers](https://github.com/conversejs/converse.js/blob/master/docs/source/configuration.rst#push_app_servers)
+You specify app servers with the [push_app_servers](https://conversejs.org/docs/html/configuration.html#push-app-servers)
 config setting.
 
-And then you need to set [allow_muc_invitations](https://github.com/conversejs/converse.js/blob/master/docs/source/configuration.rst#allow_muc_invitations)
+And then you need to set [allow_muc_invitations](https://conversejs.org/docs/html/configuration.html#allow-muc-invitations)
 to `true` so that these app servers are also registered against MUC domains.
 
+Additionally you need to set [auto_register_muc_nickname](https://conversejs.org/docs/html/configuration.html#auto-register-muc-nickname)
+to true.
+
 Then, when you enter a MUC, Converse will try to automatically registered the
 app servers against the MUC domain.