Merge with 0.5

Fri, 07 Aug 2009 11:32:47 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 07 Aug 2009 11:32:47 +0100
changeset 1642
8ba5752851dc
parent 1640
726ac98306d8 (current diff)
parent 1641
af962e6ae781 (diff)
child 1644
002af1bb797a
child 1656
cf9220a364cd

Merge with 0.5

--- a/plugins/mod_presence.lua	Wed Aug 05 20:00:07 2009 +0100
+++ b/plugins/mod_presence.lua	Fri Aug 07 11:32:47 2009 +0100
@@ -165,7 +165,7 @@
 
 function handle_outbound_presence_subscriptions_and_probes(origin, stanza, from_bare, to_bare, core_route_stanza)
 	local node, host = jid_split(from_bare);
-	if node == origin.username and host == origin.host then return; end -- No self contacts
+	if to_bare == origin.username.."@"..origin.host then return; end -- No self contacts
 	local st_from, st_to = stanza.attr.from, stanza.attr.to;
 	stanza.attr.from, stanza.attr.to = from_bare, to_bare;
 	log("debug", "outbound presence "..stanza.attr.type.." from "..from_bare.." for "..to_bare);

mercurial