aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-07-30 01:46:51 +0000
committernodiscc <nodiscc@gmail.com>2015-07-30 01:46:51 +0000
commit8ebc9b8309cc7fc77da3a480fa24904ad4d67459 (patch)
treefdd197f972e200170d8cd2b21eafc7ad4c215e39
parentsplit communication systems, rename to Messaging (diff)
downloadawesome-selfhosted-8ebc9b8309cc7fc77da3a480fa24904ad4d67459.tar.gz
awesome-selfhosted-8ebc9b8309cc7fc77da3a480fa24904ad4d67459.zip
update toc, add conversejs, add mpl license
toc still unsorted
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cf3f49a..404a5592 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Table of Contents
- [Blogging Platforms](#blogging-platforms)
- [Bookmarks & Link Sharing](#bookmarks--link-sharing)
- [Calendar and Address Books](#calendar-and-address-books)
-- [Communication Systems](#communication-systems)
+- [Messaging](#communication-systems)
- [Content Management Systems (CMS)](#content-management-systems-cms)
- [Download Tools](#download-tools)
- [Federated Identity/Authentication](#federated-identityauthentication)
@@ -107,6 +107,7 @@ Table of Contents
* [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP`
### XMPP
+ * [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPL` `Javascript`
* [ejabberd](http://www.ejabberd.im) - A robust, scalable, and extensible XMPP server - `GPL` `Erlang`
* [Kaiwa](http://getkaiwa.com) A modern XMPP Web client ([Source code](https://github.com/digicoop/kaiwa))
* [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3`
@@ -478,6 +479,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi
* `GPLv2` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
* `GPLv3` - [GNU General Public License 3.0](http://www.gnu.org/licenses/gpl-3.0.en.html)
* `MIT` - [MIT License](http://opensource.org/licenses/MIT)
+ * `MPL` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt)
-------------------------------------------------------