PKGBUILDs/community/perl-djabberd/djabberd.conf
2009-10-09 21:15:33 -05:00

30 lines
540 B
Text

OldSSL disable
# defaults:
ClientPort 5222
ServerPort 5269
#PerlModule DJabberd::SixApart
<VHost example.com>
S2S enable
RequireSSL no
<Plugin DJabberd::Authen::AllowedUsers>
Policy accept
AllowedUsers test
</Plugin>
<Plugin DJabberd::Authen::StaticPassword>
Password password
</Plugin>
<Plugin DJabberd::PresenceChecker::Local />
<Plugin DJabberd::Delivery::Local />
<Plugin DJabberd::Delivery::S2S />
<Plugin DJabberd::RosterStorage::SQLite>
Database roster.sqlite
</Plugin>
</VHost>