henglinli / gxmpp

XMPP lib for android without TLS/SSL support split from libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gxmpp

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.

Info

port from libjinle svn r325.

Requirements

  • Expat >= 2.1.0 (already in the thirdparty folder)
  • Android NDK (build for Android)
  • Cmake (build for Linux or OS X)

Build and Install

  • make
  • mkdir build; cd build; cmake ..; make
  • mv gxmpp jni; cd jni; ndk_build

Getting Started

See the examples directory.

License

This work is licensed under the New BSD License (see the LICENSE file).

About

XMPP lib for android without TLS/SSL support split from libjingle

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 51.7%Language:C 31.7%Language:Shell 14.4%Language:Objective-C 2.2%