Jabber::Connection

Jabber::Connection is a simple Perl module with connectivity functions for Jabber.
Download

Jabber::Connection Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • DJ Adams
  • Publisher web site:
  • http://search.cpan.org/~qmacro/Jabber-RPC-HTTPgate-0.01/lib/Jabber/RPC/HTTPgate.pm

Jabber::Connection Tags


Jabber::Connection Description

Jabber::Connection is a simple Perl module with connectivity functions for Jabber. SYNOPSIS # client connection: my $c = new Jabber::Connection( server => 'jabber.org', log => 1, ); # component connection: # my $c = new Jabber::Connection( # server => 'localhost:5700', # localname => 'comp.localhost', # ns => 'jabber:component:accept', # log => 1, # debug => 1, # ); die "oops: ".$c->lastError unless $c->connect(); $c->register_beat(10, &every_10_seconds); $c->register_handler('presence',&presence); $c->register_handler('iq',&handle_iq_conference); $c->register_handler('iq',&handle_iq_browse); $c->auth('qmacro','password','myresource'); # client auth # $c->auth('secret'); # component auth $c->send(''); $c->start;DESCRIPTION ^The Jabber::Connection package provides basic functions for connecting clients and components to a Jabber server.


Jabber::Connection Related Software