summaryrefslogtreecommitdiff
path: root/xmpp
AgeCommit message (Expand)Author
2023-07-03Remove intended breakagexengineering
2023-07-03BROKEN: Make bug reliablexengineering
2023-07-01Drop xml.{ProcInst,Directive,Comment}xengineering
2023-07-01Improve prefix and disable indentxengineering
2023-07-01Add log module based XML logging with prefixxengineering
2023-07-01Implement byte-based logging for RXxengineering
2023-07-01Implement byte-based logging for TXxengineering
2023-06-30Send initial presence after resource resultxengineering
2023-06-30Apply go fmtxengineering
2023-06-30Add log-only handler for received IQ stanzasxengineering
2023-06-30Implement resource binding requestxengineering
2023-06-30Implement detection of resource binding offerxengineering
2023-06-30Apply go fmtxengineering
2023-06-30Implement basic handler for failed SASL authxengineering
2023-06-30Make streamFeaturesHandler() more genericxengineering
2023-06-30Rework and apply stream nesting on SASL successxengineering
2023-06-30Add SASL success handlerxengineering
2023-06-30Send SASL request based on new routingxengineering
2023-06-30Add session pointer to routing infrastructurexengineering
2023-06-30Fix debug messagexengineering
2023-06-30Move SASL mechanism detection to xmpp/sasl.goxengineering
2023-06-30Add detection for SASL mechanismxengineering
2023-06-30Add dummy handler for stream features elementsxengineering
2023-06-30Add unit test for routing functionxengineering
2023-06-30Add xmpp/router.goxengineering
2023-06-29Add FIXME to element buffer specificationxengineering
2023-06-29Document element buffer test point structxengineering
2023-06-29Minor improvements to element buffer testxengineering
2023-06-29xmpp: Add indent level test for elementBufferxengineering
2023-06-28xmpp: Implement basic elementBufferxengineering
2023-06-28Apply go fmtxengineering
2023-06-28xmpp: Implement syncStreams()xengineering
2023-06-28xmpp: Move Stream logic to stream_pair.goxengineering
2023-06-28Temporarily drop SASL authxengineering
2023-06-27xmpp: Re-introduce SASL authenticationxengineering
2023-06-27xmpp: StartSession(): Switch to directed chanxengineering
2023-06-27xmpp: Add name to return value of StartSessionxengineering
2023-06-27Apply go fmtxengineering
2023-06-27xmpp: Remove unused codexengineering
2023-06-16Add chan xml.Token xmpp.session.rxxengineering
2023-06-05Re-implement XML decodingxengineering
2023-06-05Re-implement initial stream start/endxengineering
2023-06-05Re-implement XML encodingxengineering
2023-06-04Implement dummy XML encoder and decoderxengineering
2023-06-03Re-implement transport setup in sessionxengineering
2023-06-03Introduce new communication patternxengineering
2023-06-03Implement dummy sessionxengineering
2023-05-25Add unit test for xmpp.username() and fix itxengineering
2023-05-25Implement first unit test and integrate into buildxengineering
2023-05-22Rename xmpp/xmpp.go -> xmpp/conn.goxengineering