comparison mod_cloud_notify/mod_cloud_notify.lua @ 5008:bd63feda3704

Merge role-auth
author Matthew Wild <mwild1@gmail.com>
date Mon, 22 Aug 2022 15:39:02 +0100
parents 031e0dd90f4b
children d7ece68de066
comparison
equal deleted inserted replaced
4994:cce12a660b98 5008:bd63feda3704
388 -- module:log("debug", "PUSH STANZA: %s", tostring(push_publish)); 388 -- module:log("debug", "PUSH STANZA: %s", tostring(push_publish));
389 local push_event = { 389 local push_event = {
390 notification_stanza = push_publish; 390 notification_stanza = push_publish;
391 notification_payload = push_notification_payload; 391 notification_payload = push_notification_payload;
392 original_stanza = stanza; 392 original_stanza = stanza;
393 node = node; 393 username = node;
394 push_info = push_info; 394 push_info = push_info;
395 push_summary = form_data; 395 push_summary = form_data;
396 important = not not form_data["last-message-body"]; 396 important = not not form_data["last-message-body"];
397 }; 397 };
398 398