PKGBUILDs/community/perl-djabberd/djabberd.conf

31 lines
540 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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>