Alice is a small script for creating aliases for an existing Jabber accounts, named after the main character of two most famous novels by L. Carroll.
Originally Alice was designed for ejabberd server. But probably it can do with other Jabber servers.
Alice source code is available via svn:
svn checkout http://devel.ossg.ru/svn/alice
Requirements:
· Perl
· Getopt::Long
· Net::Jabber
· XML::Simple
ejabberd setup for using Alice
In 'listen' section one should add:
-------------------------------------------------------------------------------
% External Logger
{8887, ejabberd_service, [{ip, {127, 0, 0, 1}},
{access, all},
{hosts, ["alice.somehost.somedomain"], [{password, "0123456789abcdef"}]}]}
-------------------------------------------------------------------------------
Product's homepage