[JDEV] Loudmouth 0.9
Mikael Hallendal
micke at codefactory.se
Thu Apr 10 17:22:49 CDT 2003
Loudmouth 0.9 is now released!
==============================
What is Loudmouth?
------------------
Loudmouth is a small and simple C library for programming Jabber
clients. It is made very extensible and powerful by providing access to
the full tree hierarchy of the Jabber protocol.
More information can be read at:
http://people.codefactory.se/~micke/loudmouth/
Changes:
--------
* Build fixes Solaris
* Non async operations
* API additions to ease binding efforts
* Added Debug output support
* Bug fixes
* API changes (see below).
* Support for disconnect and disconnect signalling.
API changes:
------------
Old API:
LmConnection * lm_connection_new (const gchar *hostname,
guint port,
gboolean use_ssl);
New API:
LmConnection * lm_connection_new (const gchar *hostname);
Documentation:
--------------
Of course Loudmouth is fully documented, this is done using gtk-doc
which provides a nice output which can be read at:
http://people.codefactory.se/~micke/loudmouth/API/ch01.html
Examples:
---------
In order to help people getting on the track using Loudmouth I wrote two
examples.
http://people.codefactory.se/~micke/loudmouth/examples/lm-blog.c.html
This example shows my blog robot which lets me send blog entries to my
blog through Jabber.
http://people.codefactory.se/~micke/loudmouth/examples/lm-send-sync.c.html
and
http://people.codefactory.se/~micke/loudmouth/examples/lm-send-async.c.html
A little program that can be used to send messages to a contact from
command line.
Contact/Bug reporting:
----------------------
If you want to file a bug or feature request please do so in our
bugzilla at:
http://bugzilla.codefactory.se/enter_bug.cgi?product=loudmouth
If you want to contact me for questions or other please email me at:
micke at codefactory.se
or bug me on Jabber with JID micke at jabber.codefactory.se
Enjoy,
Mikael Hallendal
--
Mikael Hallendal micke at codefactory.se
CodeFactory AB http://www.codefactory.se/
Cell: +46 (0)709 718 918
More information about the JDev
mailing list