aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/stream.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-26feat: stream error handlingLibravatar cel 🌸1-2/+2
2025-02-25implement Clone for error typesLibravatar cel 🌸1-1/+1
2025-02-25implement Error for stanza crate error typesLibravatar cel 🌸1-1/+16
2025-02-25cleanupLibravatar cel 🌸1-5/+3
2024-12-04use cargo workspaceLibravatar cel 🌸1-18/+32
2024-12-04implement send_stanzaLibravatar cel 🌸1-0/+1
2024-12-03implement remaining rfc6120 xml schemasLibravatar cel 🌸1-2/+28
2024-12-02implement bindLibravatar cel 🌸1-2/+7
2024-11-29implement sasl kindaLibravatar cel 🌸1-24/+18
2024-11-28use element builder and parse methodsLibravatar cel 🌸1-148/+82
2024-11-24fix: use namespace_declaration_overridesLibravatar cel 🌸1-5/+5
2024-11-24implement starttlsLibravatar cel 🌸1-1/+72
2024-11-23switch to using peanuts for xmlLibravatar cel 🌸1-37/+132
2023-10-21implement connectionLibravatar cel 🌸1-7/+12
2023-10-20WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸1-178/+48
2023-08-02implement resource bindingLibravatar cel 🌸1-1/+5
2023-07-12reimplement sasl (with SCRAM!)Libravatar cel 🌸1-10/+10
2023-07-12use Stream 'ns' valueLibravatar cel 🌸1-4/+7
2023-07-12move Element to stanza and make write() a methodLibravatar cel 🌸1-1/+2
2023-07-11remove serde functionsLibravatar cel 🌸1-28/+169
2023-07-04horribleLibravatar cel 🌸1-1/+6
2023-06-19implement starttlsLibravatar cel 🌸1-0/+36