RE: [jdev] anonymous login in jabber 1.4.4

2005-11-10 Thread Igor Loboda
Thanks Matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wimmer Sent: Wednesday, November 09, 2005 12:24 PM To: Jabber software development list Subject: Re: [jdev] anonymous login in jabber 1.4.4 Hi Igor! Igor Loboda schrieb: >

Re: [jdev] anonymous login in jabber 1.4.4

2005-11-09 Thread Stefan Strigler
Am Mittwoch, den 09.11.2005, 13:23 +0100 schrieb Matthias Wimmer: > The "official" way to login anonymously is to use SASL ANONYMOUS > authentication. - Which is neither implemented in jabberd 1.4.4, but > will be supported soon. thumbs up! ;-) Steve

Re: [jdev] anonymous login in jabber 1.4.4

2005-11-09 Thread Matthias Wimmer
Hi Igor! Igor Loboda schrieb: Is anonymous login implemented in jabberd 1.4.4? This is what I get: SEND: RECEIVE:xmlns='jabber:iq:auth'/>type='modify'>xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Not Acceptable No, anonymous login

Re: [jdev] anonymous login

2005-02-08 Thread Alexey Nezhdanov
В сообщении от Вторник 08 Февраль 2005 23:57 Trejkaz написал(a): > On Tuesday 08 February 2005 18:41, Dan Plesse wrote: > > For my app I just use a random number generator to create a JID for each > > new visitor. I had to do this because each new visitor would disconnect > > the last visitor. > >

Re: [jdev] anonymous login

2005-02-08 Thread Trejkaz
On Tuesday 08 February 2005 18:41, Dan Plesse wrote: > For my app I just use a random number generator to create a JID for each > new visitor. I had to do this because each new visitor would disconnect the > last visitor. Why didn't you just log each user in with a different resource, and generate

RE: [jdev] anonymous login

2005-02-08 Thread Daniel Dura
alf Of Joe Hildebrand Sent: Monday, February 07, 2005 10:32 PM To: Jabber software development list Subject: Re: [jdev] anonymous login There are also cases where you just want the server to pick a full JID for you, and ANONYMOUS is overkill. Customers coming in to a customer service site is a good ex

Re: [jdev] anonymous login

2005-02-08 Thread Matthew A. Miller
From reading RFC-2245[1], there's one of three things the client provides in the SASL response: 1) An email address 2) A string of US-ASCII (not containing '@') between 1 and 255 characters long 3) Nothing Given the above, I don't quite understand is how ANONYMOUS is overkill. Granted, it's up

RE: [jdev] anonymous login

2005-02-07 Thread Dan Plesse
, 2005 1:32 AM To: Jabber software development list Subject: Re: [jdev] anonymous login There are also cases where you just want the server to pick a full JID for you, and ANONYMOUS is overkill. Customers coming in to a customer service site is a good example. It may make sense to come up with a

Re: [jdev] anonymous login

2005-02-07 Thread Joe Hildebrand
There are also cases where you just want the server to pick a full JID for you, and ANONYMOUS is overkill. Customers coming in to a customer service site is a good example. It may make sense to come up with a UNIQUE SASL mechanism that tells the server to create a new, unique JID, good for one sh

Re: [jdev] anonymous login

2005-02-01 Thread Justin Karneges
On Tuesday 01 February 2005 12:49 pm, Peter Saint-Andre wrote: > In some applications, it might be helpful for an XMPP server to assign a > JID to an entity that connects with a stream that is qualified by the > 'jabber:client' namespace (or more precisely assign the node identifier > portion of th