2013-04-20 11:37:53 +02:00
|
|
|
require(["jquery", "converse"], function($, converse) {
|
|
|
|
converse.initialize({
|
2013-04-25 00:21:54 +02:00
|
|
|
bosh_service_url: 'https://bind.opkode.im',
|
2013-04-20 11:37:53 +02:00
|
|
|
prebind: false,
|
|
|
|
xhr_user_search: false,
|
|
|
|
auto_subscribe: false
|
|
|
|
});
|
|
|
|
});
|