Main > Programming > Libraries >

POE::Component::YahooMessenger 0.05

POE::Component::YahooMessenger 0.05

Sponsored Links

POE::Component::YahooMessenger 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.006 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1052
Date added: 2006-12-12
Publisher: Tatsuhiko Miyagawa

POE::Component::YahooMessenger 0.05 description

POE::Component::YahooMessenger is a POE component for Yahoo! Messenger.

SYNOPSIS

use POE qw(Component::YahooMessenger);

# spawn YM session
POE::Component::YahooMessenger->spawn(Alias => ym);

# register your session for callbacks
$kernel->post(ym => register);

# tell YM how to connect
$kernel->post(ym => connect => {
id => your_id,
password => xxxxxxx,
});

# associate this callback with ym_goes_online
sub goes_online {
my $event = $_[ARG0];
printf "buddy %s goes onlinen", $event->buddy_id;
}

# send message
$kernel->post(ym => send_message => {
to => $buddy_id,
message => "Hello World",
});

# change your status
$kernel->post(ym => change_my_status => {
busy => 0, # 0 = not busy
message => "going for lunch now!",
});

# retrieve your buddies list
$kernel->post(ym => buddies => retrieve_buddies);
sub retrieve_buddies {
my $buddies = $_[ARG0];
for my $buddy_id (keys %$buddies) {
printf "%s (group: %s)n", $buddy_id, $buddies->{$buddy_id};
}
}

$poe_kernel->run();

POE::Component::YahooMessenger is a POE component to connect Yahoo! Messener. This module ripoffs a lot of code from Net::YahooMessenger for protocol implementations.

API is intentionally made similar to that of PoCo::IRC.

POE::Component::YahooMessenger 0.05 Screenshot

Advertisements

POE::Component::YahooMessenger 0.05 Keywords

Bookmark POE::Component::YahooMessenger 0.05

Hyperlink code:
Link for forum:

POE::Component::YahooMessenger 0.05 Copyright

WareSeeker periodically updates pricing and software information of POE::Component::YahooMessenger 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of POE::Component::YahooMessenger 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. Free Download
POE::Component::OSCAR is a POE component for the Net::OSCAR module. Free Download
POE::Component::Basement provides Class::Std and base POE component functionality. Free Download
Net::YahooMessenger::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. Free Download
Yahoo! Messenger for UNIX is an instant messenger. Free Download
POE::Component::Server::IRC is a fully event-driven networkable IRC server daemon module. Free Download
POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. Free Download
POE::Component::Generic is a POE component that provides non-blocking access to a blocking object. Free Download