Hello, I'm also using WinJab, but in the setup docs it no longer specifies requiring jabber:iq:register. This is reflected by the fact that the transport sends back the 501 when you sent it the implementation request.
I've been running the transport with the debug option, and it is the transport which is sending the 407 error, the code for which appears in irc_in.c This is why I am confused. I could send you a copy of the older CVS version and explain how to get it basically working .. the only problem is the Beniot's version has some additional fixes such as the 'Nick changing' (which causes the CVS version to core dump) Regards, David On Thu, 2001-10-18 at 12:21, Malli, Siva_Kumar wrote: > I think you get the 407 error from your Jabber client. I use WinJab > and it provides an interface to register a user. But i get a 501 "Server > Errror! - Not implemented". > > The detials of the error is "Jabber code 501 is used when the server does > not support the functionality being requested by a Jabber client. For > example, this code is sent only when a Jabber client sends an authentication > request that does not contain the elements defined by at least one of the > authentication methods defined in the server configuration. This code is > also used only when a Jabber client attempts to register with a Jabber > server that does not allow registration." > > I know this will happen because I have no clue of how to configure > the IRC transport to find out where to look for the IRC Server. > > Thanks, > Siva > > ----- Original Message ----- > From: "David Sutton" <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > To: <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > Sent: Thursday, October 18, 2001 6:10 PM > Subject: Re: [JDEV] About IRC Transport > > > Thanks for that. I had wondered if there was any others as I couldn't > > see it when I was looking for the irc specs. It should be easy to > > implement. > > > > The only problem I have is that with the new code in contrib, it keeps > > complaining with error 407: claiming I need to register, but there isn't > > anyway visible to register. > > > > David > > > > On Thu, 2001-10-18 at 11:32, Malli, Siva_Kumar wrote: > > > I didn't look into the code, but i am trying to help. When you issue > > > a /join command from the client and its succesful or when you issue a > /names > > > command you will get a reply from the server with numeric code 353 which > has > > > the channel name and all the names in that channel. The channel name can > be > > > prefixed by "="/"*"/"@". '=' is to represent that the channel is a > public > > > channel, @ for secret channels and * for private channels. So you must > also > > > look for '*' from your code apart from'=' and '@' <mailto:'@'>. > > > Thanks, > > > Siva. > > > > > > > > > > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > <http://mailman.jabber.org/listinfo/jdev> > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev