Net::Jabber::Dialback - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION AUTHOR COPYRIGHT
NAME
    Net::Jabber::Dialback - Jabber Dialback Module

SYNOPSIS
      Net::Jabber::Dialback is a companion to the Net::Jabber::Server
      module.  It provides the user a simple interface to set and retrieve
      all parts of a Jabber Server Dialback.

DESCRIPTION
      To initialize the Dialback with a Jabber <db:*/> you must pass it
      the XML::Stream hash.  For example:

        my $dialback = new Net::Jabber::Dialback(%hash);

      You now have access to all of the retrieval functions available.

      To create a new message to send to the server:

        use Net::Jabber qw(Server);

        $DB = new Net::Jabber::Dialback("verify");
        $DB = new Net::Jabber::Dialback("result");

      Please see the specific documentation for Net::Jabber::Dialback::Result
      and Net::Jabber::Dialback::Verify.

      For more information about the array format being passed to the
      CallBack please read the Net::Jabber::Client documentation.

AUTHOR
    By Ryan Eatmon in May of 2001 for http://jabber.org..

COPYRIGHT
    This module is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:40 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top