]> git.pld-linux.org Git - packages/DJabberd.git/blob - djabberd.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/DJabberd.git] / djabberd.conf
1 OldSSL  off
2
3 # health checks from this IP (directive can be repeated) won't log and
4 # won't allocate a connection id
5 DeclareMonitor 127.0.0.1
6 AdminPort 5200
7
8 # defaults:
9 ClientPort 5222
10 ServerPort 5269
11
12 #SSLCertificateFile    /-some-path/pem/server-cert.pem
13 #SSLCertificateKeyFile /-some-path/pem/server-key.pem
14
15 #PerlModule DJabberd::SixApart
16
17 <VHost jabber.example.com>
18   S2S false
19   RequireSSL no
20
21 #  <Plugin DJabberd::Bot::Admin>
22 #    Users brad
23 #  </Plugin>
24
25 #  <Plugin DJabberd::Plugin::VCard::SQLite>
26 #     Storage vcards.sqlite
27 #  </Plugin>
28
29 #  <Plugin DJabberd::Authen::AllowedUsers>
30 #     Policy accept
31 #     AllowedUsers brad
32 #  </Plugin>
33   <Plugin DJabberd::Authen::StaticPassword>
34       Password password
35   </Plugin>
36   <Plugin DJabberd::Authen::InMemoryOnly>
37   </Plugin>
38
39 #  <Plugin DJabberd::Authen::PAM />
40
41 # These are loaded by default, if you don't load any others of
42 # the same class:
43 #  <Plugin DJabberd::PresenceChecker::Local />
44    <Plugin DJabberd::Delivery::Local>
45    </Plugin>
46 #  <Plugin DJabberd::Delivery::S2S   />
47
48    <Plugin DJabberd::RosterStorage::InMemoryOnly>
49    </Plugin>
50 #  <Plugin DJabberd::RosterStorage::SQLite>
51 #     Database roster.sqlite
52 #  </Plugin>
53
54 </VHost>
55
56
This page took 0.042439 seconds and 3 git commands to generate.