Main > Programming > Libraries >

Volity::Jabber 0.6.5

Volity::Jabber 0.6.5

Sponsored Links

Volity::Jabber 0.6.5 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.10 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1133
Date added: 2006-09-16
Publisher: Jason McIntosh

Volity::Jabber 0.6.5 description

Volity::Jabber is a base class for Jabber-speaking Volity objects.

SYNOPSIS

package My::Volity::Object;
use base qw(Volity::Jabber);
use fields qw(wubba_wubba);

# Override the parents initialize method to set values on construction.
sub initialize {
my $self = shift;
$self->SUPER::initialize(@_); # Dont forget to call the parents init!
# Initialization goes here
$self->wubba_wubba(grink gronk);
}

# An example chat handler, defined by the base class
sub handle_groupchat_message {
my $self = shift;
my ($message) = @_; # A hashref with info about the incoming message.
# Send a debug message.
$self->logger->debug(sprintf("%s says, %sn", $$message{from}, $$message{body}));
# More use message-handling code goes here.
}

This package provides a base class for Volity objects that speak Jabber. These objects will automatically connect to (and authenticate with ) a Jabber server on construction, and then provide some methods for doing some common jabbery things, as well as access the POE kernel.

Volity::Jabber 0.6.5 Screenshot

Advertisements

Volity::Jabber 0.6.5 Keywords

Bookmark Volity::Jabber 0.6.5

Hyperlink code:
Link for forum:

Volity::Jabber 0.6.5 Copyright

WareSeeker periodically updates pricing and software information of Volity::Jabber 0.6.5 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 Volity::Jabber 0.6.5 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
Volity::Player is a Perl module for Volity players, from a referees perspective. Free Download
Volity::Game is a base class for Volity game modules. Free Download
Volity::Seat is a Volity seat, containing some players. Free Download
Volity::WinnersList is Perl class for Volity game record winners lists. Free Download
stalonetray project is a STAnd-aLONE system tray (notification area). Free Download
Volity::Bot::TicTacToe::Random is a Perl module with Tic tac toe bot module for Volity. Free Download
Jabber::RPC is a Jabber-RPC Implementation. Free Download
Class.Jabber.PHP provides a medium-level API to interact with the Jabber network. Free Download