go-xmpp/_examples/delegation
Wichert Akkerman 7fa4b06705 Move address into transport config
This makes it possible to use a factory function to create a transport of the right type and not having to repeat the address when calling Transport.Connect()
2019-10-28 16:38:10 +01:00
..
delegation.go Move address into transport config 2019-10-28 16:38:10 +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).