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 710174b165
Moving XMPP library to Fluux project
6 years ago
cmd Moving XMPP library to Fluux project 6 years ago
iot Moving XMPP library to Fluux project 6 years ago
pep Moving XMPP library to Fluux project 6 years ago
.gitignore Ignore MacOS Finder files 7 years ago
.travis.yml Fix Coveralls support 8 years ago
LICENSE Moving XMPP library to Fluux project 6 years ago
README.md Moving XMPP library to Fluux project 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
iq.go Moving XMPP library to Fluux project 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

Build Status Coverage Status

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.