-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.en
More file actions
37 lines (26 loc) · 783 Bytes
/
README.en
File metadata and controls
37 lines (26 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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"
-------------------------------------------------------------------------------