From: <tb...@us...> - 2006-04-18 07:35:12
|
Revision: 16057 Author: tbutter Date: 2006-04-18 00:35:05 -0700 (Tue, 18 Apr 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16057&view=rev Log Message: ----------- Fixing a bug discovered by Candace Holman. The right way to set the human readable status is <note>, not <im:im>. Modified Paths: -------------- trunk/src/protocols/simple/simple.c Modified: trunk/src/protocols/simple/simple.c =================================================================== --- trunk/src/protocols/simple/simple.c 2006-04-18 05:48:07 UTC (rev 16056) +++ trunk/src/protocols/simple/simple.c 2006-04-18 07:35:05 UTC (rev 16057) @@ -1120,8 +1120,8 @@ "<tuple id=\"bs35r9f\">\n" "<status>\n" "<basic>open</basic>\n" - "<im:im>%s</im:im>\n" "</status>\n" + "<note>%s</note>\n" "</tuple>\n" "</presence>", sip->username, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |