Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Net::Jabber::Dialback

Name Net::Jabber::Dialback
Version 2.0
Located at /usr/share/perl5
File /usr/share/perl5/Net/Jabber/Dialback.pm
Is Core No
Search CPAN for this module Net::Jabber::Dialback
Documentation Net::Jabber::Dialback
Module Details Net::Jabber::Dialback

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026