summaryrefslogtreecommitdiff
path: root/xmpp/iq.go
AgeCommit message (Collapse)Author
2023-07-05Migrate bind sending to new generic iq structxengineering
This makes the code way less complex.
2023-07-05Migrate bind receive to new iq structxengineering
2023-07-05Add new generic iq structxengineering
This will cover all iq use cases with optional arguments and sub-elements.
2023-07-05Move bind logic to new xmpp/iq.goxengineering
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.