AnyEvent::XMPP::Ext::Disco::Info(3pm) | User Contributed Perl Documentation | AnyEvent::XMPP::Ext::Disco::Info(3pm) |
AnyEvent::XMPP::Ext::Disco::Info - Service discovery info
This class represents the result of a disco info request sent by a "AnyEvent::XMPP::Ext::Disco" handler.
category, type, name, xml_node
"category" is the category of the identity. "type" is the type of the identity. "name" is the human readable name of the identity and might be undef. "xml_node" is the AnyEvent::XMPP::Node object of the <identity/> node.
"category" and "type" may be one of those defined on:
http://www.xmpp.org/registrar/disco-categories.html
http://www.xmpp.org/registrar/disco-features.html
and the value is a AnyEvent::XMPP::Node object for the <feature/> node.
Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"
Copyright 2007, 2008 Robin Redeker, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-12-06 | perl v5.36.0 |