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
3a743dd9
Commit
3a743dd9
authored
Feb 07, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs concerning XEP-0382
parent
4732f315
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGES.md
CHANGES.md
+1
-0
README.md
README.md
+2
-1
index.html
index.html
+4
-6
No files found.
CHANGES.md
View file @
3a743dd9
...
...
@@ -3,6 +3,7 @@
## 3.3.3 (Unreleased)
-
Attribute error when empty IQ stanza is returned for vCard query
-
XEP-0382 Spoiler Messages (currently only for private chats)
## 3.3.2 (2018-01-29)
...
...
README.md
View file @
3a743dd9
...
...
@@ -41,7 +41,7 @@ which shows you how to use the CDN (content delivery network) to quickly get a d
## Features
-
A
[
plugin architecture
](
https://conversejs.org/docs/html/plugin_development.html
)
based on
[
pluggable.js
](
https://jcbrand.github.io/pluggable.js/
)
-
Single-user
chat
-
Single-user
and group chats
-
Contacts and groups
-
Multi-user chat rooms
[
XEP 45
](
http://xmpp.org/extensions/xep-0045.html
)
-
Direct invitations to chat rooms
[
XEP 249
](
http://xmpp.org/extensions/xep-0249.html
)
...
...
@@ -58,6 +58,7 @@ which shows you how to use the CDN (content delivery network) to quickly get a d
-
Third person "/me" messages
[
XEP 245
](
http://xmpp.org/extensions/xep-0245.html
)
-
XMPP Ping
[
XEP 199
](
http://xmpp.org/extensions/xep-0199.html
)
-
Server-side archiving of messages
[
XEP 313
](
http://xmpp.org/extensions/xep-0313.html
)
-
Hidden Messages (aka Spoilers)
[
XEP 382
](
http://xmpp.org/extensions/xep-0382.html
)
-
Client state indication
[
XEP 352
](
http://xmpp.org/extensions/xep-0352.html
)
-
Off-the-record encryption
-
Translated into 16 languages
...
...
index.html
View file @
3a743dd9
...
...
@@ -143,11 +143,8 @@
<li>
Available as overlayed chat boxes or as a fullscreen application.
See
<a
href=
"https://inverse.chat"
target=
"_blank"
rel=
"noopener"
>
inverse.chat
</a>
for the fullscreen version.
</li>
<li><a
href=
"https://conversejs.org/docs/html/plugin_development.html"
>
Plugin Architecture
</a>
based on
<a
href=
"https://jcbrand.github.io/pluggable.js/"
target=
"_blank"
rel=
"noopener"
>
pluggable.js
</a></li>
<li>
Presence information (online, busy, away)
</li>
<li>
Single-user chat
</li>
<li>
Contacts and groups
</li>
<li><a
href=
"https://conversejs.org/docs/html/plugin_development.html"
>
Plugin Architecture
</a></li>
<li>
Single-user and group chat
</li>
<li>
Multi-user chatrooms (
<a
href=
"http://xmpp.org/extensions/xep-0045.html"
target=
"_blank"
rel=
"noopener"
>
XEP 45
</a>
)
</li>
<li>
Chatroom bookmarks (
<a
href=
"http://xmpp.org/extensions/xep-0048.html"
target=
"_blank"
rel=
"noopener"
>
XEP 48
</a>
)
</li>
<li>
Direct invitations to chat rooms (
<a
href=
"http://xmpp.org/extensions/xep-0249.html"
target=
"_blank"
rel=
"noopener"
>
XEP 249
</a>
)
</li>
...
...
@@ -162,10 +159,11 @@
<li>
Third person "/me" messages (
<a
href=
"http://xmpp.org/extensions/xep-0245.html"
target=
"_blank"
rel=
"noopener"
>
XEP 245
</a>
)
</li>
<li>
XMPP Ping (
<a
href=
"http://xmpp.org/extensions/xep-0199.html"
target=
"_blank"
rel=
"noopener"
>
XEP 199
</a>
)
</li>
<li>
Server-side archiving of messages (
<a
href=
"http://xmpp.org/extensions/xep-0313.html"
target=
"_blank"
rel=
"noopener"
>
XEP 313
</a>
)
</li>
<li>
Hidden messages (aka Spoilers) (
<a
href=
"http://xmpp.org/extensions/xep-0382.html"
target=
"_blank"
rel=
"noopener"
>
XEP 382
</a>
)
</li>
<li>
Client state indication (
<a
href=
"http://xmpp.org/extensions/xep-0352.html"
target=
"_blank"
rel=
"noopener"
>
XEP 352
</a>
)
</li>
<li>
Off-the-record encryption
</li>
<li>
Supports anonymous logins, see the
<a
href=
"https://conversejs.org/demo/anonymous.html"
target=
"_blank"
rel=
"noopener"
>
anonymous login demo
</a>
.
</li>
<li>
Translated into 1
6
languages
</li>
<li>
Translated into 1
7
languages
</li>
</ul>
</div>
<div
class=
"col-lg-4"
>
...
...
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