python-jabberbot 0.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News python-jabberbot 0.6 (Default branch)
# 1  
Old 01-25-2009
python-jabberbot 0.6 (Default branch)

Image python-jabberbot is a Jabber bot framework for Python that makes it easy to write simple Jabber bots. One can use these Jabber bots to provide information about running systems, to make Web sites interact with Jabber-enabled visitors, or notify the bot owner about updates or changes that are monitored with custom Python scripts. License: GNU General Public License v3 Changes:
This release fixes a dependency check for xmpppy. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net::Jabber::Loudmouth::MessageNode(3pm)		User Contributed Perl Documentation		  Net::Jabber::Loudmouth::MessageNode(3pm)

NAME
Net::Jabber::Loudmouth::MessageNode - Jabber message node HIERARCHY
Glib::Boxed +----Net::Jabber::Loudmouth::MessageNode METHODS
messagenode = $node->add_child ($name, $value=undef) o $name (string) o $value (string) string = $node->get_attribute ($name) o $name (string) $node->set_attribute ($name, $value) o $name (string) o $value (string) $node->set_attributes (...) o ... (list) messagenode = $node->get_child_by_name ($child_name) o $child_name (string) messagenode = $node->get_child messagenode = $node->find_child ($child_name) o $child_name (string) string = $node->get_name $node->set_name ($name) o $name (string) messagenode = $node->get_next messagenode = $node->get_parent messagenode = $node->get_prev boolean = $node->get_raw_mode $node->set_raw_mode ($raw_mode) o $raw_mode (boolean) string = $node->to_string string = $node->get_value $node->set_value ($value) o $value (string) SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed COPYRIGHT
Copyright (C) 2005 by Florian Ragwitz This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-15 Net::Jabber::Loudmouth::MessageNode(3pm)