go-xmpp/README.md

14 lines
896 B
Markdown
Raw Normal View History

2016-02-15 17:39:12 +00:00
# Go XMPP library
2015-12-29 10:49:43 +00:00
2018-01-12 18:03:21 +00:00
[![Codeship Status for FluuxIO/xmpp](https://app.codeship.com/projects/dba7f300-d145-0135-6c51-26e28af241d2/status?branch=master)](https://app.codeship.com/projects/262399) [![GoDoc](https://godoc.org/fluux.io/xmpp?status.svg)](https://godoc.org/fluux.io/xmpp) [![GoReportCard](https://goreportcard.com/badge/fluux.io/xmpp)](https://goreportcard.com/report/fluux.io/xmpp) [![codecov](https://codecov.io/gh/FluuxIO/xmpp/branch/master/graph/badge.svg)](https://codecov.io/gh/FluuxIO/xmpp)
2016-02-15 17:39:12 +00:00
2018-01-01 17:12:33 +00:00
Fluux XMPP is a Go XMPP library, focusing on simplicity, simple automation, and IoT.
2015-12-29 10:49:43 +00:00
The goal is to make simple to write simple adhoc XMPP clients:
- For automation (like for example monitoring of an XMPP service),
2015-12-29 10:52:02 +00:00
- For building connected "things" by plugging them on an XMPP server,
- For writing simple chatbot to control a service or a thing.
2018-01-16 21:36:15 +00:00
- For writing XMPP servers components.
2015-12-29 10:52:02 +00:00