1
0
forked from jshiffer/go-xmpp
genofire d9fdff0839 Add constants (enumlike) for stanza types and simplify packet creation ()
* Add constants (enumlike) for stanza types
* NewIQ, NewMessage and NewPresence are now initialized with the Attrs struct
* Update examples
* Do not export backoff code. For now, we do not need to expose backoff in the documentation
* Make presence priority an int8
2019-06-22 11:13:33 +02:00
..

Advanced component: delegation

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