Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 607 Bytes

File metadata and controls

34 lines (23 loc) · 607 Bytes

Alice

Script for creating aliases for an existing Jabber-accounts.

Developed and tested for using with ejabberd server.

Named after the main character of two most famous novels by L. Carroll.

System requirements

Script requires this Perl-modules:

  • Getopt::Long
  • Net::Jabber
  • POSIX
  • XML::Simple

ejabberd setup for using Alice

In listen section one should add:

### External Logger
  -
    port: 8887
    ip: "127.0.0.1"
    access: all
    module: ejabberd_service
    hosts:
      "alice.somehost.somedomain":
        password: "0123456789abcdef"