Просмотр исходного кода

Provide links to @fpytloun's Django repo.

JC Brand 10 лет назад
Родитель
Сommit
346a2552cb
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 0
      README.rst
  2. 2 1
      index.html

+ 1 - 0
README.rst

@@ -52,6 +52,7 @@ Integration into other frameworks
     `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-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>`_: 
     `roundcube-converse.js-xmpp-plugin <https://github.com/priyadi/roundcube-converse.js-xmpp-plugin>`_ is a plugin for Roundcube Webmail.
 * `Wordpress <http://wordpress.org>`_:

+ 2 - 1
index.html

@@ -126,7 +126,8 @@
                         </header>
                         <ul class="integration">
                             <li><a href="http://github.com/collective/collective.xmpp.chat" target="_blank">Plone</a></li>
-                            <li><a href="https://pypi.python.org/pypi/django-conversejs" target="_blank">Django</a></li>
+                            <li><a href="https://pypi.python.org/pypi/django-conversejs" target="_blank">Django (option 1)</a></li>
+                            <li><a href="https://github.com/fpytloun/django-xmpp" target="_blank">Django (option 2)</a></li>
                             <li><a href="https://github.com/priyadi/roundcube-converse.js-xmpp-plugin" target="_blank">Roundcube</a></li>
                             <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>