aboutsummaryrefslogtreecommitdiffstats
path: root/core/stanza_router.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-02-21 17:47:49 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-02-21 17:47:49 +0500
commit6708e06e7b075621e443d5795e95371497638d01 (patch)
tree8ced6f75db9600f2d6eba65d5e4fd8c8c6ca8473 /core/stanza_router.lua
parent8f7e7b390d6c621e6ca51a9d17cf75a5a3c1802c (diff)
parente6ee9308ba9da8c2c7ab9e58bf2cb121b71e62af (diff)
downloadprosody-6708e06e7b075621e443d5795e95371497638d01.tar.gz
prosody-6708e06e7b075621e443d5795e95371497638d01.zip
Merge with 0.7.
Diffstat (limited to 'core/stanza_router.lua')
-rw-r--r--core/stanza_router.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/stanza_router.lua b/core/stanza_router.lua
index 71e40681..72ddebd1 100644
--- a/core/stanza_router.lua
+++ b/core/stanza_router.lua
@@ -140,6 +140,7 @@ function core_post_stanza(origin, stanza, preevents)
to_type = '/host';
else
to_type = '/bare';
+ to_self = true;
end
end