libyahoo2 0.6.2 has been released http://libyahoo2.sourceforge.net/
libyahoo2 is a C library implementation of a Yahoo! Messenger client.
Changes include:
* Fixes to work with big endian systems * Multiple offline messages are now received correctly * Memory leaks cleaned up * Check for glib-2 as well as glib-1 * Added a pkgconfig file and spec file for RPM, and make libyahoo2 versioned * libyahoo2 now automatically scans ports 21, 23, 25 and 80 if it cannot connect on the default port. * no longer strip colour/style codes from messages * added colour entry for any colour to yahoo2_types.h
Get it at http://libyahoo2.sourceforge.net/
libyahoo2 comes with a sample client that you can use as a template to build your own client.
Questions? Post them on the libyahoo2-users mailing list Bugs? Report them on the website.
Philip S Tellis writes:
libyahoo2 is a C library implementation of a Yahoo! Messenger client. Changes include: * libyahoo2 now automatically scans ports 21, 23, 25 and 80 if it cannot connect on the default port.
is this the outcome of a prior discussion on this mailing list. what if the yahoo client connects and some other client wants to connect to that port??
**************** Vinayak Hegde APGDST Student NCST-JUHU ****************
On Tue, 10 Dec 2002 vinayak_hegde@softhome.net wrote:
* libyahoo2 now automatically scans ports 21, 23, 25 and 80 if it cannot connect on the default port.
is this the outcome of a prior discussion on this mailing list. what if the yahoo client connects and some other client wants to connect to that port??
eh?
I don't understand. What does this have to do with another client connecting? If you can have n browsers connected to one http server, then why not n yahoo clients to one yahoo server?
the port scan is in case you're behind a firewall and cannot connect on port 5050 (like I am).
NOTE: 21 is no longer scanned. That was a leftover entry in the ChangeLog.
Philip
On Tue, 10 Dec 2002, Philip S Tellis wrote:
- LUG meet on 12 Jan. 2003 @ VJTI
libyahoo2 0.6.2 has been released http://libyahoo2.sourceforge.net/
libyahoo2 is a C library implementation of a Yahoo! Messenger client.
does this work with gaim?
TIA Hemang Ajmera
On Tue, 10 Dec 2002, Hemang C. Ajmera wrote:
libyahoo2 is a C library implementation of a Yahoo! Messenger client.
does this work with gaim?
eh? work with?
libyahoo2 is a library gaim is a complete program libyahoo2 is based on gaim gaim does not use nor need libyahoo2 libyahoo2 does not need gaim
you would need libyahoo2 if you are a developer who wants to write a yahoo messenger client like gnuyahoo, centericq, fire, kopete, everybuddy, etc, and doesn't want the hassle of doing the packet parsing.
On Tue, Dec 10, 2002 at 06:18:48PM +0530, Hemang C. Ajmera wrote:
libyahoo2 is a C library implementation of a Yahoo! Messenger client.
does this work with gaim?
Asking wrong question (I think) ? It should be like, "Does gaim work with libyahoo2 ?".
And the answer is, "Yes, gaim uses libyahoo2".
warm regards
On Tue, Dec 10, 2002 at 07:19:16PM +0530, Philip S Tellis wrote:
And the answer is, "Yes, gaim uses libyahoo2".
No, actually it doesn't. The libyahoo2 code is based on the gaim code.
I thought it is. Because it was written somewhere in libyahoo2 dist files. But you know better (you developed it).
On Tue, 10 Dec 2002, Pankaj Jangid wrote:
I thought it is. Because it was written somewhere in libyahoo2 dist
yeah, it is mentioned that libyahoo2 is derivative of gaim. libyahoo2 is used in GNUYahoo, Fire, CenterICQ, Everybuddy and soon to be in Kopete (it's already in CVS). KYIM has also expressed interest.