Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |