Commit cfd1ec5e authored by JC Brand's avatar JC Brand

Don't allow logout for the anonymous demo

parent 6c08e4b7
......@@ -52,6 +52,7 @@
<script>
require(['converse'], function (converse) {
converse.initialize({
allow_logout: false, // No point in logging out when we have auto_login as true.
allow_muc_invitations: false, // Doesn't make sense to allow because only
// roster contacts can be invited
allow_contact_requests: false, // Contacts from other servers cannot,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment