libyahoo2 - A C library for the Yahoo! Messenger Protocol.
http://libyahoo2.sourceforge.net/
Changes in this release:
* Removed glib dependencies. Will use glib only if available * Configure time option --with-struct-callbacks to use a callback struct instead of callback functions (see yahoo2_callbacks.h and the README) * Identities Support - Get identities from server - Activate/Deactivate identities - Use identities when sending messages * Fixed possible buffer overflow in reading key/value pairs
* sample console client no longer requires gtk!
Philip S Tellis wrote:
libyahoo2 - A C library for the Yahoo! Messenger Protocol.
Changes in this release:
- Removed glib dependencies. Will use glib only if available
Great!
- sample console client no longer requires gtk!
Cool! Isn't this something major? A turning point for libyahoo. I remember I wanted to use libyahoo for my yahoo client but found it a pain to use because of the gtk dependencies.
Manish
On Thu, 10 Oct 2002, Manish Jethani wrote:
- sample console client no longer requires gtk!
Cool! Isn't this something major? A turning point for libyahoo. I remember I wanted to use libyahoo for my yahoo client but found it a pain to use because of the gtk dependencies.
well, the lib never used gtk. the sample client used gtk for the polling loop. I've replaced this with select.
Philip S Tellis wrote:
On Thu, 10 Oct 2002, Manish Jethani wrote:
- sample console client no longer requires gtk!
Cool! Isn't this something major? A turning point for libyahoo. I remember I wanted to use libyahoo for my yahoo client but found it a pain to use because of the gtk dependencies.
well, the lib never used gtk. the sample client used gtk for the polling loop. I've replaced this with select.
Sorry, I totally confused libyahoo with libyahoo2 and, worse, glib with gtk.
Manish