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
d1cc7b2c
Commit
d1cc7b2c
authored
Sep 15, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention OTR support
parent
40c9c397
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.html
index.html
+6
-4
No files found.
index.html
View file @
d1cc7b2c
...
@@ -43,18 +43,19 @@
...
@@ -43,18 +43,19 @@
<h2>
Features
</h2>
<h2>
Features
</h2>
<ul>
<ul>
<li>
Single-user chat
</li>
<li>
Single-user chat
</li>
<li>
Multi-user chat in chatrooms (
<a
href=
"http://xmpp.org/extensions/xep-0045.html"
>
XEP 45
</a>
)
</li>
<li>
Multi-user chat in chatrooms (
<a
href=
"http://xmpp.org/extensions/xep-0045.html"
target=
"_blank"
>
XEP 45
</a>
)
</li>
<li>
vCard support (
<a
href=
"http://xmpp.org/extensions/xep-0054.html"
>
XEP 54
</a>
)
</li>
<li>
vCard support (
<a
href=
"http://xmpp.org/extensions/xep-0054.html"
target=
"_blank"
>
XEP 54
</a>
)
</li>
<li>
Service discovery (
<a
href=
"http://xmpp.org/extensions/xep-0030.html"
>
XEP 30
</a>
)
</li>
<li>
Service discovery (
<a
href=
"http://xmpp.org/extensions/xep-0030.html"
target=
"_blank"
>
XEP 30
</a>
)
</li>
<li>
Contact rosters
</li>
<li>
Contact rosters
</li>
<li>
Manually or automically subscribe to other contacts
</li>
<li>
Manually or automically subscribe to other contacts
</li>
<li>
Accept or decline contact requests
</li>
<li>
Accept or decline contact requests
</li>
<li>
Roster item exchange (
<a
href=
"http://xmpp.org/extensions/tmp/xep-0144-1.1.html"
>
XEP 144
</a>
)
</li>
<li>
Roster item exchange (
<a
href=
"http://xmpp.org/extensions/tmp/xep-0144-1.1.html"
target=
"_blank"
>
XEP 144
</a>
)
</li>
<li>
Chat statuses (online, busy, away, offline)
</li>
<li>
Chat statuses (online, busy, away, offline)
</li>
<li>
Custom status messages
</li>
<li>
Custom status messages
</li>
<li>
Typing notifications
</li>
<li>
Typing notifications
</li>
<li>
Third person messages (/me )
</li>
<li>
Third person messages (/me )
</li>
<li>
Translated into multiple languages (af, de, es, fr, it, pt-BR)
</li>
<li>
Translated into multiple languages (af, de, es, fr, it, pt-BR)
</li>
<li>
Off-the-record encryption (via
<a
href=
"http://arlolra.github.io/otr/"
target=
"_blank"
>
OTR.js
</a>
)
</li>
</ul>
</ul>
<h2>
Screencasts
</h2>
<h2>
Screencasts
</h2>
...
@@ -153,6 +154,7 @@
...
@@ -153,6 +154,7 @@
<li><a
href=
"http://jquery.com"
target=
"_blank"
>
JQuery
</a></li>
<li><a
href=
"http://jquery.com"
target=
"_blank"
>
JQuery
</a></li>
<li><a
href=
"http://strophe.im/strophejs"
target=
"_blank"
>
strophe.js
</a></li>
<li><a
href=
"http://strophe.im/strophejs"
target=
"_blank"
>
strophe.js
</a></li>
<li><a
href=
"http://backbonejs.org"
target=
"_blank"
>
backbone.js
</a></li>
<li><a
href=
"http://backbonejs.org"
target=
"_blank"
>
backbone.js
</a></li>
<li><a
href=
"http://arlolra.github.io/otr/"
target=
"_blank"
>
OTR.js
</a></li>
<li><a
href=
"http://requirejs.org"
target=
"_blank"
>
require.js
</a>
(optional dependency)
</li>
<li><a
href=
"http://requirejs.org"
target=
"_blank"
>
require.js
</a>
(optional dependency)
</li>
</ul>
</ul>
...
...
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