diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-21 16:43:29 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-21 16:43:29 +0000 |
commit | 73fbe10cd67b212ebcd021913de1a754c8d8f64f (patch) | |
tree | e240d4b76716ca60d0357d85ed0ae2c12b6070a4 /core | |
parent | c77b61bfe49ef0776f63a4d5b9dec2bc329965f0 (diff) | |
parent | e6ee9308ba9da8c2c7ab9e58bf2cb121b71e62af (diff) | |
download | prosody-73fbe10cd67b212ebcd021913de1a754c8d8f64f.tar.gz prosody-73fbe10cd67b212ebcd021913de1a754c8d8f64f.zip |
Merge 0.7 with 0.7
Diffstat (limited to 'core')
-rw-r--r-- | core/stanza_router.lua | 1 |
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 |