1Net::Jabber::Dialback(3U)ser Contributed Perl DocumentatiNoent::Jabber::Dialback(3)
2
3
4

NAME

6       Net::Jabber::Dialback - Jabber Dialback Module
7

SYNOPSIS

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

DESCRIPTION

14         To initialize the Dialback with a Jabber <db:*/> you must pass it
15         the XML::Stream hash.  For example:
16
17           my $dialback = new Net::Jabber::Dialback(%hash);
18
19         You now have access to all of the retrieval functions available.
20
21         To create a new message to send to the server:
22
23           use Net::Jabber qw(Server);
24
25           $DB = new Net::Jabber::Dialback("verify");
26           $DB = new Net::Jabber::Dialback("result");
27
28         Please see the specific documentation for Net::Jabber::Dialback::Result
29         and Net::Jabber::Dialback::Verify.
30
31         For more information about the array format being passed to the
32         CallBack please read the Net::Jabber::Client documentation.
33

AUTHOR

35       By Ryan Eatmon in May of 2001 for http://jabber.org..
36
38       This module is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40
41
42
43perl v5.32.0                      2020-07-28          Net::Jabber::Dialback(3)
Impressum