David Vildebrand
2010-10-02 20:22:25 UTC
I was trying implement a relay between an irc-channel and a xmpp-chatroom
using xmpp-irc-relay from http://github.com/sophsec/xmpp-irc-relay which
uses libxmpp4r-ruby1.8 0.5-1 for its xmpp-component. It can join rooms,
receive presences, send presences just fine, but sending messages appears
not to function. I currently can't figure out how to fix this, although I am
getting the feeling that it may be related to the ID of the messages? I
attached a logfile from running debug, where one message is being received
okay and one is being sent with an error as the reply. When the script is
halted using ^C afterwards "DEBUG -- : TRYING TO CLOSE, STILL PROCESSING 2
STANZAS" is being repated a lot. Any insight into this matter would be
highly appreciated, I hope someone can figure this out, I've run out of
ideas.
I also tried several other jabber-clients to establish if that was a problem
on my part, clients not based on xmpp4r seemed to work fine on that
praticular server which clients based on xmpp4r all have shown the same
behaviour, logs in fine, joins the room, receives message but is unable to
send to mucs.
using xmpp-irc-relay from http://github.com/sophsec/xmpp-irc-relay which
uses libxmpp4r-ruby1.8 0.5-1 for its xmpp-component. It can join rooms,
receive presences, send presences just fine, but sending messages appears
not to function. I currently can't figure out how to fix this, although I am
getting the feeling that it may be related to the ID of the messages? I
attached a logfile from running debug, where one message is being received
okay and one is being sent with an error as the reply. When the script is
halted using ^C afterwards "DEBUG -- : TRYING TO CLOSE, STILL PROCESSING 2
STANZAS" is being repated a lot. Any insight into this matter would be
highly appreciated, I hope someone can figure this out, I've run out of
ideas.
I also tried several other jabber-clients to establish if that was a problem
on my part, clients not based on xmpp4r seemed to work fine on that
praticular server which clients based on xmpp4r all have shown the same
behaviour, logs in fine, joins the room, receives message but is unable to
send to mucs.