|
@@ -26,7 +26,7 @@
|
|
// 'prosody@conference.prosody.im',
|
|
// 'prosody@conference.prosody.im',
|
|
// 'jdev@conference.jabber.org'
|
|
// 'jdev@conference.jabber.org'
|
|
// ],
|
|
// ],
|
|
- websocket_url: 'ws://chat.example.org:5280/xmpp-websocket',
|
|
|
|
|
|
+ // websocket_url: 'ws://chat.example.org:5280/xmpp-websocket',
|
|
view_mode: 'fullscreen',
|
|
view_mode: 'fullscreen',
|
|
archived_messages_page_size: '500',
|
|
archived_messages_page_size: '500',
|
|
allow_public_bookmarks: true,
|
|
allow_public_bookmarks: true,
|
|
@@ -34,7 +34,7 @@
|
|
'discuss@conference.conversejs.org'
|
|
'discuss@conference.conversejs.org'
|
|
],
|
|
],
|
|
// bosh_service_url: 'http://chat.example.org:5280/http-bind/',
|
|
// bosh_service_url: 'http://chat.example.org:5280/http-bind/',
|
|
- // bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
|
|
|
|
|
|
+ bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
|
|
message_archiving: 'always',
|
|
message_archiving: 'always',
|
|
debug: true
|
|
debug: true
|
|
});
|
|
});
|