aboutsummaryrefslogtreecommitdiffstats
path: root/jabber/src/client.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-26refactor: rename crates and move client logic to separate crate `filament`Libravatar cel 🌸1-181/+0
2025-02-25implement Error for jabber crate error typesLibravatar cel 🌸1-5/+5
2025-02-25cleanup jabber crateLibravatar cel 🌸1-14/+2
2025-01-12delete JabberClientLibravatar cel 🌸1-71/+20
2025-01-12implement stream splitting and closingLibravatar cel 🌸1-215/+68
2025-01-02WIP: clientLibravatar cel 🌸1-0/+5
2024-12-22stream and sink splitLibravatar cel 🌸1-8/+4
2024-12-22implement sink and stream with tokio::spawnLibravatar cel 🌸1-15/+196
2024-12-06implement sink and stream properly UNFOLD UNFOLDLibravatar cel 🌸1-16/+8
2024-12-04use cargo workspaceLibravatar cel 🌸1-37/+8
2024-12-04implement send_stanzaLibravatar cel 🌸1-32/+12
2024-12-04implement clientLibravatar cel 🌸1-74/+160
2024-12-03WIP: connecting fsmLibravatar cel 🌸1-0/+180