typo and comment

This commit is contained in:
JC Brand 2013-04-26 21:50:57 +02:00
parent 63508ae4cd
commit 2708d976db
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Configuration variables: Configuration variables:
======================== ========================
Prebind prebind
======== ========
Use this option when you want to attach to an existing XMPP connection that was Use this option when you want to attach to an existing XMPP connection that was

View File

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