mod_roster: Remove <optional/> from roster version stream feature, as per latest...
[prosody.git] / plugins / mod_iq.lua
index 0c78abb494cf3922364d640315222ed1a75d296c..484a1f8fe24b490f8e2b6f612d93a64b7b40e2f8 100644 (file)
@@ -13,7 +13,7 @@ local jid_split = require "util.jid".split;
 local full_sessions = full_sessions;
 local bare_sessions = bare_sessions;
 
-if module::get_host_type() == "local" then
+if module:get_host_type() == "local" then
        module:hook("iq/full", function(data)
                -- IQ to full JID recieved
                local origin, stanza = data.origin, data.stanza;