1
0
forked from jshiffer/go-xmpp
your #1 source of programming antipatterns
Go to file
Martin 9129a110df
fix syntax errors ()
* Fix syntax errors.

* gofmt
2023-03-03 00:20:58 +09:00
_example if username or password are specified, don't assume anonymous in example.go 2015-04-12 22:18:06 -07:00
.travis.yml add .travis.yml 2016-11-21 10:25:22 +09:00
LICENSE add LICENSE file. 2011-02-28 11:46:55 +09:00
README.md Update README.md 2017-09-13 22:09:24 +02:00
xmpp_avatar.go Implement XEP-0084 (User Avatar) () 2021-01-21 17:24:39 +09:00
xmpp_disco.go Implement Disco queries against other entities () 2023-03-02 13:23:29 +09:00
xmpp_information_query.go Implement Disco queries against other entities () 2023-03-02 13:23:29 +09:00
xmpp_muc.go Print sent stanzas in debug mode. () 2023-03-02 13:22:44 +09:00
xmpp_ping.go Print sent stanzas in debug mode. () 2023-03-02 13:22:44 +09:00
xmpp_pubsub.go Implement a bit of XEP-0060 (PubSub) () 2020-03-09 18:10:41 +09:00
xmpp_subscription.go Print sent stanzas in debug mode. () 2023-03-02 13:22:44 +09:00
xmpp_test.go Add xml attribute support for XMLElement () 2022-05-13 17:24:06 +09:00
xmpp.go fix syntax errors () 2023-03-03 00:20:58 +09:00

go-xmpp

go xmpp library (original was written by russ cox )

Documentation