瀏覽代碼

Added Chimeverse and UT app

poVoq 5 年之前
父節點
當前提交
8e19ae7824
共有 2 個文件被更改,包括 15 次插入5 次删除
  1. 6 1
      README.md
  2. 9 4
      index.html

+ 6 - 1
README.md

@@ -65,7 +65,7 @@ which shows you how to use the CDN (content delivery network) to quickly get a d
 -   Message Moderation [XEP-425](https://xmpp.org/extensions/xep-0425.html)
 -   Translated into over 30 languages
 
-## Integration into other frameworks
+## Integration into other servers and frameworks
 
 -   **[Prosody](https://prosody.im/)**: [mod_conversejs](https://modules.prosody.im/mod_conversejs.html)
 -   **[Openfire](https://www.igniterealtime.org/projects/openfire/index.jsp)**: [inverse.jar](https://www.igniterealtime.org/projects/openfire/plugins.jsp)
@@ -79,6 +79,11 @@ which shows you how to use the CDN (content delivery network) to quickly get a d
 -   **[Friendica](https://friendi.ca)**: [converse](https://github.com/friendica/friendica-addons/tree/master/xmpp/converse)
 -   **[Tiki Wiki CMS Groupware](https://tiki.org)**: [built-in optional feature](https://doc.tiki.org/XMPP)
 
+## Stand-alone applications
+
+-   **[ConverseJS for Ubuntu-Touch](https://open-store.io/app/conversejs.povoq)**: [source code](https://github.com/poVoq/conversejs-ubports)
+-   **[Chimeverse for Mac OS X](https://github.com/nick-denry/Chimeverse)**: Electron based app
+
 ## Tests
 
 We use behavior-driven tests written with [jasmine.js](https://jasmine.github.io/).

+ 9 - 4
index.html

@@ -161,15 +161,21 @@
                         <li><a href="https://github.com/friendica/friendica-addons/tree/master/xmpp/converse" target="_blank" rel="noopener">Friendica</a></li>
                         <li><a href="https://doc.tiki.org/xmpp" target="_blank" rel="noopener">Tiki Wiki CMS Groupware</a></li>
                     </ul>
+                    <header>
+                        <h2>Applications</h2>
+                    </header>
+                    <ul class="integration">
+                        <!-- xmpp stand alone apps -->
+                        <li><a href="https://open-store.io/app/conversejs.povoq" target="_blank" rel="noopener">ConverseJS for Ubuntu-Touch</a></li>
+                        <li><a href="https://github.com/nick-denry/Chimeverse" target="_blank" rel="noopener">Chimeverse for Mac OS X</a></li>
+                    </ul>
                 </div>
                 <div class="col-lg-6">
                     <header>
                         <h2>Features</h2>
                     </header>
                     <ul class="features">
-                        <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>Available as overlayed chat boxes or as a full-page app. See <a href="https://conversejs.org/fullscreen.html" target="_blank" rel="noopener">here</a> for the fullscreen version. </li>
                         <li>A <a href="https://conversejs.org/docs/html/plugin_development.html" target="_blank" rel="noopener">plugin architecture</a> based on <a href="https://conversejs.github.io/pluggable.js/" target="_blank" rel="noopener">pluggable.js</a></li>
                         <li>Chat statuses (online, busy, away, offline)</li>
                         <li>Desktop notifications</li>
@@ -185,7 +191,6 @@
                         <li>File sharing / HTTP File Upload (<a href="https://xmpp.org/extensions/xep-0363.html" target="_blank" rel="noopener">XEP 363</a>)</li>
                         <li>Messages appear in all connected chat clients / Message Carbons (<a href="https://xmpp.org/extensions/xep-0280.html" target="_blank" rel="noopener">XEP 280</a>)</li>
                         <li>Third person "/me" messages (<a href="https://xmpp.org/extensions/xep-0245.html" target="_blank" rel="noopener">XEP 245</a>)</li>
-                        <li>XMPP Ping (<a href="https://xmpp.org/extensions/xep-0199.html" target="_blank" rel="noopener">XEP 199</a>)</li>
                         <li>Server-side archiving of messages (<a href="https://xmpp.org/extensions/xep-0313.html" target="_blank" rel="noopener">XEP 313</a>)</li>
                         <li>Hidden messages (aka Spoilers) (<a href="https://xmpp.org/extensions/xep-0382.html" target="_blank" rel="noopener">XEP 382</a>)</li>
                         <li>Client state indication (<a href="https://xmpp.org/extensions/xep-0352.html" target="_blank" rel="noopener">XEP 352</a>)</li>