summaryrefslogtreecommitdiffstats
path: root/EssentialsXMPP/src/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsXMPP/src/config.yml')
-rw-r--r--EssentialsXMPP/src/config.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/EssentialsXMPP/src/config.yml b/EssentialsXMPP/src/config.yml
new file mode 100644
index 000000000..82e2887aa
--- /dev/null
+++ b/EssentialsXMPP/src/config.yml
@@ -0,0 +1,17 @@
+xmpp:
+ server: 'example.com'
+ user: 'name@example.com'
+ password: 'password'
+# servicename: 'example.com'
+# port: 5222
+# sasl-enabled: false
+
+op-users:
+# - 'name@example.com'
+
+
+log-enabled: false
+# Level is minimum level that should be send: info, warning, severe
+log-level: warning
+log-users:
+# - 'name@example.com' \ No newline at end of file