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 b9b77f6be9
Improve code documentation
6 years ago
cmd Clean-up 6 years ago
iot Fix custom import path 6 years ago
pep Refactor attributes name 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 Update README.md 6 years ago
auth.go Work-in-progress on dynamic IQ parsing 6 years ago
client.go Test and code refactor 6 years ago
client_test.go Work-in-progress on dynamic IQ parsing 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
component.go IQ error management 6 years ago
component_test.go Code clean-up 6 years ago
doc.go Improve code documentation 6 years ago
iq.go Improve code documentation 6 years ago
iq_test.go Implement error parsing 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 Improve presence / message test 6 years ago
message_test.go Improve code documentation 6 years ago
ns.go Component skeleton 6 years ago
options.go Moving XMPP library to Fluux project 6 years ago
packet.go Refactor parsing / improve typing 6 years ago
parser.go Clean-up 6 years ago
presence.go Improve presence / message test 6 years ago
presence_test.go Improve code documentation 6 years ago
session.go Work-in-progress on dynamic IQ parsing 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 Work-in-progress on dynamic IQ parsing 6 years ago
tcp_server_mock.go Moving XMPP library to Fluux project 6 years ago
test.sh If codecov script is not available, do not try to upload 6 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.
  • For writing XMPP servers components.