gloox

C++ Jabber/XMPP library for building instant messaging applications

brewmacoslinux
Try with needOr install directly
Source

About

C++ Jabber/XMPP library that handles the low-level protocol

Commands

gloox

Examples

Link gloox library in C++ project compilation$ g++ -o xmpp_client client.cpp $(pkg-config --cflags --libs gloox)
Check gloox library version and installation$ pkg-config --modversion gloox
Include gloox headers in C++ development$ pkg-config --cflags gloox