# HG changeset patch # User JC Brand # Date 1537800097 0 # Node ID 426447d8f82ece0343ec8737b27cb13e67e4927f # Parent 43d0e298ddda2ff12257d49d194b95a72591ca5c Mention auto_register_muc_nickname setting from Converse diff -r 43d0e298ddda -r 426447d8f82e mod_muc_cloud_notify/README.markdown --- 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.