I'm trying to enable my Raspberry Pi to send and receive simple text messages via XMPP. Surprisingly Crates.io gave my a rather disastrous user experience:
-
xmppno usage examples, no helpful description, repository only visible with gitlab account -
xmpp-derivepromising description but looks empty to me -
xmpp-clientno usage examples, looks incomplete -
tokio-xmppexamples look horribly complicated to me - don't know how to integrate that into my application -
sendxmppcannot receive messages; tried to copy the code but it doesn't compile against current tokio module structure -
xmpp-protofails to compile -
xmpp-rsfails to compile due toxmpp-protofailing -
xmpp-imempty crate, repository link 404 -
xmpp-coreempty crate, repository link 404
I found other (old) repositories in GitHub, but I couldn't bring them to life.
Maybe I'm using it wrong. I still believe there is a winning path but I've hit so many dead ends in the recent two days, that I don't know where to continue to invest my time.
Is there a working example on how to send/receive XMPP text-messages easily? Nothing fancy required.