You cannot 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 8470c01c09
Implement error parsing
7 years ago
cmd Test and code refactor 7 years ago
iot Fix custom import path 7 years ago
pep Refactor attributes name 7 years ago
.gitignore Add Codecov support 7 years ago
Dockerfile Workaround Codeship coverage upload report issues 7 years ago
LICENSE Moving XMPP library to Fluux project 7 years ago
README.md Add Go Report Cart badge 7 years ago
auth.go Work-in-progress on dynamic IQ parsing 7 years ago
client.go Test and code refactor 7 years ago
client_test.go Work-in-progress on dynamic IQ parsing 7 years ago
codeship-services.yml Add Codecov support 7 years ago
codeship-steps.yml Workaround Codeship coverage upload report issues 7 years ago
codeship.env.encrypted Add missing codecov token 7 years ago
component.go Test and code refactor 7 years ago
component_test.go Code clean-up 7 years ago
doc.go Fix formatting 7 years ago
iq.go Implement error parsing 7 years ago
iq_test.go Implement error parsing 7 years ago
jid.go Moving XMPP library to Fluux project 7 years ago
jid_test.go Moving XMPP library to Fluux project 7 years ago
message.go Refactor parsing / improve typing 7 years ago
ns.go Component skeleton 7 years ago
options.go Moving XMPP library to Fluux project 7 years ago
packet.go Refactor parsing / improve typing 7 years ago
parser.go Refactor parsing / improve typing 7 years ago
presence.go Refactor parsing / improve typing 7 years ago
session.go Work-in-progress on dynamic IQ parsing 7 years ago
socket_proxy.go Moving XMPP library to Fluux project 7 years ago
starttls.go Moving XMPP library to Fluux project 7 years ago
stream.go Work-in-progress on dynamic IQ parsing 7 years ago
tcp_server_mock.go Moving XMPP library to Fluux project 7 years ago
test.sh If codecov script is not available, do not try to upload 7 years ago

README.md

Go XMPP library

Codeship Status for FluuxIO/xmpp GoDoc GoReportCard 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.