diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-08-27 03:16:14 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-08-27 03:16:14 +0100 |
commit | 8af81638a0d17d3cec2d8f73e156546679af5a4c (patch) | |
tree | e0300155acb7e9d8265b3c0cc1090a9855c5517a /doc/stanza_routing.txt | |
parent | 42051336dcb360df4affa56d9ec8ecb848f7764a (diff) | |
download | prosody-8af81638a0d17d3cec2d8f73e156546679af5a4c.tar.gz prosody-8af81638a0d17d3cec2d8f73e156546679af5a4c.zip |
Updated stanza routing doc
Diffstat (limited to 'doc/stanza_routing.txt')
-rw-r--r-- | doc/stanza_routing.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/stanza_routing.txt b/doc/stanza_routing.txt index 1460a6d5..a1494553 100644 --- a/doc/stanza_routing.txt +++ b/doc/stanza_routing.txt @@ -19,6 +19,10 @@ To local contact: IQ: Send to resource Presence: Send to resource Message: Send to resource + Full JID but resource not connected: + IQ: Return service-unavailable + Message: Handle same as if to bare JID + Presence: Drop (unless type=subscribe[ed]) To remote contact: Initiate s2s connection if necessary |