Prosody is a modern flexible communications server for Jabber/XMPP written in Lua.
Prosody is a modern flexible communications server for Jabber/XMPP written in Lua. It aims to be easy to set up and configure, and light on resources. For developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
Prosody is a modern flexible communications server for Jabber/XMPP written in Lua. It aims to be easy to set up and configure, and light on resources. For developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
To install prosody, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install prosody
To see what files were installed by prosody, run:
port contents prosody
To later upgrade prosody, run:
sudo port selfupdate && sudo port upgrade prosody
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.