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
ad99e722
Commit
ad99e722
authored
Aug 31, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into user-invite
parents
59505c0c
6f80bd5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
bower.json
bower.json
+1
-1
docs/CHANGES.rst
docs/CHANGES.rst
+5
-0
src/templates.js
src/templates.js
+6
-4
No files found.
bower.json
View file @
ad99e722
...
...
@@ -19,7 +19,7 @@
"strophe.roster"
:
"https://raw.github.com/strophe/strophejs-plugins/b1f364eb6e854ffe844c57add38e885cfeb9b498/roster/strophe.roster.js"
,
"strophe.vcard"
:
"https://raw.github.com/strophe/strophejs-plugins/f5c9e16b463610d501591452cded0359f53aae48/vcard/strophe.vcard.js"
,
"strophe.disco"
:
"https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/disco/strophe.disco.js"
,
"strophe.muc"
:
"https://raw.github
.com/strophe/strophejs-plugins/c90621f7bad481d2892073df3fb091c937ea71d7
/muc/strophe.muc.js"
,
"strophe.muc"
:
"https://raw.github
usercontent.com/strophe/strophejs-plugins/84e703f9ac8329a04c1dcbfd32ea8c753783a912
/muc/strophe.muc.js"
,
"otr"
:
"0.2.12"
,
"crypto-js-evanvosberg"
:
"~3.1.2"
,
"almond"
:
"~0.2.9"
,
...
...
docs/CHANGES.rst
View file @
ad99e722
Changelog
=========
0.8.1 (Unreleased)
------------------
* #216 Contacts tab empty when using xhr_user_search. [hcderaad and jcbrand]
0.8.1 (2014-08-23)
------------------
...
...
src/templates.js
View file @
ad99e722
...
...
@@ -35,6 +35,7 @@ define("converse-templates", [
"
tpl!src/templates/roster
"
,
"
tpl!src/templates/roster_item
"
,
"
tpl!src/templates/select_option
"
,
"
tpl!src/templates/search_contact
"
,
"
tpl!src/templates/status_option
"
,
"
tpl!src/templates/toggle_chats
"
,
"
tpl!src/templates/toolbar
"
,
...
...
@@ -77,9 +78,10 @@ define("converse-templates", [
roster
:
arguments
[
33
],
roster_item
:
arguments
[
34
],
select_option
:
arguments
[
35
],
status_option
:
arguments
[
36
],
toggle_chats
:
arguments
[
37
],
toolbar
:
arguments
[
38
],
trimmed_chat
:
arguments
[
39
]
search_contact
:
arguments
[
36
],
status_option
:
arguments
[
37
],
toggle_chats
:
arguments
[
38
],
toolbar
:
arguments
[
39
],
trimmed_chat
:
arguments
[
40
]
};
});
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