README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 01 Feb 2009 21:28:57 +0200
changeset 0 84fdfb0344c9
child 5 e617c9cf6dd3
permissions -rw-r--r--
Initial commit * It works * Still need to debug objects collection


This is a lua 5.1 interface for loudmouth jabber client library.
To install it, you need glib and loudmouth headers and libraries.
Edit Makefile, set PREFIX, SOLIBDIR, LUALIBDIR, then run
make
make install

Optionally you can generate and install api documentation (for now
there are no lua convenience interface documentation, only for low-level
interface, implemented in c, see example in test.lua). You will need a
perl interpreter for that. Edit Makefile, set DOCDIR, then run
make doc
make doc-install

This code underlies terms of GNU GPL v3 or later.

I will be happy to get feedback, patches, suggestions, etc.

Myhailo Danylenko <isbear@ukrpost.net>