summaryrefslogtreecommitdiff
path: root/xmpp
AgeCommit message (Expand)Author
2023-07-09Pass roster result to limox structxengineering
2023-07-06Apply go fmtxengineering
2023-07-06Implement roster result handlingxengineering
2023-07-06Implement roster get requestxengineering
2023-07-06Use different IQ struct for RX and TXxengineering
2023-07-05Migrate bind sending to new generic iq structxengineering
2023-07-05Migrate bind receive to new iq structxengineering
2023-07-05Add new generic iq structxengineering
2023-07-05Move bind logic to new xmpp/iq.goxengineering
2023-07-05Apply go fmtxengineering
2023-07-05Implement echo botxengineering
2023-07-04Implement (chat) message receiving backendxengineering
2023-07-04Apply go fmtxengineering
2023-07-04Remove unused codexengineering
2023-07-04Re-implement resource binding and presencexengineering
2023-07-04Add namespace to streamFeatures structxengineering
2023-07-04Re-implement SASLxengineering
2023-07-04Introduce handle() as dummyxengineering
2023-07-04Implement XML element parsing with Genericxengineering
2023-07-04Rework routing completelyxengineering
2023-07-04Further reduce complexity of streamFeatures structxengineering
2023-07-04Just pass parsed data if successfulxengineering
2023-07-04Reduce complexity of streamFeatures structxengineering
2023-07-04First working version of new RX conceptxengineering
2023-07-04Remove unit test for routerxengineering
2023-07-04Re-implement stream open and closexengineering
2023-07-04Remove xmpp.presence typexengineering
2023-07-04Remove runStreamPair()xengineering
2023-07-04Remove element_bufferxengineering
2023-07-03Remove encoderDecoder struct completelyxengineering
2023-07-03Move xml.Encoder to session structxengineering
2023-07-03Rename encoder_decoder.go to xml.goxengineering
2023-07-03Rename stream_pair.go to streams.goxengineering
2023-07-03Use xml.Encoder.EncodeElement() for presencexengineering
2023-07-03Switch to EncodeElement() for resource bindingxengineering
2023-07-03Switch to EncodeElement() for SASL authxengineering
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