| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-05 | Migrate bind sending to new generic iq struct | xengineering | |
| This makes the code way less complex. | |||
| 2023-07-05 | Migrate bind receive to new iq struct | xengineering | |
| 2023-07-05 | Add new generic iq struct | xengineering | |
| This will cover all iq use cases with optional arguments and sub-elements. | |||
| 2023-07-05 | Move bind logic to new xmpp/iq.go | xengineering | |
| The bind request / response works with IQ stanzas. Because of the way encoding and decoding is done with LimoX / the Go standard library it makes sense to group IQ-based logic in a separat file since the struct for IQs will be there. | |||
