VolityJabber 065

VolityJabber 065
  • Downloads: 24465
  • Requirements:
  • Size: 0
  • Licence:
  • Version: 0
  • Added At: 2006-16-09
  • Publisher Site:



VolityJabber 065

Share

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 parent's initialize method to set values on construction.
sub initialize {
my $self = shift;
$self->SUPER::initialize(@_); # Don't forget to call the parent's 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, '%s'n", $$message{from}, $$message{body}));
# More use message-handling code goes here
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 parent's initialize method to set values on construction.
sub initialize {
my $self = shift;
$self->SUPER::initialize(@_); # Don't forget to call the parent's 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, '%s'n", $$message{from}, $$message{body}));
# More use message-handling code goes here
�. you can free download VolityJabber 065 now.
Soft85 only provide legal software, please help us keeping pur site legal, if you think this page is violating copyrights please let us know by clicking here Here






comments powered by Disqus

Download VolityJabber 065 _FREE_