You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Mickael Remond 8a611050b4
Add package level documentation.
6 years ago
cmd Moving XMPP library to Fluux project 6 years ago
iot Fix custom import path 6 years ago
pep Fix custom import path 6 years ago
.gitignore Add Codecov support 6 years ago
Dockerfile Workaround Codeship coverage upload report issues 6 years ago
LICENSE Moving XMPP library to Fluux project 6 years ago
README.md Add badge pointing to documentation 6 years ago
auth.go Moving XMPP library to Fluux project 6 years ago
client.go Moving XMPP library to Fluux project 6 years ago
client_test.go Moving XMPP library to Fluux project 6 years ago
codeship-services.yml Add Codecov support 6 years ago
codeship-steps.yml Workaround Codeship coverage upload report issues 6 years ago
codeship.env.encrypted Add missing codecov token 6 years ago
doc.go Add package level documentation. 6 years ago
iq.go Fix missing packages and references 6 years ago
iq_test.go Moving XMPP library to Fluux project 6 years ago
jid.go Moving XMPP library to Fluux project 6 years ago
jid_test.go Moving XMPP library to Fluux project 6 years ago
message.go Moving XMPP library to Fluux project 6 years ago
ns.go Moving XMPP library to Fluux project 6 years ago
options.go Moving XMPP library to Fluux project 6 years ago
packet.go Moving XMPP library to Fluux project 6 years ago
parser.go Moving XMPP library to Fluux project 6 years ago
presence.go Moving XMPP library to Fluux project 6 years ago
session.go Moving XMPP library to Fluux project 6 years ago
socket_proxy.go Moving XMPP library to Fluux project 6 years ago
starttls.go Moving XMPP library to Fluux project 6 years ago
stream.go Moving XMPP library to Fluux project 6 years ago
tcp_server_mock.go Moving XMPP library to Fluux project 6 years ago
test.sh Workaround Codeship coverage upload report issues 6 years ago

README.md

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.