mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this issue...
authorMatthew Wild <mwild1@gmail.com>
Sat, 24 Aug 2013 22:15:24 +0000 (23:15 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sat, 24 Aug 2013 22:15:24 +0000 (23:15 +0100)
plugins/mod_pep.lua

index e88bfd9f9cb1ff6a957fcbfbd173b36f056b7815..bdb742e3a458f22f2b856616b406ea3e99e840af 100644 (file)
@@ -135,7 +135,7 @@ module:hook("presence/bare", function(event)
                                        recipients[user][recipient] = hash;
                                        local from_bare = origin.type == "c2s" and origin.username.."@"..origin.host;
                                        if self or origin.type ~= "c2s" or (recipients[from_bare] and recipients[from_bare][origin.full_jid]) ~= hash then
-                                               -- COMPAT from ~= stanza.attr.to because OneTeam can't deal with missing from attribute
+                                               -- COMPAT from ~= stanza.attr.to because OneTeam and Asterisk 1.8 can't deal with missing from attribute
                                                origin.send(
                                                        st.stanza("iq", {from=user, to=stanza.attr.from, id="disco", type="get"})
                                                                :query("http://jabber.org/protocol/disco#info")