From f73869852552308729ccf3d95147357595663952 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 1 Jan 2015 03:47:29 +0100 Subject: [PATCH] Add dev.html specifically for development. Update CHANGES removes need to modify index.html all the time. --- dev.html | 257 +++++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGES.rst | 1 + 2 files changed, 258 insertions(+) create mode 100644 dev.html diff --git a/dev.html b/dev.html new file mode 100644 index 000000000..de828d496 --- /dev/null +++ b/dev.html @@ -0,0 +1,257 @@ + + + + Converse.js + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Converse.js

+

A free and open-source XMPP chat client for your website

+ +
+
+
+ +
+
+
+
+ +
+
+
+

Converse.js is a free and open source chat client that runs in your browser. It can be integrated into any website.

+

Similar to Facebook chat but it also supports multi-user chatrooms.

+

+ Converse.js can connect to any accessible XMPP/Jabber server, + either from a public provider such as jabber.org, or one you have set up yourself. +

+

+ It's possible to enable single-site-login, whereby users already authenticated in your website will also automatically be logged in on the chat server. + Please refer to the documentation for more info. +

+
+
+
+ +
+
+
+
+
+ +
+

Integration

+
+ +
+
+
+
+ +
+
+

Features

+
+
    +
  • Single-user chat
  • +
  • Multi-user chatrooms (XEP 45)
  • +
  • vCard support (XEP 54)
  • +
  • Service discovery (XEP 30)
  • +
  • Contact rosters and groups
  • +
  • Contact subscriptions
  • +
  • Accept or decline contact requests
  • +
  • Roster item exchange (XEP 144)
  • +
  • Chat statuses (online, busy, away, offline)
  • +
  • Custom status messages
  • +
  • Typing notifications
  • +
  • Third person messages (/me )
  • +
  • Translated into 15 languages
  • +
  • Off-the-record encryption +
+
+ +
+
+
+ + + +
+
+
+
+
+

Contact

+ +
+
+
+
+
+ + + + diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index f93aa0ac6..8ecc28bec 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -6,6 +6,7 @@ Changelog * Norwegian Bokmål translations. [Andreas Lorentsen] * Updated Afrikaans translations. [jcbrand] +* Add responsiveness to CSS. We now use Sass preprocessor for generating CSS. [jcbrand] 0.8.6 (2014-12-07) ------------------