index.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. Converse.js 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. =========================
  6. Converse.js Documentation
  7. =========================
  8. Preface
  9. =======
  10. This is the official documentation for Converse.js. If you'd like to
  11. contribute, please read the :doc:`documentation` page.
  12. Introduction
  13. ============
  14. Converse.js is a free and open-source `XMPP <http://xmpp.org/about-xmpp/>`_
  15. chat client written in Javascript which can be tightly integrated into any website.
  16. The benefit of using converse.js as opposed to relying on a SaaS
  17. (software-as-a-service) solution, is that your users can have a much more
  18. customized, streamlined and integrated webchat experience and that you have
  19. control over the data. The latter being a requirement for many sites dealing
  20. with sensitive information.
  21. You'll likely want users who are authenticated on your website, to also
  22. automatically be authenticated on the XMPP server. In order to do this, you'll
  23. have to add some server-side code for your website.
  24. The :ref:`what-you-will-need` and :ref:`session-support` sections provide more information on how to achieve this.
  25. Table of Contents
  26. =================
  27. .. toctree::
  28. :maxdepth: 2
  29. quickstart
  30. features
  31. setup
  32. configuration
  33. development
  34. translations
  35. documentation
  36. builds