Files
Stefan-Sanger 1a9b2262c9 fix(fcm): use dot-call for prosody.events.fire_event so cache invalidation reaches MUC
prosody.events.fire_event is a plain function (event_name, event_data), not
a method. The colon form prosody.events:fire_event(name, data) passed the
events table as event_name, so the lookup found no handlers and the
vnc-fcm-invalidate-notify-cache / vcard-cache signals were silently lost.

mod_vnc_muc_fcm hooks these via module:hook_global (which registers under
the string event name), so its notify_cache was never invalidated cross-host.
A stale empty cache entry for an MUC affiliate (left by an earlier test
before the user had a token) then suppressed FCM pushes to that affiliate,
breaking test_muc_fcm_push_to_offline_member in the full suite.

Part-of: <http://gitlab.vnc.biz/uxf/vnctalk-prosody/-/merge_requests/11>
2026-07-23 08:40:01 +02:00
..
2022-10-06 05:30:11 +02:00
2025-10-13 16:33:47 +02:00
2022-09-22 05:42:39 +02:00
2022-09-15 08:13:00 +02:00
2022-09-29 07:59:16 +02:00
2022-09-29 11:50:16 +02:00