C library for building XMPP clients and components
XMPP library for C
libstrophe
$ gcc -o xmpp_client client.c -lstrophe -lxml2
$ pkg-config --modversion libstrophe && pkg-config --cflags libstrophe
$ gcc -o xmpp_app main.c -lstrophe -lssl -lcrypto