Net::XMPP2::IM::Roster

Instant messaging roster for XMPP
Download

Net::XMPP2::IM::Roster Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robin Redeker
  • Publisher web site:
  • http://search.cpan.org/~elmex/Net-XMPP2-0.13/lib/Net/XMPP2/Ext/VCard.pm

Net::XMPP2::IM::Roster Tags


Net::XMPP2::IM::Roster Description

Instant messaging roster for XMPP Net::XMPP2::IM::Roster is an instant messaging roster for XMPP.SYNOPSIS my $con = Net::XMPP2::IM::Connection->new (...); ... my $ro = $con->roster; if (my $c = $ro->get_contact ('test@example.com')) { $c->make_message ()->add_body ("Hello there!")->send; }This module represents a class for roster objects which contain contact information.It manages the roster of a JID connected by an Net::XMPP2::IM::Connection. It manages also the presence information that is received.You get the roster by calling the roster method on an Net::XMPP2::IM::Connection object. There is no other way. Requirements: · Perl


Net::XMPP2::IM::Roster Related Software