upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / perl-djabberd / trunk / djabberd.conf
blob957bca70f247deacb97644679aa59f609f144d5f
1 OldSSL  disable
3 # defaults:
4 ClientPort 5222
5 ServerPort 5269
7 #PerlModule DJabberd::SixApart
9 <VHost example.com>
10   S2S enable
11   RequireSSL no
13   <Plugin DJabberd::Authen::AllowedUsers>
14      Policy accept
15      AllowedUsers test
16   </Plugin>
18   <Plugin DJabberd::Authen::StaticPassword>
19       Password password
20   </Plugin>
22   <Plugin DJabberd::PresenceChecker::Local />
23   <Plugin DJabberd::Delivery::Local />
24   <Plugin DJabberd::Delivery::S2S   />
26   <Plugin DJabberd::RosterStorage::SQLite>
27      Database roster.sqlite
28   </Plugin>
30 </VHost>