diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-21 16:43:55 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-21 16:43:55 +0000 |
commit | 3f5d58f583d2fd78ab6bcbcdf9bce239efee9652 (patch) | |
tree | e0424fa83e56b3b610d020443000306732d07635 /core | |
parent | 551d3cf7b732bc5c6a0ce86c8875bedf0badc39b (diff) | |
parent | 73fbe10cd67b212ebcd021913de1a754c8d8f64f (diff) | |
download | prosody-3f5d58f583d2fd78ab6bcbcdf9bce239efee9652.tar.gz prosody-3f5d58f583d2fd78ab6bcbcdf9bce239efee9652.zip |
Merge 0.7 with 0.7 with trunk \o/
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 |