Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
0cffd78f
Commit
0cffd78f
authored
Feb 23, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get ready to release 0.7.3 of converse.js
parent
8a628f48
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
builds/converse-no-otr.min.js
builds/converse-no-otr.min.js
+1
-1
builds/converse.min.js
builds/converse.min.js
+1
-1
docs/CHANGES.rst
docs/CHANGES.rst
+2
-2
index.html
index.html
+3
-3
No files found.
builds/converse-no-otr.min.js
View file @
0cffd78f
This diff is collapsed.
Click to expand it.
builds/converse.min.js
View file @
0cffd78f
This diff is collapsed.
Click to expand it.
docs/CHANGES.rst
View file @
0cffd78f
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)
...
...
index.html
View file @
0cffd78f
...
...
@@ -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
:
'
http
s://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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment