]> git.pld-linux.org Git - packages/DJabberd.git/commitdiff
- configs for DJabberd
authorMaciej Pijanka <agaran@pld-linux.org>
Sun, 7 Oct 2007 21:07:39 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    djabberd-log.conf -> 1.1
    djabberd.conf -> 1.1

djabberd-log.conf [new file with mode: 0644]
djabberd.conf [new file with mode: 0644]

diff --git a/djabberd-log.conf b/djabberd-log.conf
new file mode 100644 (file)
index 0000000..6838d20
--- /dev/null
@@ -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
diff --git a/djabberd.conf b/djabberd.conf
new file mode 100644 (file)
index 0000000..3cf6abc
--- /dev/null
@@ -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>
+
+
This page took 0.079134 seconds and 4 git commands to generate.