diff options
author | Brian Cully <bjc@kublai.com> | 2017-11-12 11:22:24 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-11-12 11:48:47 -0500 |
commit | 01fde2b197c3d33d33b8814cdb677f8f262044a0 (patch) | |
tree | 3fffe8fd03bfdd264f16280319c684d69d91b38e /input | |
parent | 95232ea1e6ee1752bed33170e352cbf4bcf49141 (diff) | |
download | xmpt-01fde2b197c3d33d33b8814cdb677f8f262044a0.tar.gz xmpt-01fde2b197c3d33d33b8814cdb677f8f262044a0.zip |
Use qualified stream tag when expecting stream close.
Diffstat (limited to 'input')
-rw-r--r-- | input | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,4 +26,4 @@ </bind> </iq> <iq from='test0@localhost' to='test0@localhost/xmpt' id='session' type='result'/> -</stream> +</stream:stream> |