hi......

If a user is already registered with the Gateway and sends
<iq type='get'
    from='[EMAIL PROTECTED]/orchard'
    to='aim.shakespeare.lit'
    id='edit1'>
  <query xmlns='jabber:iq:register'/>
</iq>

The user does not receive
<iq type='result'
    from='aim.shakespeare.lit'
    to='[EMAIL PROTECTED]/orchard'
    id='edit1'>
  <query xmlns='jabber:iq:register'>
    <registered/>
    <username>RomeoMyRomeo</username>
    <password>ILoveJuliet</password>
  </query>
</iq>

He should receive the above stanza according to JEP-0100, point 4.2.1 example 17

Kindly put some light regarding this issue.

Regards,
Lokesh.
From [EMAIL PROTECTED]  Fri Apr 28 12:06:22 2006
From: [EMAIL PROTECTED] (Alexey Nezhdanov)
Date: Fri Apr 28 12:06:29 2006
Subject: [py-transports] Gateway not sending </registered> tag for
        re-requesting registration
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On Friday 28 April 2006 15:54, Lokesh Bathija wrote:
> hi......
>
> If a user is already registered with the Gateway and sends
> <iq type='get'
>     from='[EMAIL PROTECTED]/orchard'
>     to='aim.shakespeare.lit'
>     id='edit1'>
>   <query xmlns='jabber:iq:register'/>
> </iq>
>
> The user does not receive
> <iq type='result'
>     from='aim.shakespeare.lit'
>     to='[EMAIL PROTECTED]/orchard'
>     id='edit1'>
>   <query xmlns='jabber:iq:register'>
>     <registered/>
>     <username>RomeoMyRomeo</username>
>     <password>ILoveJuliet</password>
>   </query>
> </iq>
>
> He should receive the above stanza according to JEP-0100, point 4.2.1
> example 17
>
> Kindly put some light regarding this issue.
What kind of light you want?
You are perfectly desctibed the problem yourself. ;)

Actually, I can guess that you probably want not light, but a patch.
I'm not the author, but can say that this one should be damn easy so you can 
even do it yourself and then send your patch here.

> Regards,
> Lokesh.

-- 
Respectfully
Alexey Nezhdanov
From [EMAIL PROTECTED]  Fri Apr 28 12:20:59 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Fri Apr 28 12:21:21 2006
Subject: [py-transports] Gateway not sending </registered> tag for
        re-requesting registration
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

In what was is it not?

<iq type='get' from='[EMAIL PROTECTED]/Psi'  
to='aim2.jabber.vorpalcloud.org' id='edit1'>
<query xmlns='jabber:iq:register' />
</iq>

<iq from="aim2.jabber.vorpalcloud.org" type="result" id="edit1"  
to="[EMAIL PROTECTED]/Psi" >
<query xmlns="jabber:iq:register">
<instructions>Please type your AIM screen name into the username  
field and your password.</instructions>
<username>phoekitty04</username>
<password/>
<registered/>
</query>
</iq>

What version of PyAIM are you running?

Daniel


On Apr 28, 2006, at 8:06 AM, Alexey Nezhdanov wrote:

> On Friday 28 April 2006 15:54, Lokesh Bathija wrote:
>> hi......
>>
>> If a user is already registered with the Gateway and sends
>> <iq type='get'
>>     from='[EMAIL PROTECTED]/orchard'
>>     to='aim.shakespeare.lit'
>>     id='edit1'>
>>   <query xmlns='jabber:iq:register'/>
>> </iq>
>>
>> The user does not receive
>> <iq type='result'
>>     from='aim.shakespeare.lit'
>>     to='[EMAIL PROTECTED]/orchard'
>>     id='edit1'>
>>   <query xmlns='jabber:iq:register'>
>>     <registered/>
>>     <username>RomeoMyRomeo</username>
>>     <password>ILoveJuliet</password>
>>   </query>
>> </iq>
>>
>> He should receive the above stanza according to JEP-0100, point 4.2.1
>> example 17
>>
>> Kindly put some light regarding this issue.
> What kind of light you want?
> You are perfectly desctibed the problem yourself. ;)
>
> Actually, I can guess that you probably want not light, but a patch.
> I'm not the author, but can say that this one should be damn easy  
> so you can
> even do it yourself and then send your patch here.
>
>> Regards,
>> Lokesh.
>
> -- 
> Respectfully
> Alexey Nezhdanov
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to