You cannot 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-xmpp/_examples
remicorniere 947fcf0432 PubSub protocol support (#142)
* PubSub protocol support
Added support for :
- XEP-0050   (Command))
- XEP-0060   (PubSub)
- XEP-0004   (Forms)

Fixed the NewClient function by adding parsing of the domain from the JID if no domain is provided in transport config.
Updated xmpp_jukebox example

* Delete useless pubsub errors

* README.md update
Fixed import in echo example

* Typo

* Fixed raw send on client example

* Fixed jukebox example and added a README.md
4 years ago
..
custom_stanza Improves documentation: Explain how to create a custom stanza extension 5 years ago
delegation PubSub protocol support (#142) 4 years ago
muc_bot Fix issues after refactor 5 years ago
xmpp_chat_client PubSub protocol support (#142) 4 years ago
xmpp_component Added callback to process errors after connection. 5 years ago
xmpp_component2 Added xmpp_component2 example. 4 years ago
xmpp_echo PubSub protocol support (#142) 4 years ago
xmpp_jukebox PubSub protocol support (#142) 4 years ago
xmpp_oauth2 Added callback to process errors after connection. 5 years ago
xmpp_websocket Added callback to process errors after connection. 5 years ago
go.mod Update requirements to go1.13 as required by new websockets dependencies 5 years ago
go.sum Added xmpp_component2 example. 4 years ago