Description
Chat and messaging software can connect to XMPP services through a lightweight C library.
This library is useful for developers building clients, bots, gateways, or tools that need Jabber/XMPP messaging support. It does not provide a chat interface by itself; another application controls accounts, contacts, rooms, encryption, and message handling.
XMPP can involve public rooms, private messages, credentials, and server metadata. Review the parent application for TLS, account storage, end-to-end encryption, and logging.