Net::XMPP2::IM::Contact

Instant messaging roster contact
Download

Net::XMPP2::IM::Contact 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::Contact Tags


Net::XMPP2::IM::Contact Description

Instant messaging roster contact Net::XMPP2::IM::Contact is a Perl module that acts as an instant messaging roster contact.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 contact objects which populate a roster (Net::XMPP2::IM::Roster.You can get an instance of this class only by calling the get_contact function on a roster object. Requirements: · Perl


Net::XMPP2::IM::Contact Related Software