On 3/13/06, Robert B Quattlebaum, Jr. <[EMAIL PROTECTED]> wrote: > For the sake of keeping this issue alive, here is an example packet > that google talk will send a client: > > <cli:message xmlns:cli="jabber:client" from="[EMAIL PROTECTED]/ > powerbook" type="chat" to="[EMAIL PROTECTED]" id="iChat_54A77CFC" > > <cli:body>testing</cli:body> > <html xmlns="http://jabber.org/protocol/xhtml-im"> > <body xmlns="http://www.w3.org/1999/xhtml" style="background- > color:#ACB5BF;color:#000000" > > <span style="font-family:Gill Sans" >testing</span> > </body> > </html> > <x xmlns="jabber:x:event"> > <composing/> > </x> > </cli:message> > > So it is using the prefixing, in several places. It would seem like a > pretty easy thing to fix. >
that of course, is a 100% valid xml stanza. (assuming that the default namespace is also 'jabber:client', otherwise the html tag is in whatever the default is, rather than 'jabber:client') -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/
