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
2020-01-09 15:33:11 +01:00
..
custom_stanza Improves documentation: Explain how to create a custom stanza extension 2019-06-28 16:19:09 +02:00
delegation PubSub protocol support (#142) 2020-01-09 15:33:11 +01:00
muc_bot Fix issues after refactor 2019-11-08 12:07:55 +01:00
xmpp_chat_client PubSub protocol support (#142) 2020-01-09 15:33:11 +01:00
xmpp_component Added callback to process errors after connection. 2019-12-06 15:42:01 +01:00
xmpp_component2 Added xmpp_component2 example. 2019-12-26 15:05:34 +01:00
xmpp_echo PubSub protocol support (#142) 2020-01-09 15:33:11 +01:00
xmpp_jukebox PubSub protocol support (#142) 2020-01-09 15:33:11 +01:00
xmpp_oauth2 Added callback to process errors after connection. 2019-12-06 15:42:01 +01:00
xmpp_websocket Added callback to process errors after connection. 2019-12-06 15:42:01 +01:00
go.mod Update requirements to go1.13 as required by new websockets dependencies 2019-10-29 14:52:31 +01:00
go.sum Added xmpp_component2 example. 2019-12-26 15:05:34 +01:00