summaryrefslogtreecommitdiff
path: root/xmpp/session.go
AgeCommit message (Expand)Author
2023-07-04Apply go fmtxengineering
2023-07-04Re-implement SASLxengineering
2023-07-04Introduce handle() as dummyxengineering
2023-07-04First working version of new RX conceptxengineering
2023-07-04Re-implement stream open and closexengineering
2023-07-04Remove runStreamPair()xengineering
2023-07-03Remove encoderDecoder struct completelyxengineering
2023-07-03Move xml.Encoder to session structxengineering
2023-06-30Send initial presence after resource resultxengineering
2023-06-30Rework and apply stream nesting on SASL successxengineering
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