From 0bda4af7bbe0a5b264f9e3aafedca6963e2b2921 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 22 Jul 2018 19:41:29 +0200 Subject: sessionmanager: Log top tag of outgoing stanzas on c2s (#776) --- core/sessionmanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 2b429df9..429ec776 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -33,6 +33,7 @@ local function new_session(conn) local filter = initialize_filters(session); local w = conn.write; session.send = function (t) + session.log("debug", "sending: %s", t.top_tag and t:top_tag() or t:match("^[^>]*>?")); if t.name then t = filter("stanzas/out", t); end -- cgit v1.2.3