2018-01-10 21:00:24 +00:00
|
|
|
/*
|
|
|
|
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:
|
|
|
|
|
2018-01-25 16:04:19 +00:00
|
|
|
- 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.
|
2018-01-10 21:09:19 +00:00
|
|
|
|
2018-01-10 21:00:24 +00:00
|
|
|
*/
|
|
|
|
package xmpp
|