Nagzilla 1.5.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Nagzilla 1.5.3 (Default branch)
# 1  
Old 01-10-2009
Nagzilla 1.5.3 (Default branch)

Nagzilla was designed to be a Jabber relay "bot", in that it sits quietly in a room until it gets a message to relay to either a chat room or a person. The early work was based on several simple examples out on the Internet, but would just keep logging into a room every time the bot had something to say. It was made a daemon, which allows it to get Nagzilla alerts from various systems and event creators. Nagzillac (the client program) accepts any string input and makes it into a Jabber message. This should work with Google Talk (as it's Jabber-based), but that is untested. License: GNU General Public License v2 Changes:
This release adds user change, a liblog-loglite-perl module to help with logging, and very simple logging. Some code has been replaced (array handling, etc.). Image

Image

More...
Login or Register to Ask a Question

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

NAME
Net::Jabber::Loudmouth::Message - Jabber message HIERARCHY
Glib::Boxed +----Net::Jabber::Loudmouth::Message METHODS
message = Net::Jabber::Loudmouth::Message->new ($to, $type) o $to (string) o $type (Net::Jabber::Loudmouth::MessageType) message = Net::Jabber::Loudmouth::Message->new_with_sub_type ($to, $type, $sub_type) o $to (string) o $type (Net::Jabber::Loudmouth::MessageType) o $sub_type (Net::Jabber::Loudmouth::MessageSubType) messagenode = $message->get_node messagesubtype = $message->get_sub_type messagetype = $message->get_type ENUMS AND FLAGS
enum Net::Jabber::Loudmouth::MessageSubType o 'not-set' / 'LM_MESSAGE_SUB_TYPE_NOT_SET' o 'available' / 'LM_MESSAGE_SUB_TYPE_AVAILABLE' o 'normal' / 'LM_MESSAGE_SUB_TYPE_NORMAL' o 'chat' / 'LM_MESSAGE_SUB_TYPE_CHAT' o 'groupchat' / 'LM_MESSAGE_SUB_TYPE_GROUPCHAT' o 'headline' / 'LM_MESSAGE_SUB_TYPE_HEADLINE' o 'unavailable' / 'LM_MESSAGE_SUB_TYPE_UNAVAILABLE' o 'probe' / 'LM_MESSAGE_SUB_TYPE_PROBE' o 'subscribe' / 'LM_MESSAGE_SUB_TYPE_SUBSCRIBE' o 'unsubscribe' / 'LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE' o 'subscribed' / 'LM_MESSAGE_SUB_TYPE_SUBSCRIBED' o 'unsubscribed' / 'LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED' o 'get' / 'LM_MESSAGE_SUB_TYPE_GET' o 'set' / 'LM_MESSAGE_SUB_TYPE_SET' o 'result' / 'LM_MESSAGE_SUB_TYPE_RESULT' o 'error' / 'LM_MESSAGE_SUB_TYPE_ERROR' enum Net::Jabber::Loudmouth::MessageType o 'message' / 'LM_MESSAGE_TYPE_MESSAGE' o 'presence' / 'LM_MESSAGE_TYPE_PRESENCE' o 'iq' / 'LM_MESSAGE_TYPE_IQ' o 'stream' / 'LM_MESSAGE_TYPE_STREAM' o 'stream-error' / 'LM_MESSAGE_TYPE_STREAM_ERROR' o 'stream-features' / 'LM_MESSAGE_TYPE_STREAM_FEATURES' o 'auth' / 'LM_MESSAGE_TYPE_AUTH' o 'challenge' / 'LM_MESSAGE_TYPE_CHALLENGE' o 'response' / 'LM_MESSAGE_TYPE_RESPONSE' o 'success' / 'LM_MESSAGE_TYPE_SUCCESS' o 'failure' / 'LM_MESSAGE_TYPE_FAILURE' o 'proceed' / 'LM_MESSAGE_TYPE_PROCEED' o 'starttls' / 'LM_MESSAGE_TYPE_STARTTLS' o 'unknown' / 'LM_MESSAGE_TYPE_UNKNOWN' 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::Message(3pm)