xmpp.chapril.org-conversejs/main.js
JC Brand b3ed43c450 Don't fetch rooms on roster or when leaving a room
Inefficient, causes way too much traffic and takes very long
2013-05-09 17:07:52 +02:00

11 lines
351 B
JavaScript

require(["jquery", "converse"], function($, converse) {
converse.initialize({
animate: true,
bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
prebind: false,
xhr_user_search: false,
auto_subscribe: false,
auto_list_rooms: false
});
});