Go to file
Mickaël Rémond 91a7cc9c64
Merge pull request #16 from TheoMcGinley/infinite-retries-fix
Fixed infinite retries for failed TCP dial
2019-02-11 09:48:30 +01:00
cmd Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
iot Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
pep Fix broken imports 2018-12-26 19:10:30 +01:00
.gitignore Add Codecov support 2018-01-01 18:57:56 +01:00
auth.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
client.go Merge pull request #16 from TheoMcGinley/infinite-retries-fix 2019-02-11 09:48:30 +01:00
client_test.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
CODE_OF_CONDUCT.md Add CoC and contribution guide 2019-01-21 16:24:26 +01:00
codeship-services.yml Add Codecov support 2018-01-01 18:57:56 +01:00
codeship-steps.yml Workaround Codeship coverage upload report issues 2018-01-02 16:21:45 +01:00
codeship.env.encrypted Add missing codecov token 2018-01-01 18:59:19 +01:00
component.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
component_test.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
config.go Merge pull request #13 from hypafrag/xml_charset_reader_support 2019-01-17 12:03:37 +01:00
CONTRIBUTING.md Add CoC and contribution guide 2019-01-21 16:24:26 +01:00
control_test.go Fix broken imports 2018-12-26 19:10:30 +01:00
doc.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
Dockerfile Add test (and refactor them) for PR#15 (#18) 2019-02-10 17:53:18 +01:00
go.mod Use tagged version for soundcloud and mgp123 2019-01-23 09:22:15 +01:00
go.sum Use tagged version for soundcloud and mgp123 2019-01-23 09:22:15 +01:00
iq.go Fix broken imports 2018-12-26 19:10:30 +01:00
iq_test.go Add test (and refactor them) for PR#15 (#18) 2019-02-10 17:53:18 +01:00
jid.go Fix typo 2018-12-26 19:20:56 +01:00
jid_test.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
LICENSE Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
message.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
message_test.go Add test (and refactor them) for PR#15 (#18) 2019-02-10 17:53:18 +01:00
ns.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
packet.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
parser.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
presence.go Parse show, status, and priority of presence stanzas as child elements instead of attributes 2019-02-09 14:18:37 +00:00
presence_test.go Add test (and refactor them) for PR#15 (#18) 2019-02-10 17:53:18 +01:00
README.md Update README.md 2019-01-10 18:12:07 +01:00
session.go Merge pull request #13 from hypafrag/xml_charset_reader_support 2019-01-17 12:03:37 +01:00
socket_proxy.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
starttls.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
stream.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
tcp_server_mock.go Move project to gosrc.io/xmpp 2018-12-26 18:50:01 +01:00
test.sh Add test (and refactor them) for PR#15 (#18) 2019-02-10 17:53:18 +01:00
xmpp_test.go Add test (and refactor them) for PR#15 (#18) 2019-02-10 17:53:18 +01:00

Go XMPP

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.

The library is designed to have minimal dependencies. For now, the library does not depends on any other library.

Usage

Please, check GoDoc for more information: gosrc.io/xmpp