1
0
mirror of https://github.com/namibia/awesome-sysadmin.git synced 2024-06-01 05:50:49 +00:00

Add XMPP section and ejabberd, Metrome IM, MongooseIM, Openfire, Prosody IM and Tigase servers.

This commit is contained in:
Francisco Augusto 2014-06-25 00:58:16 +02:00
parent b76205e4cd
commit bbb6458015

View File

@ -32,6 +32,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
* [Version control](#version-control)
* [Virtualization](#virtualization)
* [VPN](#vpn)
* [XMPP](#xmpp)
* [Web](#web)
* [Webmails](#webmails)
* [Wikis](#wikis)
@ -343,6 +344,16 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
* [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN.
## XMPP
*XMPP servers.*
* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP.
* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM.
* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd.
* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server.
* [Prosody IM](http://prosody.im/) - XMPP server written in Lua.
* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java.
## Webmails
*Webmail applications.*