diff options
author | Kovah <mail@kovah.de> | 2016-02-26 11:56:38 +0000 |
---|---|---|
committer | Kovah <mail@kovah.de> | 2016-02-26 12:21:48 +0000 |
commit | d5bf04060c69a35d5406718f1b820980ce1242dc (patch) | |
tree | 10b742ce6cd76b2c1521df426f6946913ed0120a | |
parent | Added missing information / corrected structure for XMPP Server & Clients sec... (diff) | |
download | awesome-selfhosted-d5bf04060c69a35d5406718f1b820980ce1242dc.tar.gz awesome-selfhosted-d5bf04060c69a35d5406718f1b820980ce1242dc.zip |
Added missing information / corrected structure for SIP & IRC sections
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -241,7 +241,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP * [Asterisk](http://www.asterisk.org/) - An easy to use but advanced IP PXB system, VoIP gateway and conference server `GPLv2` `C` * [FreeSWITCH](https://freeswitch.org/) - Scalable open source cross-platform telephony platform ([Source Code](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse)) `MPLv2` `C` - * [Kamailio](http://www.kamailio.org/w/) - Modular SIP server (registrar/proxy/router/etc) `GPLv2` `C` + * [Kamailio](http://www.kamailio.org/w/) - Modular SIP server (registrar/proxy/router/etc) ([Source Code](https://github.com/kamailio/kamailio)) `GPLv2` `C` * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` @@ -254,7 +254,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core. ([Source Code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client. ([Demo](http://demo.shout-irc.com/), [Source Code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Weechat](https://weechat.org/) - A fast, light and extensible chat client. `GPLv3` `C` - * [ZNC](http://wiki.znc.in/ZNC) - An advanced IRC bouncer. `Apache` `C++` + * [ZNC](http://wiki.znc.in/ZNC) - An advanced IRC bouncer. ([Source Code](https://github.com/znc/znc)) `Apache` `C++` ### Custom |