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

AnyEvent::XMPP::Ext::Disco::Items - Service discovery items

Author

       Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"

Description

       This class represents the result of a disco items request sent by a "AnyEvent::XMPP::Ext::Disco" handler.

Methods

xml_node()
           Returns the AnyEvent::XMPP::Node object of the IQ query.

       jid()
           Returns the JID these items belong to.

       node()
           Returns the node these items belong to (may be undef).

       items()
           Returns a list of hashreferences which contain following keys:

             jid, name, node and xml_node

           "jid" contains the JID of the item.  "name" contains the name of the item and might be undef.  "node"
           contains  the  node  id of the item and might be undef.  "xml_node" contains the AnyEvent::XMPP::Node
           object of the item for further analyses.

       debug_dump()
           Prints these items to stdout for debugging.

Name

       AnyEvent::XMPP::Ext::Disco::Items - Service discovery items

Synopsis

See Also