Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
AnyEvent::XMPP::Error::Stream - XML Stream errors Subclass of AnyEvent::XMPP::Error METHODS xml_node () Returns the AnyEvent::XMPP::Node object for this stream error. name () Returns the name of the error. That might be undef, one of the following strings or some other string that has been discovered by a heuristic (because some servers send errors that are not in the RFC). bad-format bad-namespace-prefix conflict connection-timeout host-gone host-unknown improper-addressing internal-server-error invalid-from invalid-id invalid-namespace invalid-xml not-authorized policy-violation remote-connection-failed resource-constraint restricted-xml see-other-host system-shutdown undefined-condition unsupported-stanza-type unsupported-version xml-not-well-formed 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::Stream(3pm)

Check Out this Related 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)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

Compilation Error

I am getting the below given errors for the following program though all the variables have been declared and used appropriately. Please Help. The environment is AIX. Error: ------ "gbsizeprofile.c", line 67.4: 1506-275 (S) Unexpected text 'void' encountered. "gbsizeprofile.c", line 67.10:... (2 Replies)
Discussion started by: yschd
2 Replies

2. Shell Programming and Scripting

Need AnyEvent help

I'm trying to learn AnyEvent but have very little experience with event handlers in general and have a hard time grasping the concept. What I need is a script that runs as a daemon, watches some files, and every 60 seconds executes a function to print out some summaries. So far I have this... (2 Replies)
Discussion started by: SandmanCL
2 Replies

3. UNIX for Dummies Questions & Answers

NDM: Source file open failed. Error= 2

Hi, I have try to ndm to one server to another server. but i am getting this error. what is this error? are files not in source folder? Source file open failed. Error= 2 Regards, Balamurgan (1 Reply)
Discussion started by: krbala1985
1 Replies

4. Solaris

An invalid XML character (Unicode: 0x1a)

While uploading an exl file to my application in Solaris 10 the upload failed with error Error! Parsing Error: /SPLM/TC83/tcdata83/model/model_dbextract.xml Line:65576 Column:73 An invalid XML character (Unicode: 0x1a) was found in the value of attribute "unitOfMeasureSymbol" and element is ... (12 Replies)
Discussion started by: karghum
12 Replies

5. Cybersecurity

Secure XMPP on CentOS

Hello all, I have a problem with my XMPP server at security tests result that sslv3 must be disabled and RC4 also weak ciphers on 112 and 128 bits... OS: CentOS XMPP platform: ejabberd 2.1.13 Security test result https://xmpp.net/result.php?domain=hackyard.net&type=client ejabberd use... (0 Replies)
Discussion started by: frank.einstein
0 Replies