aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* WIP: clientLibravatar cel 🌸2025-01-027-3/+194
|
* add jabber:iq:stanza parsersLibravatar cel 🌸2024-12-222-0/+154
|
* stream and sink splitLibravatar cel 🌸2024-12-221-8/+4
|
* implement sink and stream with tokio::spawnLibravatar cel 🌸2024-12-2211-101/+336
|
* implement sink and stream properly UNFOLD UNFOLDLibravatar cel 🌸2024-12-066-35/+181
|
* add specs to implement to readmeLibravatar cel 🌸2024-12-041-1/+108
|
* use cargo workspaceLibravatar cel 🌸2024-12-0426-127/+2056
|
* rename jabber to jabber_streamLibravatar cel 🌸2024-12-042-2/+2
|
* implement send_stanzaLibravatar cel 🌸2024-12-046-117/+38
|
* implement clientLibravatar cel 🌸2024-12-045-86/+213
|
* WIP: connecting fsmLibravatar cel 🌸2024-12-036-283/+401
|
* implement remaining rfc6120 xml schemasLibravatar cel 🌸2024-12-0310-28/+562
|
* implement bindLibravatar cel 🌸2024-12-0215-11/+654
|
* add sasl failure typeLibravatar cel 🌸2024-11-294-9/+96
|
* implement sasl kindaLibravatar cel 🌸2024-11-296-48/+422
|
* change ensure_tls to no longer start streamLibravatar cel 🌸2024-11-282-3/+5
|
* 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-245-48/+290
|
* switch to using peanuts for xmlLibravatar cel 🌸2024-11-238-141/+184
|
* rename crateLibravatar cel 🌸2023-11-231-1/+1
|
* implement stream startLibravatar cel 🌸2023-10-284-70/+74
|
* remove notes.mdLibravatar cel 🌸2023-10-211-5/+0
|
* add logging to connection.rsLibravatar cel 🌸2023-10-213-8/+28
|
* implement connectionLibravatar cel 🌸2023-10-2111-593/+391
|
* WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸2023-10-2015-1296/+241
|
* WIP: messLibravatar cel 🌸2023-10-205-147/+134
|
* rename crateLibravatar cel 🌸2023-08-061-1/+1
|
* WIP: refactor Element type - namespace workLibravatar cel 🌸2023-08-053-166/+271
|
* WIP: refactor Element type - main architecture doneLibravatar cel 🌸2023-08-051-41/+182
|
* WIP: refactor Element typeLibravatar cel 🌸2023-08-052-134/+226
|
* WIP: refactor Element typeLibravatar cel 🌸2023-08-023-4/+116
|
* implement resource bindingLibravatar cel 🌸2023-08-029-52/+385
|
* reimplement sasl (with SCRAM!)Libravatar cel 🌸2023-07-1210-69/+356
|
* add TODO.mdLibravatar cel 🌸2023-07-121-0/+9
|
* use Stream 'ns' valueLibravatar cel 🌸2023-07-122-5/+7
|
* remove serde dependenciesLibravatar cel 🌸2023-07-121-2/+1
|
* remove element moduleLibravatar cel 🌸2023-07-121-1/+0
|
* move Element to stanza and make write() a methodLibravatar cel 🌸2023-07-126-116/+127
|
* remove serde functionsLibravatar cel 🌸2023-07-1113-309/+389
|
* horribleLibravatar cel 🌸2023-07-0410-44/+329
|
* remove bytes deserializerLibravatar cel 🌸2023-06-241-1/+0
|
* implement starttlsLibravatar cel 🌸2023-06-199-160/+441
|
* refactor jabber clientLibravatar cel 🌸2023-06-162-25/+85
|
* implement client socket resolutionLibravatar cel 🌸2023-06-162-6/+107
|
* make JID struct etc. publicLibravatar cel 🌸2023-06-161-6/+10
|
* simplify domainpartLibravatar cel 🌸2023-06-131-48/+3
|
* initial commitLibravatar cel 🌸2023-06-134-0/+209