diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-05-13 16:49:47 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-05-13 16:49:47 +0100 |
commit | 425127f9e49999e61c5602a34b3b5f87066ee6cc (patch) | |
tree | 31de6fff04f13b3691701c17c8f4d06fc2830fb2 | |
parent | 9eb1e5ce5a5b3326c0d065ee87eb300e22ea5e5b (diff) |
Use tcp-connect only
-rw-r--r-- | lib/custodian/protocoltest/jabber.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/jabber.rb b/lib/custodian/protocoltest/jabber.rb index 1e95650..6addfe6 100644 --- a/lib/custodian/protocoltest/jabber.rb +++ b/lib/custodian/protocoltest/jabber.rb @@ -74,7 +74,7 @@ module Custodian # reset the error, in case we were previously executed. @error = nil - run_test_internal( @host, @port, "<stream:stream" ) + run_test_internal( @host, @port ) end |