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
AnyEvent::XMPP::Ext::Disco::Items(3) User Contributed Perl Documentation AnyEvent::XMPP::Ext::Disco::Items(3)

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

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

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.

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.

2012-12-25 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.