Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2014-07-08 22:12:02 +0400
committerBen Langfeld <ben@langfeld.me>2014-07-08 22:12:02 +0400
commit7a907ec48d29efde5324fa06a72e50ac7b8f90d4 (patch)
tree400bb76db58081d87bc540856dfdfe91b179aaad
parent84e34f5dcf2ee9567de9716680cbb92e283f95b1 (diff)
Properly document ejabberd support for Bookmarks
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index dbdcb06..0c37630 100644
--- a/index.html
+++ b/index.html
@@ -151,8 +151,8 @@ RewriteRule http-bind/ http://yourhost.com:5280/http-bind/ [P]</code>
</dd>
<dt><code><strong>autojoin</strong> &mdash; boolean <u>true</u> or an array containing rooms to auto-join: [room1,room2,...]</code></dt>
<dd>
- If set to <strong>true</strong>, Candy will follow <a href="http://xmpp.org/extensions/xep-0048.html">XEP-0048</a> and auto-join rooms based on the bookmarks configuration of your XMPP server.<br />Please note: <mark>Bookmarks are supported by Openfire, but not by ejabberd.</mark><br />
- You need to tell ejabberd which rooms to join by passing an array such as <strong>['jid1', 'jid2', ...]</strong>
+ If set to <strong>true</strong>, Candy will follow <a href="http://xmpp.org/extensions/xep-0048.html">XEP-0048</a> and auto-join rooms based on the bookmarks configuration of your XMPP server.<br />Please note: <mark>Bookmarks are supported by ejabberd and Openfire, amongst others.</mark><br />
+ For servers which don't support XEP-0048 1.0, you can explicitly list which rooms to join by passing an array such as <strong>['jid1', 'jid2', ...]</strong>
</dd>
<dt><code><strong>resource</strong> &mdash; string</code></dt>
<dd>