Go to file
cel 🌸 21f10a0b43 implement send_stanza 2024-12-04 17:38:36 +00:00
src implement send_stanza 2024-12-04 17:38:36 +00:00
.gitignore initial commit 2023-06-13 00:46:59 +01:00
Cargo.toml WIP: connecting fsm 2024-12-03 23:57:04 +00:00
README.md implement send_stanza 2024-12-04 17:38:36 +00:00
TODO.md add logging to connection.rs 2023-10-21 02:38:19 +01:00

README.md

jabber client library

TODO:

  • error states for all negotiation parts
  • better errors
  • rename structs
  • remove commented code
  • asynchronous connect (with take_mut?)
  • split into separate crates: stanza, jabber, and luz