go-xmpp/_examples/delegation
Wichert Akkerman 92329b48e6 Transports need to handle open/close stanzas
XMPP and WebSocket transports require different open and close stanzas. To
handle this the responsibility handling those and creating the XML decoder is
moved to the Transport.
2019-10-28 16:38:10 +01:00
..
delegation.go Transports need to handle open/close stanzas 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).