1Net::Jabber::Dialback(3U)ser Contributed Perl DocumentatiNoent::Jabber::Dialback(3)
2
3
4
6 Net::Jabber::Dialback - Jabber Dialback Module
7
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
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
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.36.0 2023-01-20 Net::Jabber::Dialback(3)