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 cf836f5f71
Add CoC and contribution guide
5 years ago
cmd Move project to gosrc.io/xmpp 5 years ago
iot Move project to gosrc.io/xmpp 5 years ago
pep Fix broken imports 5 years ago
.gitignore Add Codecov support 6 years ago
CODE_OF_CONDUCT.md Add CoC and contribution guide 5 years ago
CONTRIBUTING.md Add CoC and contribution guide 5 years ago
Dockerfile Fix path in Dockerfile 5 years ago
LICENSE Moving XMPP library to Fluux project 6 years ago
README.md Update README.md 5 years ago
auth.go Move project to gosrc.io/xmpp 5 years ago
client.go Move project to gosrc.io/xmpp 5 years ago
client_test.go Move project to gosrc.io/xmpp 5 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 Move project to gosrc.io/xmpp 5 years ago
component_test.go Move project to gosrc.io/xmpp 5 years ago
config.go Merge pull request #13 from hypafrag/xml_charset_reader_support 5 years ago
control_test.go Fix broken imports 5 years ago
doc.go Move project to gosrc.io/xmpp 5 years ago
go.mod Support Go Modules 5 years ago
go.sum Support Go Modules 5 years ago
iq.go Fix broken imports 5 years ago
iq_test.go Move project to gosrc.io/xmpp 5 years ago
jid.go Fix typo 5 years ago
jid_test.go Move project to gosrc.io/xmpp 5 years ago
message.go Move project to gosrc.io/xmpp 5 years ago
message_test.go Move project to gosrc.io/xmpp 5 years ago
ns.go Move project to gosrc.io/xmpp 5 years ago
packet.go Move project to gosrc.io/xmpp 5 years ago
parser.go Move project to gosrc.io/xmpp 5 years ago
presence.go Move project to gosrc.io/xmpp 5 years ago
presence_test.go Move project to gosrc.io/xmpp 5 years ago
session.go Merge pull request #13 from hypafrag/xml_charset_reader_support 5 years ago
socket_proxy.go Move project to gosrc.io/xmpp 5 years ago
starttls.go Move project to gosrc.io/xmpp 5 years ago
stream.go Move project to gosrc.io/xmpp 5 years ago
tcp_server_mock.go Move project to gosrc.io/xmpp 5 years ago
test.sh If codecov script is not available, do not try to upload 6 years ago

README.md

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