Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows.
Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows.
To install loudmouth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install loudmouth
To see what files were installed by loudmouth, run:
port contents loudmouth
To later upgrade loudmouth, run:
sudo port selfupdate && sudo port upgrade loudmouth
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.