logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::Jabber::Dialback - Jabber Dialback Module

Author

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

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.

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.

See Also