Mercurial > prosody-modules
comparison mod_http_admin_api/mod_http_admin_api.lua @ 4714:bd83c9ada037
mod_http_admin_api: Include client info in push registration debug output
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 18 Oct 2021 11:55:56 +0100 |
parents | cade5dac1003 |
children | 13e913471b75 |
comparison
equal
deleted
inserted
replaced
4713:ae3a129cc296 | 4714:bd83c9ada037 |
---|---|
326 push_registrations[identifier] = { | 326 push_registrations[identifier] = { |
327 since = push_info.timestamp; | 327 since = push_info.timestamp; |
328 service = push_info.jid; | 328 service = push_info.jid; |
329 node = push_info.node; | 329 node = push_info.node; |
330 error_count = push_errors[identifier] or 0; | 330 error_count = push_errors[identifier] or 0; |
331 client = push_info.client; | |
331 }; | 332 }; |
332 end | 333 end |
333 end | 334 end |
334 debug_info.push_registrations = push_registrations; | 335 debug_info.push_registrations = push_registrations; |
335 end | 336 end |