Author: agaran Date: Sun Oct 7 21:07:44 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - configs for DJabberd
---- Files affected: SOURCES: djabberd-log.conf (NONE -> 1.1) (NEW), djabberd.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/djabberd-log.conf diff -u /dev/null SOURCES/djabberd-log.conf:1.1 --- /dev/null Sun Oct 7 23:07:44 2007 +++ SOURCES/djabberd-log.conf Sun Oct 7 23:07:39 2007 @@ -0,0 +1,13 @@ +# Log::Log4perl configuration for DJabberd + +log4perl.logger.DJabberd = INFO, screen +log4perl.logger.DJabberd.Hook = INFO + +# This psuedo class is used to control if raw XML is to be showed or not +# at DEBUG it shows all raw traffic +# at INFO it censors out the actual data +log4perl.logger.DJabberd.Connection.XML = INFO + +log4perl.appender.screen = Log::Log4perl::Appender::ScreenColoredLevels +log4perl.appender.screen.layout = Log::Log4perl::Layout::PatternLayout +log4perl.appender.screen.layout.ConversionPattern = %P %-5p %-40c %m %n ================================================================ Index: SOURCES/djabberd.conf diff -u /dev/null SOURCES/djabberd.conf:1.1 --- /dev/null Sun Oct 7 23:07:44 2007 +++ SOURCES/djabberd.conf Sun Oct 7 23:07:39 2007 @@ -0,0 +1,56 @@ +OldSSL off + +# health checks from this IP (directive can be repeated) won't log and +# won't allocate a connection id +DeclareMonitor 127.0.0.1 +AdminPort 5200 + +# defaults: +ClientPort 5222 +ServerPort 5269 + +#SSLCertificateFile /-some-path/pem/server-cert.pem +#SSLCertificateKeyFile /-some-path/pem/server-key.pem + +#PerlModule DJabberd::SixApart + +<VHost jabber.example.com> + S2S false + RequireSSL no + +# <Plugin DJabberd::Bot::Admin> +# Users brad +# </Plugin> + +# <Plugin DJabberd::Plugin::VCard::SQLite> +# Storage vcards.sqlite +# </Plugin> + +# <Plugin DJabberd::Authen::AllowedUsers> +# Policy accept +# AllowedUsers brad +# </Plugin> + <Plugin DJabberd::Authen::StaticPassword> + Password password + </Plugin> + <Plugin DJabberd::Authen::InMemoryOnly> + </Plugin> + +# <Plugin DJabberd::Authen::PAM /> + +# These are loaded by default, if you don't load any others of +# the same class: +# <Plugin DJabberd::PresenceChecker::Local /> + <Plugin DJabberd::Delivery::Local> + </Plugin> +# <Plugin DJabberd::Delivery::S2S /> + + <Plugin DJabberd::RosterStorage::InMemoryOnly> + </Plugin> +# <Plugin DJabberd::RosterStorage::SQLite> +# Database roster.sqlite +# </Plugin> + +</VHost> + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
