Răsfoiți Sursa

New BOSH service address

JC Brand 11 ani în urmă
părinte
comite
e6cff4e807

BIN
docs/doctrees/index.doctree


+ 7 - 5
docs/html/_sources/index.txt

@@ -43,7 +43,7 @@ bottom of your page (after the closing *</body>* element).
         converse.initialize({
             auto_list_rooms: false,
             auto_subscribe: false,
-            bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
+            bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
             hide_muc_server: false,
             i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
             prebind: false,
@@ -70,7 +70,7 @@ You'll most likely want to implement some kind of single-signon solution for
 your website, where users authenticate once in your website and then stay
 logged into their XMPP session upon page reload.
 
-For more info on this, read: `Pre-binding and Single Session Support`_.
+For more info on this, read: `Prebinding and Single Session Support`_.
 
 You might also want to have more fine-grained control of what gets included in
 the minified Javascript file. Read `Configuration`_ and `Minification`_ for more info on how to do
@@ -138,7 +138,7 @@ This is the job of a connection manager. A connection manager can be either a
 standalone application or part of an XMPP server. `ejabberd`_ for example,
 includes a connection manager (but you have to enable it).
 
-The demo on the `Converse.js homepage`_ uses a a connection manager located at https://bind.opkode.im.
+The demo on the `Converse.js homepage`_ uses a a connection manager located at https://bind.conversejs.org.
 This connection manager is for testing purposes only, please don't use it in
 production.
 
@@ -318,7 +318,7 @@ Converse.js/Strophe.js and Facebook's XMPP server. That is because Facebook's
 XMPP server doesn't support BOSH natively.
 
 The BOSH connection manager that I make available for
-testing purposes (at https://bind.opkode.im) uses `Punjab <https://github.com/twonds/punjab>`_,
+testing purposes (at https://bind.conversejs.org) uses `Punjab <https://github.com/twonds/punjab>`_,
 although there are quite a few other options available as well.
 
 When you configure Converse.js, via its ``initialize`` method, you must specify the
@@ -410,11 +410,13 @@ directory:
 
 This will install all the development dependencies for Converse.js. If you are
 curious to know what these are, take a look at whats under the *devDependencies* key in
-`package.json <https://github.com/jcbrand/converse.js/blob/master/package.json>`.
+`package.json <https://github.com/jcbrand/converse.js/blob/master/package.json>`_.
 
 Install 3rd party dependencies
 ==============================
 
+Make sure you have ``git`` installed. `Details <http://git-scm.com/book/en/Getting-Started-Installing-Git>`_.
+
 After running ``npm install``, you will now have Grunt and Bower installed.
 
 We use Bower to manage Converse's front-end dependencies (e.g. Javascript that

+ 6 - 5
docs/html/index.html

@@ -170,7 +170,7 @@ bottom of your page (after the closing <em>&lt;/body&gt;</em> element).</p>
     converse.initialize({
         auto_list_rooms: false,
         auto_subscribe: false,
-        bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
+        bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
         hide_muc_server: false,
         i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
         prebind: false,
@@ -190,7 +190,7 @@ practical.</p>
 <p>You&#8217;ll most likely want to implement some kind of single-signon solution for
 your website, where users authenticate once in your website and then stay
 logged into their XMPP session upon page reload.</p>
-<p>For more info on this, read: <a href="#id60"><span class="problematic" id="id61">`Pre-binding and Single Session Support`_</span></a>.</p>
+<p>For more info on this, read: <a class="reference internal" href="#prebinding-and-single-session-support">Prebinding and Single Session Support</a>.</p>
 <p>You might also want to have more fine-grained control of what gets included in
 the minified Javascript file. Read <a class="reference internal" href="#configuration">Configuration</a> and <a class="reference internal" href="#minification">Minification</a> for more info on how to do
 that.</p>
@@ -237,7 +237,7 @@ protocols.</p>
 <p>This is the job of a connection manager. A connection manager can be either a
 standalone application or part of an XMPP server. <a class="reference external" href="http://www.ejabberd.im">ejabberd</a> for example,
 includes a connection manager (but you have to enable it).</p>
-<p>The demo on the <a class="reference external" href="http://conversejs.org">Converse.js homepage</a> uses a a connection manager located at <a class="reference external" href="https://bind.opkode.im">https://bind.opkode.im</a>.
+<p>The demo on the <a class="reference external" href="http://conversejs.org">Converse.js homepage</a> uses a a connection manager located at <a class="reference external" href="https://bind.conversejs.org">https://bind.conversejs.org</a>.
 This connection manager is for testing purposes only, please don&#8217;t use it in
 production.</p>
 <div class="section" id="overcoming-cross-domain-request-restrictions">
@@ -391,7 +391,7 @@ can be extended via <a class="reference external" href="http://github.com/stroph
 Converse.js/Strophe.js and Facebook&#8217;s XMPP server. That is because Facebook&#8217;s
 XMPP server doesn&#8217;t support BOSH natively.</p>
 <p>The BOSH connection manager that I make available for
-testing purposes (at <a class="reference external" href="https://bind.opkode.im">https://bind.opkode.im</a>) uses <a class="reference external" href="https://github.com/twonds/punjab">Punjab</a>,
+testing purposes (at <a class="reference external" href="https://bind.conversejs.org">https://bind.conversejs.org</a>) uses <a class="reference external" href="https://github.com/twonds/punjab">Punjab</a>,
 although there are quite a few other options available as well.</p>
 <p>When you configure Converse.js, via its <tt class="docutils literal"><span class="pre">initialize</span></tt> method, you must specify the
 <a class="reference internal" href="#bosh-service-url">bosh_service_url</a> value, which is to be your BOSH connection manager.</p>
@@ -459,10 +459,11 @@ directory:</p>
 </div>
 <p>This will install all the development dependencies for Converse.js. If you are
 curious to know what these are, take a look at whats under the <em>devDependencies</em> key in
-<cite>package.json &lt;https://github.com/jcbrand/converse.js/blob/master/package.json&gt;</cite>.</p>
+<a class="reference external" href="https://github.com/jcbrand/converse.js/blob/master/package.json">package.json</a>.</p>
 </div>
 <div class="section" id="install-3rd-party-dependencies">
 <h2><a class="toc-backref" href="#id18">Install 3rd party dependencies</a><a class="headerlink" href="#install-3rd-party-dependencies" title="Permalink to this headline">¶</a></h2>
+<p>Make sure you have <tt class="docutils literal"><span class="pre">git</span></tt> installed. <a class="reference external" href="http://git-scm.com/book/en/Getting-Started-Installing-Git">Details</a>.</p>
 <p>After running <tt class="docutils literal"><span class="pre">npm</span> <span class="pre">install</span></tt>, you will now have Grunt and Bower installed.</p>
 <p>We use Bower to manage Converse&#8217;s front-end dependencies (e.g. Javascript that
 should get loaded in the browser).</p>

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
docs/html/searchindex.js


+ 3 - 3
docs/source/index.rst

@@ -43,7 +43,7 @@ bottom of your page (after the closing *</body>* element).
         converse.initialize({
             auto_list_rooms: false,
             auto_subscribe: false,
-            bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
+            bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
             hide_muc_server: false,
             i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
             prebind: false,
@@ -138,7 +138,7 @@ This is the job of a connection manager. A connection manager can be either a
 standalone application or part of an XMPP server. `ejabberd`_ for example,
 includes a connection manager (but you have to enable it).
 
-The demo on the `Converse.js homepage`_ uses a a connection manager located at https://bind.opkode.im.
+The demo on the `Converse.js homepage`_ uses a a connection manager located at https://bind.conversejs.org.
 This connection manager is for testing purposes only, please don't use it in
 production.
 
@@ -318,7 +318,7 @@ Converse.js/Strophe.js and Facebook's XMPP server. That is because Facebook's
 XMPP server doesn't support BOSH natively.
 
 The BOSH connection manager that I make available for
-testing purposes (at https://bind.opkode.im) uses `Punjab <https://github.com/twonds/punjab>`_,
+testing purposes (at https://bind.conversejs.org) uses `Punjab <https://github.com/twonds/punjab>`_,
 although there are quite a few other options available as well.
 
 When you configure Converse.js, via its ``initialize`` method, you must specify the

+ 1 - 1
index.html

@@ -194,7 +194,7 @@
             allow_otr: true,
             auto_list_rooms: false,
             auto_subscribe: false,
-            bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
+            bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
             debug: true ,
             hide_muc_server: false,
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported

+ 1 - 1
non_amd.html

@@ -192,7 +192,7 @@
     converse.initialize({
         auto_list_rooms: false,
         auto_subscribe: false,
-        bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
+        bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
         hide_muc_server: false,
         i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
         prebind: false,

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff