Improve code documentation

This commit is contained in:
Mickael Remond
2018-01-25 17:04:19 +01:00
parent 7e50d313ea
commit ca148e5fe5
4 changed files with 16 additions and 7 deletions
+3 -5
View File
@@ -3,11 +3,9 @@ Fluux XMPP is a Go XMPP library, focusing on simplicity, simple automation, and
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.
- For automation (like for example monitoring of an XMPP service),
- For building connected "things" by plugging them on an XMPP server,
- For writing simple chatbots to control a service or a thing.
*/
package xmpp