Age | Commit message (Expand) | Author |
---|---|---|
2023-07-05 | Move bind logic to new xmpp/iq.go | xengineering |
2023-07-04 | Apply go fmt | xengineering |
2023-07-04 | Re-implement resource binding and presence | xengineering |
2023-07-03 | Move xml.Encoder to session struct | xengineering |
2023-07-03 | Switch to EncodeElement() for resource binding | xengineering |
2023-06-30 | Send initial presence after resource result | xengineering |
2023-06-30 | Apply go fmt | xengineering |
2023-06-30 | Implement resource binding request | xengineering |
2023-06-30 | Implement detection of resource binding offer | xengineering |
2023-05-25 | Add unit test for xmpp.username() and fix it | xengineering |
2023-05-21 | Implement SASL PLAIN authentication | xengineering |
2023-05-15 | Split JID logic into xmpp/jid.go | xengineering |