go-xmpp/_examples/custom_stanza
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
- Fixed commands from v 0.4.0 and tests
- Added primitive Result Sets support (XEP-0059)
2020-01-31 11:48:03 +01:00
..
custom_stanza.go - Changed IQ stanzas to pointer semantics 2020-01-31 11:48:03 +01:00
README.md Improves documentation: Explain how to create a custom stanza extension 2019-06-28 16:19:09 +02:00

Custom Stanza example

This module show how to implement a custom extension for your own client, without having to modify or fork Fluux XMPP.

It help integrating your custom extension in the standard stream parsing, marshalling and unmarshalling workflow.