Go to file
2018-01-12 18:14:41 +01:00
cmd Code clean-up 2018-01-12 18:14:41 +01:00
iot Fix custom import path 2018-01-08 22:06:22 +01:00
pep Fix custom import path 2018-01-08 22:06:22 +01:00
.gitignore Add Codecov support 2018-01-01 18:57:56 +01:00
auth.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
client.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
client_test.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
codeship-services.yml Add Codecov support 2018-01-01 18:57:56 +01:00
codeship-steps.yml Workaround Codeship coverage upload report issues 2018-01-02 16:21:45 +01:00
codeship.env.encrypted Add missing codecov token 2018-01-01 18:59:19 +01:00
component.go Code clean-up 2018-01-12 18:14:41 +01:00
component_test.go Code clean-up 2018-01-12 18:14:41 +01:00
doc.go Fix formatting 2018-01-10 22:09:19 +01:00
Dockerfile Workaround Codeship coverage upload report issues 2018-01-02 16:21:45 +01:00
iq.go Fix missing packages and references 2018-01-01 18:35:47 +01:00
iq_test.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
jid.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
jid_test.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
LICENSE Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
message.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
ns.go Component skeleton 2018-01-11 22:15:54 +01:00
options.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
packet.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
parser.go Adhoc test component can successfully connect to ejabberd 2018-01-12 18:01:27 +01:00
presence.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
README.md Add badge pointing to documentation 2018-01-10 15:33:16 +01:00
session.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
socket_proxy.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
starttls.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
stream.go Implements dummy auth + stream error 2018-01-11 23:00:59 +01:00
tcp_server_mock.go Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
test.sh Workaround Codeship coverage upload report issues 2018-01-02 16:21:45 +01:00

Go XMPP library

Codeship Status for FluuxIO/xmpp GoDoc codecov

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:

  • 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.