From 2d038579badae3bea197d1a7fa7801e8a74e6e97 Mon Sep 17 00:00:00 2001 From: snowleo Date: Thu, 2 Jun 2011 13:24:26 +0000 Subject: Added EssentialsXMPP from newplugins branch. Updated to work with trunk. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1564 e251c2fe-e539-e718-e476-b85c1f46cddb --- EssentialsXMPP/src/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 EssentialsXMPP/src/config.yml (limited to 'EssentialsXMPP/src/config.yml') 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 -- cgit v1.2.3