From 22899cb60430052fdfa0a47e30fe4bbdb77aaca6 Mon Sep 17 00:00:00 2001 From: Arne Baeumler Date: Mon, 14 Dec 2015 22:14:32 +0100 Subject: [PATCH] added xmpprc.example --- notify/xmpp/xmpprc.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notify/xmpp/xmpprc.example diff --git a/notify/xmpp/xmpprc.example b/notify/xmpp/xmpprc.example new file mode 100644 index 0000000..d25f305 --- /dev/null +++ b/notify/xmpp/xmpprc.example @@ -0,0 +1,12 @@ +# copy to ~/.xmpprc + + +# XMPP server domain +server = "example.org" + +# XMPP port +port = "5222" + +username = "xmpp-user" +password = "s3cr3t" +resource = "cli-client"