|
@@ -19,8 +19,8 @@
|
|
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
|
|
<h2 id="project_tagline">An XMPP chat client for your website</h2>
|
|
|
<section id="downloads">
|
|
|
- <a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.0.zip">Download the latest release as a .zip file</a>
|
|
|
- <a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.0.tar.gz">Download the latest release as a tar.gz file</a>
|
|
|
+ <a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.1.zip">Download the latest release as a .zip file</a>
|
|
|
+ <a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.1.tar.gz">Download the latest release as a tar.gz file</a>
|
|
|
</section>
|
|
|
</header>
|
|
|
</div>
|
|
@@ -195,7 +195,7 @@
|
|
|
auto_subscribe: false,
|
|
|
bosh_service_url: 'https://bind.opkode.im', // 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
|
|
|
+ i18n: locales['fr'], // Refer to ./locale/locales.js to see which locales are supported
|
|
|
prebind: false,
|
|
|
show_controlbox_by_default: true,
|
|
|
xhr_user_search: false,
|