gwen hastings
2009-06-18 11:47:13 UTC
Hi all,
I desperately need clues for the clueless(moi)(beginning rubyist)
osx version is 10.5.7 ruby version is ruby 1.8.6 (2008-08-11 patchlevel
287) [universal-darwin9.0] irb 0.9.5(05/04/13)
I also have nylon(socks4 and sock5) daemon running localhost or
variably a ssh -D session or otrproxy(http://www.cypherpunks.ca/otr/)
all give the same results for trying to connect_domain.
$ irb
from
/Library/Ruby/Gems/1.8/gems/xmpp4r-0.5/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb:58:in
`connect_domain'
from (irb):6
any hints?
gwen
I desperately need clues for the clueless(moi)(beginning rubyist)
osx version is 10.5.7 ruby version is ruby 1.8.6 (2008-08-11 patchlevel
287) [universal-darwin9.0] irb 0.9.5(05/04/13)
I also have nylon(socks4 and sock5) daemon running localhost or
variably a ssh -D session or otrproxy(http://www.cypherpunks.ca/otr/)
all give the same results for trying to connect_domain.
$ irb
require 'rubygems'
=> falserequire 'xmpp4r-simple'
=> truerequire 'xmpp4r/bytestreams'
=> truerequire 'socket'
=> falseproxy = Jabber::Bytestreams::SOCKS5Socket.new('127.0.0.1','1080')
=> #<Jabber::Bytestreams::SOCKS5Socket:0x11cea34>proxy.connect_domain('shannon.permutation.net',5222)
Jabber::SOCKS5Error: Invalid SOCKS5 address typefrom
/Library/Ruby/Gems/1.8/gems/xmpp4r-0.5/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb:58:in
`connect_domain'
from (irb):6
any hints?
gwen