On Sun, 2006-03-12 at 09:13 -0500, Daniel Henninger wrote:
> Oh, well I added port support anyway. ;D  Except it has to be  
> specified with % instead of :  ([EMAIL PROTECTED])   
> Anyway, are you running in debug mode and can you see any errors or  
> anything in the logs?  What version of Twisted are you running?
> 
> Daniel
> 
> On Mar 12, 2006, at 4:35 AM, Nicolas Raspail wrote:
> 
> > On Sat, 2006-03-11 at 11:08 -0500, Daniel Henninger wrote:
> >>> I have see something like this on the mailing list, about allowing
> >>> non-ssl to the jabber server. I can login to my jabber server  
> >>> with or
> >>> without ssl. When I try to login to the web interface and do a  
> >>> netstat
> >>> at the same time, I can't see anything except
> >>>
> >>> tcp        0      0 0.0.0.0:12001           0.0.0.0:*
> >>> LISTEN (I have changed the default port)
> >>
> >> Annnnd that would be the problem.  ;D  It's only going to try 5222
> >> right now.  I'm not sure what the best way to do other ports is.
> >> What I'm leaning towards is that I would type in:
> >>
> >> [EMAIL PROTECTED]:12001
> >>
> >> (and you don't have to specify the :whatever part if you run on
> >> 5222)  If you want to use it in the meantime, edit src/web/
> >> handler.py, look for 5222, and change it to 12001.  =)
> >>
> >> Daniel
> >>
> >>>
> >>> Any ideas ?
> >>>
> >>> Regards
> >>>
> >>> Nicolas
> >>>

Hi,

I have solved my problem by editing the src/web/handler.py and specify
manually the jabberHost variable :

if username:
   j = jid.JID(username)
   jabberHost = "localhost"
else:
   jabberHost = config.mainServer

Before doing that, I have tried to logon with just the first part of the
JID and with the full JID but it doesn't work. For the full JID, I think
it was a firewall problem because pyicq-t wants to connect to the
webadmin port on my public address.

For the else part, in which case we can enter it so that pyicq-t look in
the config file for the main server (localhost for me) ?

Regards

Nicolas

Reply via email to