mirror of
https://github.com/FluuxIO/go-xmpp
synced 2024-11-11 07:11:03 +00:00
6 lines
259 B
Markdown
6 lines
259 B
Markdown
# 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.
|