aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use cargo workspaceLibravatar cel 🌸2024-12-0418-2701/+0
|
* rename jabber to jabber_streamLibravatar cel 🌸2024-12-042-2/+2
|
* implement send_stanzaLibravatar cel 🌸2024-12-045-117/+28
|
* implement clientLibravatar cel 🌸2024-12-045-86/+213
|
* WIP: connecting fsmLibravatar cel 🌸2024-12-035-283/+400
|
* 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-293-8/+95
|
* implement sasl kindaLibravatar cel 🌸2024-11-295-47/+421
|
* 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-237-138/+183
|
* implement stream startLibravatar cel 🌸2023-10-283-70/+73
|
* add logging to connection.rsLibravatar cel 🌸2023-10-211-7/+22
|
* implement connectionLibravatar cel 🌸2023-10-219-584/+369
|
* WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸2023-10-2014-1295/+237
|
* WIP: messLibravatar cel 🌸2023-10-205-147/+134
|
* 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-028-52/+384
|
* reimplement sasl (with SCRAM!)Libravatar cel 🌸2023-07-128-68/+353
|
* use Stream 'ns' valueLibravatar cel 🌸2023-07-122-5/+7
|
* 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-1111-309/+383
|
* horribleLibravatar cel 🌸2023-07-049-43/+326
|
* remove bytes deserializerLibravatar cel 🌸2023-06-241-1/+0
|
* implement starttlsLibravatar cel 🌸2023-06-198-159/+437
|
* refactor jabber clientLibravatar cel 🌸2023-06-161-23/+83
|
* implement client socket resolutionLibravatar cel 🌸2023-06-161-6/+104
|
* make JID struct etc. publicLibravatar cel 🌸2023-06-161-6/+10
|
* simplify domainpartLibravatar cel 🌸2023-06-131-48/+3
|
* initial commitLibravatar cel 🌸2023-06-132-0/+198