go-xmpp/_examples/delegation
CORNIERE Rémi 00ceeeb5d4 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
2020-01-09 07:11:35 +01:00
..
delegation.go PubSub protocol support 2020-01-09 07:11:35 +01:00
README.md Add namespace delegation and priviledged entity example 2019-06-18 14:36:56 +02:00

Advanced component: delegation

delegation is an example of advanced component supporting Namespace Delegation (XEP-0355) and privileged entity (XEP-356).