emoji_verification example need work, user to user verification process broken for multiple clients
I'm working on a bot right now. I do not usually ask for help but after many hours I still do not have a working program. I would suggest an example that take into account the sending of a verification and the receiving of a notification in 2 separate method. This program is the closest I found to what I want, but it does not work everywhere since 2024 : https://github.com/8go/matrix-commander-rs/blob/main/src/emoji_verify.rs Look like things have changed lately and a proper example would be in order. Thanks,
I've been able to make it work by upgrading from 0.12.0 to 0.13.0, the example is useful but far from complete. Other thing is that external device verification fail with most of the clients. Element x and desktop work, I guess other rust based client with 13 matrix sdk work too, but the rest does not. I'm making something that I want durable. I'm not very advanced if I must redeploy my solution each time some little thing change. Would be pleasant if the verification process could be retrocompatible. I tested cinny,element for android (not x),iamb and matrixcommander. They work with cross-signing but not otherwise. Thanks,
Note, iamb work now since they upgraded to 13 3 days ago