Forráskód Böngészése

Mention Friendica add-on

JC Brand 9 éve
szülő
commit
86a1b66270
2 módosított fájl, 9 hozzáadás és 16 törlés
  1. 7 10
      README.rst
  2. 2 6
      index.html

+ 7 - 10
README.rst

@@ -49,12 +49,12 @@ Screencasts
 Integration into other frameworks
 ---------------------------------
 
-* `Plone <http://plone.org>`_: 
-    `collective.xmpp.chat <http://github.com/collective/collective.xmpp.chat>`_ is an add-on for Plone that uses *Converse.js*. Together with `collective.xmpp.core <http://github.com/collective/collective.xmpp.core>`_, it provides for single-signon-support (SSO) and also enables you to manually or automatically register your Plone users onto your XMPP server.
-* `Django <http://www.djangoproject.com>`_: 
+* `Django <http://www.djangoproject.com>`_:
     `django-conversejs <https://pypi.python.org/pypi/django-conversejs>`_ is an app that makes it easer to integrate *Converse.js* into Django.
     `django-xmpp <https://github.com/fpytloun/django-xmpp>`_ adds XMPP chat integration with converse.js by letting Ejabberd authenticate against your Django site.
-* `Roundcube <http://roundcube.net>`_: 
+* `Plone <http://plone.org>`_:
+    `collective.xmpp.chat <http://github.com/collective/collective.xmpp.chat>`_ is an add-on for Plone that uses *Converse.js*. Together with `collective.xmpp.core <http://github.com/collective/collective.xmpp.core>`_, it provides for single-signon-support (SSO) and also enables you to manually or automatically register your Plone users onto your XMPP server.
+* `Roundcube <http://roundcube.net>`_:
     `roundcube-converse.js-xmpp-plugin <https://github.com/priyadi/roundcube-converse.js-xmpp-plugin>`_ is a plugin for Roundcube Webmail.
 * `Wordpress <http://wordpress.org>`_:
     `ConverseJS <http://wordpress.org/plugins/conversejs>`_
@@ -62,6 +62,9 @@ Integration into other frameworks
     `patterns.converse <https://github.com/jcbrand/patterns.converse>`_ provides a Patternslib pattern for Converse.js
 * `Alfresco <http://www.alfresco.com>`_:
     `alfresco-js-chat-share`_: `alfresco-js-chat-share <https://github.com/keensoft/alfresco-js-chat-share>`_
+* `Friendica <http://friendica.com>`_:
+    `converse <https://github.com/friendica/friendica-addons/tree/master/xmpp/converse>`_
+
 
 ----
 Demo
@@ -100,11 +103,5 @@ Also take a look at the `mailing list archives <http://librelist.com/browser/con
 
 Issues can be logged on the `Github issue tracker <https://github.com/jcbrand/converse.js/issues>`_.
 
-----------------------------------
-Donations and tips are appreciated
-----------------------------------
-
-* Bitcoin: 16FsPqE9DhFTryxrUenpsGX4LJ1TPu8GqS
-
 .. _`Integrated into a Plone site`: http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp
 .. _`In a static HTML page`: http://opkode.com/media/blog/2013/04/02/converse.js-xmpp-instant-messaging-with-javascript

+ 2 - 6
index.html

@@ -46,11 +46,6 @@
                     <li class="page-scroll">
                         <a href="#features">Features</a>
                     </li>
-                    <!--
-                    <li class="page-scroll">
-                        <a href="#donate">Donate</a>
-                    </li>
-                    -->
                     <li class="page-scroll">
                         <a href="#contact">Contact</a>
                     </li>
@@ -124,6 +119,7 @@
                             <li><a href="http://wordpress.org/plugins/conversejs" target="_blank">Wordpress</a></li>
                             <li><a href="https://github.com/jcbrand/patterns.converse" target="_blank">Patternslib</a></li>
                             <li><a href="https://github.com/keensoft/alfresco-js-chat-share" target="_blank">Alfresco</a></li>
+                            <li><a href="https://github.com/friendica/friendica-addons/tree/master/xmpp/converse" target="_blank">Friendica</a></li>
                         </ul>
                     </section>
                 </div>
@@ -147,7 +143,7 @@
                             <li>Chat statuses (online, busy, away, offline)</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>Desktop notification messages when the browser is not visible</li>
+                            <li>Desktop notification messages</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>XMPP Ping (<a href="http://xmpp.org/extensions/xep-0199.html" target="_blank">XEP 199</a>)</li>