Added ejabberd

pull/26/head
Tullio Facchinetti 9 months ago
parent 8bf2e895ee
commit 99c3801877

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1033**
* Apps/tools covered: **1034**
* Number of categories: **65**.
# Index
@ -46,7 +46,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Games](#games) (42), [Git and accessories](#git) (38), [Graphics](#graphics) (28)
* [History management](#history) (4)
* [Multimedia](#multimedia) (13)
* [Networking](#networking) (27), [Note taking](#note-taking) (20)
* [Networking](#networking) (28), [Note taking](#note-taking) (20)
* [Office tools](#office) (8), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (8), [Password managers](#password-manager) (14), [Productivity](#productivity) (7), [Programming](#programming) (39), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (31), [System monitoring](#monitor) (36), [System tools](#system) (18)
@ -723,6 +723,7 @@ Programs to deal with networks and communication.
* [bluetuith](https://github.com/darkhz/bluetuith) - A TUI-based Bluetooth connection manager, which can interact with Bluetooth adapters and devices. It aims to be a replacement to most Bluetooth managers, like blueman.
* [bore](https://github.com/ekzhang/bore) - A simple CLI tool for making tunnels to localhost.
* [darkhttpd](https://unix4lyfe.org/darkhttpd/) - Darkhttpd is a simple, fast HTTP 1.1 web server for static content. It does not support PHP or CGI etc but is designed to serve static content, which it does very well.
* [ejabberd](https://www.ejabberd.im/) - ejabberd is an XMPP application server and an MQTT broker, written mainly in the Erlang programming language.
* [geoiplookup](https://github.com/maxmind/geoip-api-c) - A little application to find geographical and network information of an IP address based no the geoip C API.
* [hflow](https://github.com/comradequinn/hflow) - A command-line, debugging http/s proxy server.
* [ipcalc](http://jodies.de/ipcalc) - Takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range.

@ -1032,3 +1032,4 @@ shells,DASH,http://gondor.apana.org.au/~herbert/dash/,git://git.kernel.org/pub/s
networking,darkhttpd,https://unix4lyfe.org/darkhttpd/,https://github.com/emikulic/darkhttpd,"Darkhttpd is a simple, fast HTTP 1.1 web server for static content. It does not support PHP or CGI etc but is designed to serve static content, which it does very well."
networking,quark,https://tools.suckless.org/quark/,https://git.suckless.org/quark,quark is an extremely small and simple HTTP GET/HEAD-only web server for static content.
networking,Prosody,https://prosody.im/,https://github.com/bjc/prosody,"Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources."
networking,ejabberd,https://www.ejabberd.im/,https://github.com/processone/ejabberd,"ejabberd is an XMPP application server and an MQTT broker, written mainly in the Erlang programming language."

1 category name homepage git description
1032 networking darkhttpd https://unix4lyfe.org/darkhttpd/ https://github.com/emikulic/darkhttpd Darkhttpd is a simple, fast HTTP 1.1 web server for static content. It does not support PHP or CGI etc but is designed to serve static content, which it does very well.
1033 networking quark https://tools.suckless.org/quark/ https://git.suckless.org/quark quark is an extremely small and simple HTTP GET/HEAD-only web server for static content.
1034 networking Prosody https://prosody.im/ https://github.com/bjc/prosody Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources.
1035 networking ejabberd https://www.ejabberd.im/ https://github.com/processone/ejabberd ejabberd is an XMPP application server and an MQTT broker, written mainly in the Erlang programming language.
Loading…
Cancel
Save