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
4190727c
Commit
4190727c
authored
Feb 12, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention mailing list in README and update HTML docs.
parent
94c135a6
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
76 additions
and
35 deletions
+76
-35
README.rst
README.rst
+10
-3
docs/doctrees/index.doctree
docs/doctrees/index.doctree
+0
-0
docs/html/_sources/index.txt
docs/html/_sources/index.txt
+18
-0
docs/html/index.html
docs/html/index.html
+47
-31
docs/html/searchindex.js
docs/html/searchindex.js
+1
-1
No files found.
README.rst
View file @
4190727c
...
@@ -88,9 +88,16 @@ Licence
...
@@ -88,9 +88,16 @@ Licence
``Converse.js`` is released under both the MIT_ and GPL_ licenses.
``Converse.js`` is released under both the MIT_ and GPL_ licenses.
------
-------
Donate
Support
------
-------
For support queries and discussions, please join the mailing list: conversejs@librelist.com
Issues can be logged on the `Github issue tracker <https://github.com/jcbrand/converse.js/issues>`_.
---------------------------------
Donations or tips are appreciated
---------------------------------
* Bitcoin: 16FsPqE9DhFTryxrUenpsGX4LJ1TPu8GqS
* Bitcoin: 16FsPqE9DhFTryxrUenpsGX4LJ1TPu8GqS
* Litecoin: LLvLH6qJch7HAamLguHkwobCrxmHLhiwZw
* Litecoin: LLvLH6qJch7HAamLguHkwobCrxmHLhiwZw
...
...
docs/doctrees/index.doctree
View file @
4190727c
No preview for this file type
docs/html/_sources/index.txt
View file @
4190727c
...
@@ -801,6 +801,16 @@ Default = ``false``
...
@@ -801,6 +801,16 @@ Default = ``false``
If set to true, debugging output will be logged to the browser console.
If set to true, debugging output will be logged to the browser console.
expose_rid_and_sid
------------------
Allow the prebind tokens, RID (request ID) and SID (session ID), to be exposed
globally via the API. This allows other scripts served on the same page to use
these values.
*Beware*: a malicious script could use these tokens to assume your identity
and inject fake chat messages.
fullname
fullname
--------
--------
...
@@ -886,6 +896,14 @@ Default = ``false``
...
@@ -886,6 +896,14 @@ Default = ``false``
If set to ``true``, only online users will be shown in the contacts roster.
If set to ``true``, only online users will be shown in the contacts roster.
Users with any other status (e.g. away, busy etc.) will not be shown.
Users with any other status (e.g. away, busy etc.) will not be shown.
use_otr_by_default
------------------
Default = ``false``
If set to ``true``, Converse.js will automatically try to initiate an OTR (off-the-record)
encrypted chat session every time you open a chat box.
use_vcards
use_vcards
----------
----------
...
...
docs/html/index.html
View file @
4190727c
This diff is collapsed.
Click to expand it.
docs/html/searchindex.js
View file @
4190727c
This diff is collapsed.
Click to expand it.
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