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::Ext::MUC::Message(3pm)			User Contributed Perl Documentation		    AnyEvent::XMPP::Ext::MUC::Message(3pm)

NAME
AnyEvent::XMPP::Ext::MUC::Message - A room message SYNOPSIS
DESCRIPTION
This message represents a message from a MUC room. It is derived from AnyEvent::XMPP::IM::Message. (You can use the methods from that class to access it for example). Also the methods like eg. "make_reply" return a AnyEvent::XMPP::Ext::MUC::Message. METHODS
new (%args) This constructor takes the same arguments that the constructor for AnyEvent::XMPP::IM::Message takes. room Returns the chatroom in which' context this message was sent. send ([$room]) This method send this message. If $room is defined it will set the connection of this message object before it is send. make_reply ([$msg]) This method returns a new instance of AnyEvent::XMPP::Ext::MUC::Message. The destination address, connection and type of the returned message object will be set. If $msg is defined and an instance of AnyEvent::XMPP::Ext::MUC::Message the destination address, connection and type of $msg will be changed and this method will not return a new instance of AnyEvent::XMPP::Ext::MUC::Message. If $self is a message of type 'groupchat' the "to" attribute will be set to the bare JID of the room for the reply. from_nick This method returns the nickname of the source of this message. is_private This method returns true when the message was not directed to the room, but privately to you. 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::MUC::Message(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