Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Net::XMPP::Message 1.02

    Download button

    No screenshots available
    Downloads: 554  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Ryan Eatmon | More programs
    LGPL / FREE
    November 2nd, 2007, 02:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::XMPP::Message description

    An XMPP Message Module

    Net::XMPP::Message is an XMPP Message Perl 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.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    XMPP Message | XMPP module | Perl module | XMPP | message | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM