aboutsummaryrefslogtreecommitdiffstats
path: root/src/stanza (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use cargo workspaceLibravatar cel 🌸2024-12-0412-1584/+0
|
* implement send_stanzaLibravatar cel 🌸2024-12-042-2/+3
|
* implement clientLibravatar cel 🌸2024-12-041-7/+20
|
* implement remaining rfc6120 xml schemasLibravatar cel 🌸2024-12-038-18/+549
|
* implement bindLibravatar cel 🌸2024-12-0213-9/+540
|
* add sasl failure typeLibravatar cel 🌸2024-11-291-4/+80
|
* implement sasl kindaLibravatar cel 🌸2024-11-292-24/+187
|
* use element builder and parse methodsLibravatar cel 🌸2024-11-282-253/+127
|
* fix: use namespace_declaration_overridesLibravatar cel 🌸2024-11-242-24/+9
|
* implement starttlsLibravatar cel 🌸2024-11-242-1/+234
|
* switch to using peanuts for xmlLibravatar cel 🌸2024-11-232-42/+135
|
* implement connectionLibravatar cel 🌸2023-10-212-8/+15
|
* WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸2023-10-208-1189/+56
|
* WIP: messLibravatar cel 🌸2023-10-204-144/+130
|
* WIP: refactor Element type - namespace workLibravatar cel 🌸2023-08-052-165/+263
|
* WIP: refactor Element type - main architecture doneLibravatar cel 🌸2023-08-051-41/+182
|
* WIP: refactor Element typeLibravatar cel 🌸2023-08-051-134/+225
|
* WIP: refactor Element typeLibravatar cel 🌸2023-08-021-4/+106
|
* implement resource bindingLibravatar cel 🌸2023-08-025-39/+322
|
* reimplement sasl (with SCRAM!)Libravatar cel 🌸2023-07-123-34/+223
|
* use Stream 'ns' valueLibravatar cel 🌸2023-07-121-4/+7
|
* move Element to stanza and make write() a methodLibravatar cel 🌸2023-07-122-1/+122
|
* remove serde functionsLibravatar cel 🌸2023-07-113-52/+173
|
* horribleLibravatar cel 🌸2023-07-043-1/+39
|
* implement starttlsLibravatar cel 🌸2023-06-192-0/+37