Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Apply go fmt | xengineering | |
2023-07-04 | Remove unused code | xengineering | |
2023-07-04 | Re-implement resource binding and presence | xengineering | |
This was removed for refactoring. | |||
2023-07-04 | Add namespace to streamFeatures struct | xengineering | |
This prevents collisions. | |||
2023-07-04 | Re-implement SASL | xengineering | |
Was broken because of switch to new RX concept. | |||
2023-07-04 | Rework routing completely | xengineering | |
2023-07-04 | Further reduce complexity of streamFeatures struct | xengineering | |
2023-07-04 | Just pass parsed data if successful | xengineering | |
2023-07-04 | Reduce complexity of streamFeatures struct | xengineering | |
2023-07-04 | First working version of new RX concept | xengineering | |
This uses xml.Decoder.DecodeElement() which makes parsing way easier. This first step is just able to parse stream features partially. | |||
2023-07-04 | Re-implement stream open and close | xengineering | |
This is more suitable for the new RX concept. | |||
2023-07-04 | Remove runStreamPair() | xengineering | |
This will not be used in the new RX concept. | |||
2023-07-03 | Move xml.Encoder to session struct | xengineering | |
The encoderDecoder sub-struct of the session struct should be removed in little steps. This is the first one. | |||
2023-07-03 | Rename stream_pair.go to streams.go | xengineering | |
The fact that it is actually about a pair of XML streams is obvious and not that relevant. A shorter name has a higher priority. |