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 a6b003ccd3
Add Codecov support
6 years ago
cmd Moving XMPP library to Fluux project 6 years ago
iot Moving XMPP library to Fluux project 6 years ago
pep Fix missing packages and references 6 years ago
.gitignore Add Codecov support 6 years ago
.travis.yml Fix Coveralls support 8 years ago
Dockerfile Add Codecov support 6 years ago
LICENSE Moving XMPP library to Fluux project 6 years ago
README.md Add new test badge from Codeship 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 Add Codecov support 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

README.md

Go XMPP library

Codeship Status for FluuxIO/xmpp

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.