From d8c8419cb10ef418ceaa00d657acdaf302a42d21 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 29 Dec 2015 11:49:43 +0100 Subject: [PATCH] Describe goal of the project. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2c704..13febcd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # gox -Go XMPP library + +Go XMPP library, with a focus on simplicity, 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.