comparison mod_muc_cloud_notify/README.markdown @ 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 408f92149774
children 6317a5d8ce2d
comparison
equal deleted inserted replaced
3329:43d0e298ddda 3330:426447d8f82e
34 ## To test this module: 34 ## To test this module:
35 35
36 The [Converse](http://conversejs.org/) client has support for registering push 36 The [Converse](http://conversejs.org/) client has support for registering push
37 "app servers" against a MUC. 37 "app servers" against a MUC.
38 38
39 You specify app servers with the [push_app_servers](https://github.com/conversejs/converse.js/blob/master/docs/source/configuration.rst#push_app_servers) 39 You specify app servers with the [push_app_servers](https://conversejs.org/docs/html/configuration.html#push-app-servers)
40 config setting. 40 config setting.
41 41
42 And then you need to set [allow_muc_invitations](https://github.com/conversejs/converse.js/blob/master/docs/source/configuration.rst#allow_muc_invitations) 42 And then you need to set [allow_muc_invitations](https://conversejs.org/docs/html/configuration.html#allow-muc-invitations)
43 to `true` so that these app servers are also registered against MUC domains. 43 to `true` so that these app servers are also registered against MUC domains.
44
45 Additionally you need to set [auto_register_muc_nickname](https://conversejs.org/docs/html/configuration.html#auto-register-muc-nickname)
46 to true.
44 47
45 Then, when you enter a MUC, Converse will try to automatically registered the 48 Then, when you enter a MUC, Converse will try to automatically registered the
46 app servers against the MUC domain. 49 app servers against the MUC domain.
47 50
48 Note: currently Converse currently doesn't let you register separate app servers for 51 Note: currently Converse currently doesn't let you register separate app servers for