From f7b7482d2e1aa7eec5127a47319db000e975437e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 18 Jun 2019 09:01:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4f2f45..06f9bfb 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ 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: +The goal is to make simple to write simple XMPP clients and components: - 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. -- For writing XMPP servers components. +- For writing XMPP servers components (See [XEP-0114](https://xmpp.org/extensions/xep-0114.html)) The library is designed to have minimal dependencies. For now, the library does not depend on any other library.