[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

jabber4r brokenness

Luke Worth

7/2/2005 5:56:00 AM

Hi,
I have the following program:
-----
require 'jabber4r/jabber4r'
puts 'connecting'
session = Jabber::Session.bind_digest('blah@server/name', 'password')
puts 'done'
-----

It never gets to the puts 'done' statement. It stops working on line 283
in session.rb, Thread.stop

I think this has been answered already, for an older version of ruby and
rexml. I am using rexml 3.0.4 and ruby 1.8.2.

Any ideas?

--
Luke Worth