Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

anyevent::xmpp::ext::muc::user(3pm) [debian man page]

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

NAME
AnyEvent::XMPP::Ext::MUC::User - User class SYNOPSIS
DESCRIPTION
This module represents a user (occupant) handle for a MUC. This class is derived from AnyEvent::XMPP::Presence as a user has also a presence within a room. METHODS
new (%args) nick The nickname of the MUC user. affiliation The affiliation of the user. role The role of the user. room The AnyEvent::XMPP::Ext::MUD::Room this user is in. in_room_jid The room local JID of the user. real_jid The real JID of the user, this might be undef if it is an anonymous room. make_message (%args) Returns a AnyEvent::XMPP::Ext::MUC::Message object with the to field set to this presence full JID. %args are further arguments to the constructor of the message. did_create_room This method returns true if the user created a room. 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::User(3pm)

Check Out this Related Man Page

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

NAME
AnyEvent::XMPP::Ext::Disco::Items - Service discovery items SYNOPSIS
DESCRIPTION
This class represents the result of a disco items 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). 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. 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::Items(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. 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

2. UNIX for Advanced & Expert Users

Server room drawing software

Hello All, I want to get ride of Excel/word and want some software to draw my server room racks/server and overall topology. Please share you opinion/experience. thanks inadvance (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies