# HG changeset patch # User Kim Alvefur # Date 1527531661 -7200 # Node ID 9826680001639800022b35abfa1d177a23e50cfd # Parent 14d8f2a9d5f45d7a97009645fdcd59090d04e64e mod_http_muc_log: Add a note about changing how presence is treated diff -r 14d8f2a9d5f4 -r 982668000163 mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Mon May 28 20:11:37 2018 +0200 +++ b/mod_http_muc_log/mod_http_muc_log.lua Mon May 28 20:21:01 2018 +0200 @@ -234,6 +234,7 @@ elseif body and body:sub(1,4) == "/me " then verb, body = body:sub(5), nil; elseif item.name == "presence" then + -- TODO Distinguish between join and presence update verb = item.attr.type == "unavailable" and "has left" or "has joined"; end if body or verb then