diff --git a/docs/source/index.rst b/docs/source/index.rst index 24d4adff5..655d40b0d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,7 +15,7 @@ Configuration variables: ======================== -Prebind +prebind ======== Use this option when you want to attach to an existing XMPP connection that was diff --git a/main.js b/main.js index b2d5b3940..14a660a5b 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ require(["jquery", "converse"], function($, converse) { converse.initialize({ 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, xhr_user_search: false, auto_subscribe: false