index.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. Converse documentation master file, created by
  2. sphinx-quickstart on Fri Apr 26 20:48:03 2013.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. .. raw:: html
  6. <div id="banner"><a href="https://github.com/jcbrand/converse.js/blob/master/docs/source/index.rst">Edit me on GitHub</a></div>
  7. ======================
  8. Converse Documentation
  9. ======================
  10. Preface
  11. =======
  12. This is the official documentation for Converse. If you'd like to
  13. contribute, please read the :doc:`documentation` page.
  14. Introduction
  15. ============
  16. Converse is a free and open-source `XMPP <https://xmpp.org/about-xmpp/>`_
  17. chat client written in JavaScript which can be tightly integrated into any website.
  18. The benefit of using converse.js as opposed to relying on a SaaS
  19. (software-as-a-service) solution, is that your users can have a much more
  20. customized, streamlined and integrated webchat experience and that you have
  21. control over the data. The latter being a requirement for many sites dealing
  22. with sensitive information.
  23. You'll likely want users who are authenticated on your website, to also
  24. automatically be authenticated on the XMPP server. In order to do this, you'll
  25. have to add some server-side code for your website.
  26. The :ref:`what-you-will-need` and :ref:`session-support` sections provide more information on how to achieve this.
  27. Table of Contents
  28. =================
  29. .. toctree::
  30. :maxdepth: 2
  31. quickstart
  32. features
  33. setup
  34. session
  35. configuration
  36. development
  37. theming
  38. security
  39. translations
  40. troubleshooting
  41. documentation