aboutsummaryrefslogtreecommitdiffstats
path: root/jabber/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-26refactor: rename crates and move client logic to separate crate `filament`Libravatar cel 🌸1-25/+0
2025-02-25cleanup jabber crateLibravatar cel 🌸1-1/+0
2025-01-12delete JabberClientLibravatar cel 🌸1-9/+1
2024-12-04use cargo workspaceLibravatar cel 🌸1-2/+0
2024-12-04rename jabber to jabber_streamLibravatar cel 🌸1-2/+2
2024-12-04implement clientLibravatar cel 🌸1-4/+4
2024-12-03WIP: connecting fsmLibravatar cel 🌸1-8/+10
2024-12-03implement remaining rfc6120 xml schemasLibravatar cel 🌸1-2/+8
2024-11-24implement starttlsLibravatar cel 🌸1-3/+0
2024-11-23switch to using peanuts for xmlLibravatar cel 🌸1-2/+2
2023-10-28implement stream startLibravatar cel 🌸1-1/+1
2023-10-21implement connectionLibravatar cel 🌸1-19/+11
2023-10-20WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸1-23/+2
2023-08-02WIP: refactor Element typeLibravatar cel 🌸1-0/+3
2023-08-02implement resource bindingLibravatar cel 🌸1-5/+9
2023-07-12remove element moduleLibravatar cel 🌸1-1/+0
2023-07-11remove serde functionsLibravatar cel 🌸1-0/+1
2023-07-04horribleLibravatar cel 🌸1-8/+18
2023-06-19implement starttlsLibravatar cel 🌸1-159/+28
2023-06-16refactor jabber clientLibravatar cel 🌸1-23/+83
2023-06-16implement client socket resolutionLibravatar cel 🌸1-6/+104