Age | Commit message (Expand) | Author |
2023-07-06 | Implement roster result handling | xengineering |
2023-07-06 | Implement roster get request | xengineering |
2023-07-06 | Use different IQ struct for RX and TX | xengineering |
2023-07-05 | Migrate bind sending to new generic iq struct | xengineering |
2023-07-05 | Migrate bind receive to new iq struct | xengineering |
2023-07-05 | Add new generic iq struct | xengineering |
2023-07-05 | Move bind logic to new xmpp/iq.go | xengineering |
2023-07-05 | Apply go fmt | xengineering |
2023-07-05 | Implement echo bot | xengineering |
2023-07-04 | Implement (chat) message receiving backend | xengineering |
2023-07-04 | Apply go fmt | xengineering |
2023-07-04 | Remove unused code | xengineering |
2023-07-04 | Re-implement resource binding and presence | xengineering |
2023-07-04 | Add namespace to streamFeatures struct | xengineering |
2023-07-04 | Re-implement SASL | xengineering |
2023-07-04 | Introduce handle() as dummy | xengineering |
2023-07-04 | Implement XML element parsing with Generic | xengineering |
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 |
2023-07-04 | Remove unit test for router | xengineering |
2023-07-04 | Re-implement stream open and close | xengineering |
2023-07-04 | Remove xmpp.presence type | xengineering |
2023-07-04 | Remove runStreamPair() | xengineering |
2023-07-04 | Remove element_buffer | xengineering |
2023-07-03 | Remove encoderDecoder struct completely | xengineering |
2023-07-03 | Move xml.Encoder to session struct | xengineering |
2023-07-03 | Rename encoder_decoder.go to xml.go | xengineering |
2023-07-03 | Rename stream_pair.go to streams.go | xengineering |
2023-07-03 | Use xml.Encoder.EncodeElement() for presence | xengineering |
2023-07-03 | Switch to EncodeElement() for resource binding | xengineering |
2023-07-03 | Switch to EncodeElement() for SASL auth | xengineering |
2023-07-01 | Drop xml.{ProcInst,Directive,Comment} | xengineering |
2023-07-01 | Improve prefix and disable indent | xengineering |
2023-07-01 | Add log module based XML logging with prefix | xengineering |
2023-07-01 | Implement byte-based logging for RX | xengineering |
2023-07-01 | Implement byte-based logging for TX | xengineering |
2023-06-30 | Send initial presence after resource result | xengineering |
2023-06-30 | Apply go fmt | xengineering |
2023-06-30 | Add log-only handler for received IQ stanzas | xengineering |
2023-06-30 | Implement resource binding request | xengineering |
2023-06-30 | Implement detection of resource binding offer | xengineering |
2023-06-30 | Apply go fmt | xengineering |
2023-06-30 | Implement basic handler for failed SASL auth | xengineering |
2023-06-30 | Make streamFeaturesHandler() more generic | xengineering |
2023-06-30 | Rework and apply stream nesting on SASL success | xengineering |
2023-06-30 | Add SASL success handler | xengineering |
2023-06-30 | Send SASL request based on new routing | xengineering |