GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::XMPP2::Ext::Disco::Info(3) User Contributed Perl Documentation Net::XMPP2::Ext::Disco::Info(3)

Net::XMPP2::Ext::Disco::Info - Service discovery info

This class represents the result of a disco info request sent by a "Net::XMPP2::Ext::Disco" handler.

xml_node ()
Returns the Net::XMPP2::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).
identities ()
Returns a list of hashrefs which contain following keys:

   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 Net::XMPP2::Node object of the <identity/> node.

"category" and "type" may be one of those defined on:

   http://www.xmpp.org/registrar/disco-categories.html
    
features ()
Returns a hashref of key/value pairs where the key is the feature name as listed on:

   http://www.xmpp.org/registrar/disco-features.html
    

and the value is a Net::XMPP2::Node object for the <feature/> node.

debug_dump ()
Prints the information of this Info object to stdout.

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

Copyright 2007 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.

2008-03-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.