Project Description:
Hi,
I need a linux C/C++ program that can connect to Yahoo Messenger and detect if a user is online, offline or invisible. The program must use the libyahooo2 library from SVN because it contains the recently patch which allows you to connect to Yahoo Messenger servers.
The program must NOT use any other 3rd party services that does this thing.
The program will read the bot's users & password from a config.conf file which looks like this:
username = yahoo_user
password = yahoo_password
The program will be called like this:
./check_yahoo user_to_be_checked
and the response must be online, offline or invisible.
libyahoo2 download here: http://sourceforge.net/projects/libyahoo2/develop
Thanks.