mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_presence: Remove some rather drastic debugging code
This commit is contained in:
parent
868d01aa23
commit
a4889cee50
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ function handle_presence(origin, stanza, from_bare, to_bare, core_route_stanza,
|
|||
end
|
||||
|
||||
function handle_normal_presence(origin, stanza, core_route_stanza)
|
||||
error("hello world")
|
||||
if origin.roster then
|
||||
for jid in pairs(origin.roster) do -- broadcast to all interested contacts
|
||||
local subscription = origin.roster[jid].subscription;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue