loudmouth

Lightweight C library for Jabber protocol implementation

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight C library for the Jabber protocol

Commands

loudmouth

Examples

Connect to a Jabber server and authenticate$ loudmouth -h jabber.example.com -u username -p password
Send a message to a Jabber user$ loudmouth -h jabber.example.com -u sender@example.com -m 'Hello' recipient@example.com
List available Jabber contacts$ loudmouth -h jabber.example.com -u username@example.com --list-contacts