Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Remove xmpp.presence type | xengineering | |
This was empty and has no benefit. | |||
2023-07-03 | Move xml.Encoder to session struct | xengineering | |
The encoderDecoder sub-struct of the session struct should be removed in little steps. This is the first one. | |||
2023-07-03 | Use xml.Encoder.EncodeElement() for presence | xengineering | |
This required the trick of defining an empty struct as `presence` type but works pretty well. For sending data EncodeElement instead of token handling should always work. Since it is simpler it should be used. | |||
2023-06-30 | Send initial presence after resource result | xengineering | |
This completes the connection process. |