mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_presence: Fix a comment
This commit is contained in:
parent
462c308e8d
commit
fca2512650
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ module.unload = function()
|
|||
end
|
||||
|
||||
local outbound_presence_handler = function(data)
|
||||
-- outbound presence to full JID recieved
|
||||
-- outbound presence to recieved
|
||||
local origin, stanza = data.origin, data.stanza;
|
||||
|
||||
local t = stanza.attr.type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue