summaryrefslogtreecommitdiff
path: root/xmpp/jid.go
AgeCommit message (Expand)Author
2023-07-05Move bind logic to new xmpp/iq.goxengineering
2023-07-04Apply go fmtxengineering
2023-07-04Re-implement resource binding and presencexengineering
2023-07-03Move xml.Encoder to session structxengineering
2023-07-03Switch to EncodeElement() for resource bindingxengineering
2023-06-30Send initial presence after resource resultxengineering
2023-06-30Apply go fmtxengineering
2023-06-30Implement resource binding requestxengineering
2023-06-30Implement detection of resource binding offerxengineering
2023-05-25Add unit test for xmpp.username() and fix itxengineering
2023-05-21Implement SASL PLAIN authenticationxengineering
2023-05-15Split JID logic into xmpp/jid.goxengineering