Net::XMPP::Message

Net::XMPP::Message is an XMPP Message Module.
Download

Net::XMPP::Message Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Ryan Eatmon
  • Publisher web site:
  • http://search.cpan.org/~reatmon/

Net::XMPP::Message Tags


Net::XMPP::Message Description

Net::XMPP::Message is an XMPP Message Module. Net::XMPP::Message is an XMPP Message Module.SYNOPSIS Net::XMPP::Message is a companion to the Net::XMPP module. It provides the user a simple interface to set and retrieve all parts of an XMPP Message. A Net::XMPP::Message object is passed to the callback function for the message. Also, the first argument to the callback functions is the session ID from XML::Stream. There are some cases where you might want thisinformation, like if you created a Client that connects to two servers at once, or for writing a mini server. use Net::XMPP; sub message { my ($sid,$Mess) = @_; . . . } You now have access to all of the retrieval functions available. To create a new message to send to the server: use Net::XMPP; $Mess = new Net::XMPP::Message(); Now you can call the creation functions below to populate the tag before sending it. Requirements: · Perl


Net::XMPP::Message Related Software