From 8a611050b43535ea53846e2dbc28e280a3695b32 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 10 Jan 2018 22:00:24 +0100 Subject: [PATCH] Add package level documentation. --- doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..48d7615 --- /dev/null +++ b/doc.go @@ -0,0 +1,10 @@ +/* +Fluux XMPP is a Go XMPP library, focusing on simplicity, simple automation, and IoT. + +The goal is to make simple to write simple adhoc XMPP clients: + +- For automation (like for example monitoring of an XMPP service), +- For building connected "things" by plugging them on an XMPP server, +- For writing simple chatbot to control a service or a thing. +*/ +package xmpp