Procházet zdrojové kódy

Mention support for bookmarks.

JC Brand před 8 roky
rodič
revize
abbbca02b0
2 změnil soubory, kde provedl 5 přidání a 6 odebrání
  1. 1 2
      README.md
  2. 4 4
      index.html

+ 1 - 2
README.md

@@ -23,13 +23,12 @@ which shows you how to use the CDN (content delivery network) to quickly get a d
 ## Features
 ## Features
 
 
 -   Single-user chat
 -   Single-user chat
+-   Contacts and groups
 -   Multi-user chat rooms [XEP 45](http://xmpp.org/extensions/xep-0045.html)
 -   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)
 -   Direct invitations to chat rooms [XEP 249](http://xmpp.org/extensions/xep-0249.html)
 -   vCard support [XEP 54](http://xmpp.org/extensions/xep-0054.html)
 -   vCard support [XEP 54](http://xmpp.org/extensions/xep-0054.html)
 -   Service discovery [XEP 30](http://xmpp.org/extensions/xep-0030.html)
 -   Service discovery [XEP 30](http://xmpp.org/extensions/xep-0030.html)
 -   In-band registration [XEP 77](http://xmpp.org/extensions/xep-0077.html)
 -   In-band registration [XEP 77](http://xmpp.org/extensions/xep-0077.html)
--   Contact rosters and groups
--   Contact subscriptions
 -   Chat room bookmarks [XEP 48](http://xmpp.org/extensions/xep-0048.html)
 -   Chat room bookmarks [XEP 48](http://xmpp.org/extensions/xep-0048.html)
 -   Roster item exchange [XEP 144](http://xmpp.org/extensions/tmp/xep-0144-1.1.html)
 -   Roster item exchange [XEP 144](http://xmpp.org/extensions/tmp/xep-0144-1.1.html)
 -   Chat statuses (online, busy, away, offline)
 -   Chat statuses (online, busy, away, offline)

+ 4 - 4
index.html

@@ -133,18 +133,18 @@
                         </header>
                         </header>
                         <ul class="features">
                         <ul class="features">
                             <li>Single-user chat</li>
                             <li>Single-user chat</li>
+                            <li>Contacts and groups</li>
                             <li>Multi-user chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li>
                             <li>Multi-user chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li>
+                            <li>Chatroom bookmarks (<a href="http://xmpp.org/extensions/xep-0048.html" target="_blank">XEP 48</a>)</li>
                             <li>Direct invitations to chat rooms (<a href="http://xmpp.org/extensions/xep-0249.html" target="_blank">XEP 249</a>)</li>
                             <li>Direct invitations to chat rooms (<a href="http://xmpp.org/extensions/xep-0249.html" target="_blank">XEP 249</a>)</li>
                             <li>vCard support (<a href="http://xmpp.org/extensions/xep-0054.html" target="_blank">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" target="_blank">XEP 30</a>)</li>
                             <li>Service discovery (<a href="http://xmpp.org/extensions/xep-0030.html" target="_blank">XEP 30</a>)</li>
                             <li>In-band registration (<a href="http://xmpp.org/extensions/xep-0077.html" target="_blank">XEP 77</a>)</li>
                             <li>In-band registration (<a href="http://xmpp.org/extensions/xep-0077.html" target="_blank">XEP 77</a>)</li>
-                            <li>Contact rosters and groups</li>
-                            <li>Contact subscriptions</li>
                             <li>Roster item exchange (<a href="http://xmpp.org/extensions/xep-0144.html" target="_blank">XEP 144</a>)</li>
                             <li>Roster item exchange (<a href="http://xmpp.org/extensions/xep-0144.html" target="_blank">XEP 144</a>)</li>
-                            <li>Chat statuses (online, busy, away, offline)</li>
+                            <li>Chat statuses (online, busy, away)</li>
                             <li>Custom status messages</li>
                             <li>Custom status messages</li>
                             <li>Typing and chat state notifications (<a href="http://xmpp.org/extensions/xep-0085.html" target="_blank">XEP 85</a>)</li>
                             <li>Typing and chat state notifications (<a href="http://xmpp.org/extensions/xep-0085.html" target="_blank">XEP 85</a>)</li>
-                            <li>Desktop notification messages</li>
+                            <li>Desktop notifications</li>
                             <li>Messages appear in all connected chat clients (<a href="http://xmpp.org/extensions/xep-0280.html" target="_blank">XEP 280</a>)</li>
                             <li>Messages appear in all connected chat clients (<a href="http://xmpp.org/extensions/xep-0280.html" target="_blank">XEP 280</a>)</li>
                             <li>Third person "/me" messages (<a href="http://xmpp.org/extensions/xep-0245.html" target="_blank">XEP 245</a>)</li>
                             <li>Third person "/me" messages (<a href="http://xmpp.org/extensions/xep-0245.html" target="_blank">XEP 245</a>)</li>
                             <li>XMPP Ping (<a href="http://xmpp.org/extensions/xep-0199.html" target="_blank">XEP 199</a>)</li>
                             <li>XMPP Ping (<a href="http://xmpp.org/extensions/xep-0199.html" target="_blank">XEP 199</a>)</li>