summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-05-13 16:49:47 +0100
committerSteve Kemp <steve@steve.org.uk>2013-05-13 16:49:47 +0100
commit67d0178f0a5f25b619679b52f14073be074e2bb7 (patch)
tree566610340b13daed17e2791a9126adddce83dc07 /lib
parentb2e1b858c4c150fac2ecd94b17b02ee987cdf143 (diff)
Use tcp-connect only
Diffstat (limited to 'lib')
-rw-r--r--lib/custodian/protocoltest/jabber.rb2
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