2013-04-20 11:37:53 +02:00
|
|
|
require(["jquery", "converse"], function($, converse) {
|
|
|
|
converse.initialize({
|
2013-05-21 16:48:51 +02:00
|
|
|
bosh_service_url: 'https://bind.opkode.im' // Please use this connection manager only for testing purposes
|
2013-04-20 11:37:53 +02:00
|
|
|
});
|
|
|
|
});
|