diff --git a/README.md b/README.md index cf794d2..e614b5f 100644 --- a/README.md +++ b/README.md @@ -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.*