Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
/ gxmpp Public archive

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

License

Notifications You must be signed in to change notification settings

henglinli/gxmpp

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published