Formatting

This commit is contained in:
Mickael Remond 2019-07-27 16:50:41 -07:00
parent 6a5f2750f1
commit f984a93e63
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -8,7 +8,7 @@ The goal is to make simple to write simple XMPP clients and components:
- For automation (like for example monitoring of an XMPP service), - For automation (like for example monitoring of an XMPP service),
- For building connected "things" by plugging them on an XMPP server, - For building connected "things" by plugging them on an XMPP server,
- For writing simple chatbot to control a service or a thing. - For writing simple chatbot to control a service or a thing,
- For writing XMPP servers components. - For writing XMPP servers components.
The library is designed to have minimal dependencies. For now, the library does not depend on any other library. The library is designed to have minimal dependencies. For now, the library does not depend on any other library.