Home
Name Modified Size InfoDownloads / Week
README 2012-08-18 2.1 kB
libjclient.2.0.0.tar.gz 2012-08-18 57.5 kB
libjclient.1.2.1.tar.gz 2011-02-28 52.5 kB
libjclient.1.1.0.tar.gz 2011-01-22 51.8 kB
Totals: 4 Items   163.8 kB 2
General Information
===================

jclient (Jabber/XMPP client) is a lightweight library that provides access 
to many usual Jabber instant messaging servers. It has been designed to run 
in embedded devices.

You can download the source code releases from

http://sourceforge.net/projects/jclient

or alternatively you can use SVN to get the very latest development
version:

svn co https://jclient.svn.sourceforge.net/svnroot/jclient jclient

Dependencies
============

Expat XML parsing library >= 2.0.1
OpenSSL library

Installation
============

./configure
make
make install

You may also need to add '/usr/local/lib' to '/etc/ld.so.conf' and/or
run ldconfig.

For more details see the file 'INSTALL'

How To Use
==========

Test application
==========

Some examples of usage:
 - No tls connection:
	> libjclient_tst jabberes.org 5222 user@jabberes.org password
 - tls required connection
	> libjclient_tst talk.google.com 5223 user@gmail.com password -t

Changes log
==========

- libjclient v2.0.0 (2012-08-18 11:34:30)
    * Major changes
	Modified library API
	Added base64 encode/decode functions.
	Added debug module with configured debug level.
    * New functionalities
	Added set VCard functionality
	Added VCard base64 processing (attached images).
	Added pkg-config file
	Added version info to generated libraries
    * Minor changes
	Disable several debug messages
	Added debug enabling flag to configure script
	Fixed warning message after parsing unexpected messages.
	Fixed warning message when only a space (0x20 character) is received.
    * Fixed bugs
	Fixed several bugs when end of stream is received
	Fixed signal 11 when authentication with user fails
	Vcard processing raises a signal 11. base64_decode function process input buffer limits.
	Fixed several cross-compilation issues

- libjclient v1.2.1 (2011-02-24 20:27:42)
    * New functionalities
	Added VCard support
    * Minor changes
	TLS can be disabled when configuring.
    * Fixed bugs
	Fixed TLS BUG

- libjclient v1.1.0 (2011-02-07 20:39:05)
	Publicated first release.
Source: README, updated 2012-08-18