# phpman > perldoc > Net::Jabber::Dialback

## NAME
    [Net::Jabber::Dialback](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback/markdown) - Jabber Dialback Module

## SYNOPSIS
      [Net::Jabber::Dialback](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback/markdown) is a companion to the [Net::Jabber::Server](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3AServer/markdown)
      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](https://www.chedong.com/phpMan.php/perldoc/XML%3A%3AStream/markdown) hash.  For example:

        my $dialback = new [Net::Jabber::Dialback](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback/markdown)(%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](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber/markdown) qw(Server);

        $DB = new [Net::Jabber::Dialback](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback/markdown)("verify");
        $DB = new [Net::Jabber::Dialback](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback/markdown)("result");

      Please see the specific documentation for [Net::Jabber::Dialback::Result](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback%3A%3AResult/markdown)
      and [Net::Jabber::Dialback::Verify](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3ADialback%3A%3AVerify/markdown).

      For more information about the array format being passed to the
      CallBack please read the [Net::Jabber::Client](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AJabber%3A%3AClient/markdown) 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.

