blob: 22d656a1b8a1a82bb5bfda16a4e05201700d8e65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# TODO
[ ] recognise starttls required
[ ] logging
[ ] documentation
[ ] error handling
[ ] remove unwraps
[ ] proper error types
[ ] stream error type
[ ] change stanzas from owned to borrowed types with lifetimes
[ ] Into<Element> trait with event() and content() functions
|