Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

anyevent::xmpp::error::stanza(3pm) [debian man page]

AnyEvent::XMPP::Error::Stanza(3pm)			User Contributed Perl Documentation			AnyEvent::XMPP::Error::Stanza(3pm)

NAME
AnyEvent::XMPP::Error::Stanza - Stanza errors Subclass of AnyEvent::XMPP::Error METHODS xml_node () Returns the AnyEvent::XMPP::Node object for this Stanza error. This method returns undef if the Stanza timeouted. In the case of a timeout the "condition" method returns "client-timeout", "type" returns 'cancel' and "code" undef. type () This method returns one of: 'cancel', 'continue', 'modify', 'auth' and 'wait' code () This method returns the error code if one was found. condition () Returns the error condition string if one was found when receiving the Stanza error. It can be undef or one of: bad-request conflict feature-not-implemented forbidden gone internal-server-error item-not-found jid-malformed not-acceptable not-allowed not-authorized payment-required recipient-unavailable redirect registration-required remote-server-not-found remote-server-timeout resource-constraint service-unavailable subscription-required undefined-condition unexpected-request condition_node () Returns the error condition node if one was found when receiving the Stanza error. This is mostly for debugging purposes. text () The humand readable error portion. Might be undef if none was received. AUTHOR
Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>" COPYRIGHT &; LICENSE 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. perl v5.14.2 2012-01-23 AnyEvent::XMPP::Error::Stanza(3pm)

Check Out this Related Man Page

AnyEvent::XMPP::Ext::Disco::Info(3pm)			User Contributed Perl Documentation		     AnyEvent::XMPP::Ext::Disco::Info(3pm)

NAME
AnyEvent::XMPP::Ext::Disco::Info - Service discovery info SYNOPSIS
DESCRIPTION
This class represents the result of a disco info 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). 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 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 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 AnyEvent::XMPP::Node object for the <feature/> node. debug_dump () Prints the information of this Info object to stdout. AUTHOR
Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>" COPYRIGHT &; LICENSE 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. perl v5.14.2 2012-01-23 AnyEvent::XMPP::Ext::Disco::Info(3pm)
Man Page