A simple, lightweight C library for writing XMPP clients
libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. It runs well on both Linux, Unix, and Windows based platforms.
libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. It runs well on both Linux, Unix, and Windows based platforms.
To install libstrophe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libstrophe
To see what files were installed by libstrophe, run:
port contents libstrophe
To later upgrade libstrophe, run:
sudo port selfupdate && sudo port upgrade libstrophe
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.