You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-xmpp/_examples/custom_stanza
rcorniere 8798ff6fc1
- Changed IQ stanzas to pointer semantics
4 years ago
..
README.md Improves documentation: Explain how to create a custom stanza extension 5 years ago
custom_stanza.go - Changed IQ stanzas to pointer semantics 4 years ago

README.md

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.