You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @theanhoo, the reported MongooseIM version is quite old. I would like to replicate the issue in the latest version, but to do so, I would need the IQ request that was used to enable push notifications (https://xmpp.org/extensions/xep-0357.html#enabling), especially the exact values of form fields.
The issue was most likely caused by a form field without a value, that was sent when enabling push notifications. This value was saved to the Mnesia database, and resulted in a crash when trying to send the push notifications. This is solved by #3916, which performs more strict checking of the form fields. Anyway, the whole issue is avoidable by simply ensuring that the form is correct.
MongooseIM version: 4.0.1
Installed from: source
Erlang/OTP version: 23.3.4.17
When MongooseIM tries to send a FCM push notification to my phone, it would fail with this error:
Is it the culprit?
{xmlel,<<"field">>,
[
{<<"var">>,<<"priority">>}
],
[
{xmlel,<<"value">>,
[],
[
{xmlcdata,undefined}
]
}
]
}
Please help.
Many thanks in advance.
The text was updated successfully, but these errors were encountered: