Browse Source

Get ready to release 0.7.3 of converse.js

JC Brand 11 years ago
parent
commit
0cffd78ff1
4 changed files with 5 additions and 5 deletions
  1. 0 0
      builds/converse-no-otr.min.js
  2. 0 0
      builds/converse.min.js
  3. 2 2
      docs/CHANGES.rst
  4. 3 3
      index.html

File diff suppressed because it is too large
+ 0 - 0
builds/converse-no-otr.min.js


File diff suppressed because it is too large
+ 0 - 0
builds/converse.min.js


+ 2 - 2
docs/CHANGES.rst

@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.7.3 (2014-02-15)
+0.7.3 (2014-02-23)
 ------------------
 
 * #93 Add API methods exposing the RID and SID values. Can be disabled. [jcbrand]
@@ -9,7 +9,7 @@ Changelog
 * #103 Option to display a call button in the chatbox toolbar, to allow third-party libraries to provide a calling feature. [Aupajo]
 * #108 Japanese Translations [mako09]
 * #111 OTR not working when using converse.js with prebinding. [jseidl, jcbrand]
-* #114 Hewbrew Translations [GreenLunar]
+* #114, #124 Hewbrew Translations [GreenLunar]
 * #115 Indonesian Translations [priyadi]
 
 0.7.2 (2013-12-18)

+ 3 - 3
index.html

@@ -7,8 +7,8 @@
     <meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
     <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
     <link rel="stylesheet" type="text/css" media="screen" href="converse.css">
-    <script data-main="main" src="components/requirejs/require.js"></script>
-    <!--<script src="builds/converse.min.js"></script>-->
+    <!--<script data-main="main" src="components/requirejs/require.js"></script>-->
+    <script src="builds/converse.min.js"></script>
     <title>Converse.js</title>
 </head>
 
@@ -194,7 +194,7 @@
             allow_otr: true,
             auto_list_rooms: false,
             auto_subscribe: false,
-            bosh_service_url: 'https://conversejs.org/http-bind', // Please use this connection manager only for testing purposes
+            bosh_service_url: 'http://devbox:5280/http-bind', // 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

Some files were not shown because too many files changed in this diff