gxmpp is a C++ XMPP library created from the non-XEP-0166 portions of libjingle without ssl support and for andorid only.
It like txmpp but up to date with libjingle and less tweak.
port from libjinle svn r325.
- Expat >= 2.1.0 (already in the thirdparty folder)
- Android NDK (build for Android)
- Cmake (build for Linux or OS X)
- make
- mkdir build; cd build; cmake ..; make
- mv gxmpp jni; cd jni; ndk_build
See the examples
directory.
This work is licensed under the New BSD License (see the LICENSE file).