svn://delx.cjb.net/pymsnt/branches/0_11_x

Btw, works for me :)

<iq type="get" to="msn.delx.cjb.net" id="acaca" >
<query xmlns="jabber:iq:gateway"/>
</iq>

<iq from="msn.delx.cjb.net" type="result" id="acaca" 
to="[EMAIL PROTECTED]/Powerbook" >
<query xmlns="jabber:iq:gateway">
<desc>Enter the user's MSN account.</desc>
<prompt/>
</query>
</iq>


---

James



On 14/11/2005, at 8:37 PM, Norman Rasmussen wrote:

> which svn repo would you recommend for: 'should be stable enough to
> run, but I would like to test ft, etc'
>
> On 11/14/05, James Bunton <[EMAIL PROTECTED]> wrote:
>> On 14/11/2005, at 8:20 PM, Norman Rasmussen wrote:
>>
>>> http://www.jabber.org/jeps/jep-0100.html
>>>
>>> it would be swell if the msn gateway would understand the
>>> jabber:iq:gateway protocol:
>>>
>>> recv:
>>> <iq type="get" to="msn.local" id="ac92a" >
>>> <query xmlns="jabber:iq:gateway"/>
>>> </iq>
>>>
>>> send:
>>> <iq from="msn.local" type="result" id="ac99a" to="[EMAIL PROTECTED]" >
>>> <query xmlns="jabber:iq:gateway">
>>> <desc>Enter the user's address:</desc>
>>> <prompt/>
>>> </query>
>>> </iq>
>>>
>>> and:
>>>
>>> recv:
>>> <iq type="set" to="msn.local" id="ac9ba" >
>>> <query xmlns="jabber:iq:gateway">
>>> <prompt>[EMAIL PROTECTED]</prompt>
>>> </query>
>>> </iq>
>>>
>>> send:
>>> <iq from="msn.local" type="result" id="ac9ba" to="[EMAIL PROTECTED]" >
>>> <query xmlns="jabber:iq:gateway">
>>> <prompt>[EMAIL PROTECTED]</prompt>
>>> </query>
>>> </iq>
>>>
>>> This is the sort of thing that only gets used once in a blue moon, 
>>> but
>>> it does make the client experience soooo much nicer.
>>
>> It does. Just tested then with 0_11_x branch.
>> It should work fine with 0.10.x as well.
>>
>> ---
>>
>> James
>>
>> _______________________________________________
>> py-transports mailing list
>> py-transports@blathersource.org
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>
>
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>

Reply via email to