{
    "content": [
        {
            "type": "text",
            "text": "# Net::Jabber::Dialback (perldoc)\n\n## NAME\n\nNet::Jabber::Dialback - Jabber Dialback Module\n\n## SYNOPSIS\n\nNet::Jabber::Dialback is a companion to the Net::Jabber::Server\nmodule.  It provides the user a simple interface to set and retrieve\nall parts of a Jabber Server Dialback.\n\n## DESCRIPTION\n\nTo initialize the Dialback with a Jabber <db:*/> you must pass it\nthe XML::Stream hash.  For example:\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::Jabber::Dialback",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::Jabber::Dialback - Jabber Dialback Module",
        "synopsis": "Net::Jabber::Dialback is a companion to the Net::Jabber::Server\nmodule.  It provides the user a simple interface to set and retrieve\nall parts of a Jabber Server Dialback.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::Jabber::Dialback - Jabber Dialback Module\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "Net::Jabber::Dialback is a companion to the Net::Jabber::Server\nmodule.  It provides the user a simple interface to set and retrieve\nall parts of a Jabber Server Dialback.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "To initialize the Dialback with a Jabber <db:*/> you must pass it\nthe XML::Stream hash.  For example:\n\nmy $dialback = new Net::Jabber::Dialback(%hash);\n\nYou now have access to all of the retrieval functions available.\n\nTo create a new message to send to the server:\n\nuse Net::Jabber qw(Server);\n\n$DB = new Net::Jabber::Dialback(\"verify\");\n$DB = new Net::Jabber::Dialback(\"result\");\n\nPlease see the specific documentation for Net::Jabber::Dialback::Result\nand Net::Jabber::Dialback::Verify.\n\nFor more information about the array format being passed to the\nCallBack please read the Net::Jabber::Client documentation.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "By Ryan Eatmon in May of 2001 for http://jabber.org..\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "This module is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            }
        }
    }
}