# HG changeset patch # User Matthew Wild # Date 1614098226 0 # Node ID 38bd4d5574138dc74470bc4b0a040a62b001463b # Parent 2a7a76712e71288bb83ea6007294425399584d00 mod_cloud_notify_encrypted: Include full JID of sender with call notifications, per spec diff -r 2a7a76712e71 -r 38bd4d557413 mod_cloud_notify_encrypted/mod_cloud_notify_encrypted.lua --- a/mod_cloud_notify_encrypted/mod_cloud_notify_encrypted.lua Tue Feb 23 16:10:13 2021 +0000 +++ b/mod_cloud_notify_encrypted/mod_cloud_notify_encrypted.lua Tue Feb 23 16:37:06 2021 +0000 @@ -87,6 +87,7 @@ end end push_payload.media = array.collect(media_types:items()); + push_payload.sender = original_stanza.attr.from; else push_payload.type = "chat"; end