Mercurial > prosody-modules
comparison mod_http_admin_api/mod_http_admin_api.lua @ 4938:bc8832c6696b
upstream merge
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 May 2022 12:44:32 +0200 |
parents | 404a22d52376 |
children | 65870d42a7b1 |
comparison
equal
deleted
inserted
replaced
4913:3ddab718f717 | 4938:bc8832c6696b |
---|---|
328 push_registrations[identifier] = { | 328 push_registrations[identifier] = { |
329 since = push_info.timestamp; | 329 since = push_info.timestamp; |
330 service = push_info.jid; | 330 service = push_info.jid; |
331 node = push_info.node; | 331 node = push_info.node; |
332 error_count = push_errors[identifier] or 0; | 332 error_count = push_errors[identifier] or 0; |
333 client = push_info.client; | 333 client_id = push_info.client_id; |
334 encryption = not not push_info.encryption; | |
334 }; | 335 }; |
335 end | 336 end |
336 end | 337 end |
337 debug_info.push_registrations = push_registrations; | 338 debug_info.push_registrations = push_registrations; |
338 end | 339 end |