libstrophe

C library for building XMPP clients and components

brewmacoslinux
Try with needOr install directly
Source

About

XMPP library for C

Commands

libstrophe

Examples

Link libstrophe in a C project compilation$ gcc -o xmpp_client client.c -lstrophe -lxml2
Check installed libstrophe version and headers$ pkg-config --modversion libstrophe && pkg-config --cflags libstrophe
Compile with libstrophe and OpenSSL support$ gcc -o xmpp_app main.c -lstrophe -lssl -lcrypto