comparison mod_muc_cloud_notify/README.markdown @ 3375:6317a5d8ce2d

mod_muc_cloud_notify: README updates
author JC Brand <jc@opkode.com>
date Sat, 17 Nov 2018 14:27:00 +0000
parents 426447d8f82e
children
comparison
equal deleted inserted replaced
3374:5fdbf416bd40 3375:6317a5d8ce2d
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://conversejs.org/docs/html/configuration.html#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://conversejs.org/docs/html/configuration.html#allow-muc-invitations) 42 And then you need to set [enable_muc_push](https://conversejs.org/docs/html/configuration.html#enable-muc-push)
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 44
45 Additionally you need to set [auto_register_muc_nickname](https://conversejs.org/docs/html/configuration.html#auto-register-muc-nickname) 45 Additionally you need to set [auto_register_muc_nickname](https://conversejs.org/docs/html/configuration.html#auto-register-muc-nickname)
46 to true. 46 to true.
47 47
48 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 register your nickname
49 app servers against the MUC domain. 49 on that MUC.
50 50
51 Note: currently Converse currently doesn't let you register separate app servers for 51 Note: Converse currently doesn't let you register separate app servers for
52 a MUC domain. The same app servers are registered for the MUC domain and your 52 a MUC domain. The same app servers are registered for the MUC domain and your
53 own domain. 53 own domain.
54 54
55 ## To be done: 55 ## To be done:
56 56