Hello I have a ejabberd-0.9.8 and trying to use pyICQt-0.6, but I'm having some problems, here is pyICQt debug log
[EMAIL PROTECTED]:/usr/local/lib/jabber/pyicq2# 10/11/05 - 10:31:53 - Debug logging enabled. 10/11/05 - 10:31:53 - Debug logging enabled. 10/11/05 - 10:31:53 - Config: Created configuration entity 10/11/05 - 10:31:54 - Reading config option jid = icq.jabber.galle.com.br 10/11/05 - 10:31:54 - Reading config option spooldir = /tmp 10/11/05 - 10:31:54 - Reading config option pid = /var/jabberd/pid/pyicq2.pid 10/11/05 - 10:31:54 - Reading config option mainServer = 127.0.0.1 10/11/05 - 10:31:54 - Reading config option port = 5348 10/11/05 - 10:31:54 - Reading config option secret = secret 10/11/05 - 10:31:54 - Reading config option websecret = letmein 10/11/05 - 10:31:54 - Reading config option lang = en 10/11/05 - 10:31:54 - Reading config option encoding = iso-8859-1 10/11/05 - 10:31:54 - Reading config option icqServer = login.icq.com 10/11/05 - 10:31:54 - Reading config option icqPort = 5238 10/11/05 - 10:31:54 - PyTransport: Service starting up 10/11/05 - 10:31:54 - Discovery: Created discovery manager 10/11/05 - 10:31:54 - Discovery: Adding feature support "http://jabber.org/protocol/disco" "None" 10/11/05 - 10:31:54 - Discovery: Adding identity "gateway" "icq" "ICQ Transport" 10/11/05 - 10:31:54 - Discovery: Adding feature support "jabber:iq:register" "<bound method RegisterManager.incomingRegisterIq of <register.RegisterManager instance at 0x852ca6c>>" 10/11/05 - 10:31:54 - RegisterManager: Created 10/11/05 - 10:31:54 - Discovery: Adding feature support "jabber:iq:gateway" "<bound method GatewayTranslator.incomingIq of <misciq.GatewayTranslator instance at 0x852c7ec>>" 10/11/05 - 10:31:54 - Discovery: Adding feature support "jabber:iq:version" "<bound method VersionTeller.incomingIq of <misciq.VersionTeller instance at 0x852cb0c>>" 10/11/05 - 10:31:54 - PyTransport: Disconnected from main Jabberd server 10/11/05 - 10:31:57 - PyTransport: Disconnected from main Jabberd server 10/11/05 - 10:31:59 - PyTransport: Disconnected from main Jabberd server and on ejabberd.log =INFO REPORT==== 2005-10-11 10:32:05 === I(<0.5193.0>:ejabberd_listener:90): (#Port<0.6427>) Accepted connection {{127,0,0,1},58143} -> {{127,0,0,1},5348} =ERROR REPORT==== 2005-10-11 10:32:05 === ** State machine <0.6662.0> terminating ** Last event in was {xmlstreamelement, {xmlelement,"handshake", [], [{xmlcdata, "15ec8473c8ae192518bb60bf9bc57693fc87de6f"}]}} ** When State == wait_for_handshake ** Data == {state,#Port<0.6427>, <0.6663.0>, "2652410585", gen_tcp, ["icq.jabber.galle.com.br"], "secret", all} ** Reason for termination = ** {badarg,[{ets,lookup,[crypto_server_table,port]}, {crypto,control,2}, {sha,sha,1}, {ejabberd_service,wait_for_handshake,2}, {gen_fsm,handle_msg,7}, {proc_lib,init_p,5}]} Anybody have any idea why it's not working? Thanks a lot -- Renato Botelho ICQ: 54596223 AIM: RBGargaBR From [EMAIL PROTECTED] Tue Oct 11 13:33:53 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Tue Oct 11 13:34:01 2005 Subject: [py-transports] ejabberd + pyICQt problems In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I don't particular understand ejabberd's logs, but have you verified that icq.jabber.galle.com.br is set up in your ejabberd config on port 5348? (I'm sure you have as 5348 is not the 'standard' port to begin with ;D ) Just eliminating possibilities. I think Sander is on this list, perhaps he can speak more on it... you may be required to have that address resolve in DNS. Not sure. =( Daniel On Oct 11, 2005, at 9:27 AM, Renato Botelho wrote: > Hello > > I have a ejabberd-0.9.8 and trying to use pyICQt-0.6, but I'm having > some problems, here is pyICQt debug log > > [EMAIL PROTECTED]:/usr/local/lib/jabber/pyicq2# 10/11/05 - 10:31:53 - Debug > logging enabled. > 10/11/05 - 10:31:53 - Debug logging enabled. > 10/11/05 - 10:31:53 - Config: Created configuration entity > 10/11/05 - 10:31:54 - Reading config option jid = > icq.jabber.galle.com.br > 10/11/05 - 10:31:54 - Reading config option spooldir = /tmp > 10/11/05 - 10:31:54 - Reading config option pid = /var/jabberd/pid/ > pyicq2.pid > 10/11/05 - 10:31:54 - Reading config option mainServer = 127.0.0.1 > 10/11/05 - 10:31:54 - Reading config option port = 5348 > 10/11/05 - 10:31:54 - Reading config option secret = secret > 10/11/05 - 10:31:54 - Reading config option websecret = letmein > 10/11/05 - 10:31:54 - Reading config option lang = en > 10/11/05 - 10:31:54 - Reading config option encoding = iso-8859-1 > 10/11/05 - 10:31:54 - Reading config option icqServer = login.icq.com > 10/11/05 - 10:31:54 - Reading config option icqPort = 5238 > 10/11/05 - 10:31:54 - PyTransport: Service starting up > 10/11/05 - 10:31:54 - Discovery: Created discovery manager > 10/11/05 - 10:31:54 - Discovery: Adding feature support > "http://jabber.org/protocol/disco" "None" > 10/11/05 - 10:31:54 - Discovery: Adding identity "gateway" "icq" "ICQ > Transport" > 10/11/05 - 10:31:54 - Discovery: Adding feature support > "jabber:iq:register" "<bound method RegisterManager.incomingRegisterIq > of <register.RegisterManager instance at 0x852ca6c>>" > 10/11/05 - 10:31:54 - RegisterManager: Created > 10/11/05 - 10:31:54 - Discovery: Adding feature support > "jabber:iq:gateway" "<bound method GatewayTranslator.incomingIq of > <misciq.GatewayTranslator instance at 0x852c7ec>>" > 10/11/05 - 10:31:54 - Discovery: Adding feature support > "jabber:iq:version" "<bound method VersionTeller.incomingIq of > <misciq.VersionTeller instance at 0x852cb0c>>" > 10/11/05 - 10:31:54 - PyTransport: Disconnected from main Jabberd > server > 10/11/05 - 10:31:57 - PyTransport: Disconnected from main Jabberd > server > 10/11/05 - 10:31:59 - PyTransport: Disconnected from main Jabberd > server > > > and on ejabberd.log > > =INFO REPORT==== 2005-10-11 10:32:05 === > I(<0.5193.0>:ejabberd_listener:90): (#Port<0.6427>) Accepted > connection {{127,0,0,1},58143} -> {{127,0,0,1},5348} > > =ERROR REPORT==== 2005-10-11 10:32:05 === > ** State machine <0.6662.0> terminating > ** Last event in was {xmlstreamelement, > {xmlelement,"handshake", > [], > [{xmlcdata, > > "15ec8473c8ae192518bb60bf9bc57693fc87de6f"}]}} > ** When State == wait_for_handshake > ** Data == {state,#Port<0.6427>, > <0.6663.0>, > "2652410585", > gen_tcp, > ["icq.jabber.galle.com.br"], > "secret", > all} > ** Reason for termination = > ** {badarg,[{ets,lookup,[crypto_server_table,port]}, > {crypto,control,2}, > {sha,sha,1}, > {ejabberd_service,wait_for_handshake,2}, > {gen_fsm,handle_msg,7}, > {proc_lib,init_p,5}]} > > Anybody have any idea why it's not working? > > Thanks a lot > -- > Renato Botelho > ICQ: 54596223 > AIM: RBGargaBR > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > >