freetalk-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetalk-dev] freetalk crashes when ichat buddy goes online


From: Matthias Quasthoff
Subject: Re: [Freetalk-dev] freetalk crashes when ichat buddy goes online
Date: Sat, 05 Aug 2006 11:56:10 +0200

Am Mittwoch, den 02.08.2006, 18:33 +0200 schrieb Matthias Quasthoff:
> I like the freetalk approach a lot, but one of my contacts uses Apple
> IChat. 

Apple put the dimension of the notebook's display, specified in inches,
into IChat's jabber resource. Freetalk doesn't use " in XML
attributes, thus produces not well-formed XML. 

$ diff -U0  freetalk-jabber.txt correct-jabber.txt 
--- freetalk-jabber.txt 2006-08-05 11:42:44.000000000 +0200
+++ correct-jabber.txt  2006-08-05 11:43:00.000000000 +0200
@@ -19 +19 @@
-<iq type="result" to="<the-other-guy>@jabber.org.au/<the-other-guy>s PowerBook 
G4 12"" id="iChat_D388FC97">
+<iq type="result" to="<the-other-guy>@jabber.org.au/<the-other-guy>s PowerBook 
G4 12&quot;" id="iChat_D388FC97">

I'll see if I can prepare a patch, if you don't mind.

Thanks,
Matthias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]