diff options
author | Waqas Hussain <waqas20@gmail.com> | 2009-06-26 18:46:52 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2009-06-26 18:46:52 +0500 |
commit | f2ce64eb08a5558ffd5fe09519f617b57aa0f1b3 (patch) | |
tree | 8656cac0795bdac5d52ecf10fb87bdf68871d6a5 | |
parent | 314a838f12ddcffb29182ec932dedee5e408b34c (diff) | |
download | prosody-f2ce64eb08a5558ffd5fe09519f617b57aa0f1b3.tar.gz prosody-f2ce64eb08a5558ffd5fe09519f617b57aa0f1b3.zip |
mod_pep: Removed some YODO comments
-rw-r--r-- | plugins/mod_pep.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 38572f91..e4a1767b 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -85,8 +85,8 @@ module:hook("iq/bare/http://jabber.org/protocol/pubsub:pubsub", function(event) if payload then -- <item> publish(session, node, payload); return true; - end -- TODO else error - end -- TODO else error + end + end end end end); |