# HG changeset patch # User JC Brand # Date 1542464820 0 # Node ID 6317a5d8ce2dbbaecc40261d98249f0fa7ab5c11 # Parent 5fdbf416bd402aefe72ba98cf522500ba29ee419 mod_muc_cloud_notify: README updates diff -r 5fdbf416bd40 -r 6317a5d8ce2d mod_muc_cloud_notify/README.markdown --- a/mod_muc_cloud_notify/README.markdown Sun Nov 11 14:44:27 2018 +0100 +++ b/mod_muc_cloud_notify/README.markdown Sat Nov 17 14:27:00 2018 +0000 @@ -39,16 +39,16 @@ 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://conversejs.org/docs/html/configuration.html#allow-muc-invitations) +And then you need to set [enable_muc_push](https://conversejs.org/docs/html/configuration.html#enable-muc-push) 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. +Then, when you enter a MUC, Converse will try to automatically register your nickname +on that MUC. -Note: currently Converse currently doesn't let you register separate app servers for +Note: Converse currently doesn't let you register separate app servers for a MUC domain. The same app servers are registered for the MUC domain and your own domain.