diff -r 285075a27f28 -r 41c959c5c84b plugins/mod_pep_plus.lua --- a/plugins/mod_pep_plus.lua Thu Apr 05 19:37:32 2018 +0200 +++ b/plugins/mod_pep_plus.lua Sun Feb 04 01:51:25 2018 +0100 @@ -303,7 +303,7 @@ end module:hook("presence/bare", function(event) - -- inbound presence to bare JID recieved + -- inbound presence to bare JID received local origin, stanza = event.origin, event.stanza; local t = stanza.attr.type; local is_self = not stanza.attr.to;