aboutsummaryrefslogtreecommitdiffstats
path: root/jabber/src/error.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-26refactor: rename crates and move client logic to separate crate `filament`Libravatar cel 🌸1-58/+0
2025-02-25implement Clone for error typesLibravatar cel 🌸1-6/+10
2025-02-25implement Error for jabber crate error typesLibravatar cel 🌸1-65/+32
2024-12-22implement sink and stream with tokio::spawnLibravatar cel 🌸1-0/+8
2024-12-06implement sink and stream properly UNFOLD UNFOLDLibravatar cel 🌸1-0/+1
2024-12-04use cargo workspaceLibravatar cel 🌸1-4/+4
2024-12-04implement send_stanzaLibravatar cel 🌸1-0/+4
2024-12-04implement clientLibravatar cel 🌸1-0/+9
2024-12-03WIP: connecting fsmLibravatar cel 🌸1-15/+2
2024-12-02implement bindLibravatar cel 🌸1-1/+4
2024-11-29add sasl failure typeLibravatar cel 🌸1-1/+2
2024-11-29implement sasl kindaLibravatar cel 🌸1-0/+2
2024-11-23switch to using peanuts for xmlLibravatar cel 🌸1-16/+9
2023-10-21implement connectionLibravatar cel 🌸1-18/+1
2023-08-05WIP: refactor Element type - namespace workLibravatar cel 🌸1-1/+8
2023-08-05WIP: refactor Element typeLibravatar cel 🌸1-0/+1
2023-08-02implement resource bindingLibravatar cel 🌸1-0/+6
2023-07-12reimplement sasl (with SCRAM!)Libravatar cel 🌸1-2/+11
2023-07-12move Element to stanza and make write() a methodLibravatar cel 🌸1-3/+3
2023-07-11remove serde functionsLibravatar cel 🌸1-1/+30
2023-07-04horribleLibravatar cel 🌸1-1/+38
2023-06-19implement starttlsLibravatar cel 🌸1-0/+7