<iq type="get" to="msn.jabber.darkskies.za.net" id="acaca" > <query xmlns="jabber:iq:gateway"/> </iq>
<iq from="msn.jabber.darkskies.za.net" type="error" id="acaca" to="[EMAIL PROTECTED]/Psi-Work" > <error type="cancel" code="501" > <feature-not-implemented/> </error> </iq> :-( should I maybe get latest svn version? 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/ From [EMAIL PROTECTED] Mon Nov 14 09:37:54 2005 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Mon Nov 14 09:37:56 2005 Subject: [py-transports] PyMSNt JEP-0100 feature request In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> 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/ From [EMAIL PROTECTED] Mon Nov 14 09:50:26 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Mon Nov 14 09:50:51 2005 Subject: [py-transports] PyMSNt: Messages from MSN users are bounced on errors In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> What do you think would be the correct behaviour in this case? It's not a good idea to just drop these error responses. Return them to the MSN user with "This message was not delivered" prefaced? --- James On 13/11/2005, at 4:30 AM, Lars T. Mikkelsen wrote: > Hi, > > When PyMSNt fails to deliver a message from a MSN user to a Jabber > user, > the message will be bounced to the MSN user. I noticed this while the > jabber.org server was unstable earlier today. When PyMSNt attempted to > send a message to my jabber.org account, the jabber.org server bounced > the message (with a type='error' attribute) to the transport. PyMSNt > does, however, not check for the type='error' attribute and treats the > message as a regular message from me to the MSN user. The result is, > that the MSN user will receive the message he just sent. > > I think the bug is similar to the one I reported earlier on presence > messages [1]. I'm attaching relevant parts of debug.log. > > Best regards, > Lars > > [1] http://modevia.com/pipermail/py-transports/2005-June/000638.html > <debug.log>_______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports