I'm trying to use UnifiedPush through Conversations, mostly for the FMD (find my device) app. Also, I switched the url in Conversations to use my prosody server configured with mod_unified_push. This works with the UP example app, but FMD isn't getting any kind of "push url". When I try to switch Conversations back to using up.conversations.im, FMD still doesn't get a push URL. It's looking like the problem is with FMD, but I want to test notifications with some other apps first.

#conversations #fmd #findmydevice #prosody #unifiedpush #xmpp
@sam Looks like FMD needs to update their unified push connector library to v3.0+
I saw this earlier and wondered if it was relevant:

https://gitlab.com/fmd-foss/fmd-android/-/work_items/394

Update UnifiedPush Connector library to 3.x (#394) · Issues · fmd-foss / FMD Android · GitLab

Update the UnifiedPush connector library to the latest version (3.x.y). Check the changes in the UP Connector API and in the AND_3 spec and whether...

GitLab
@sam Definitely, it will solve your issue