<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: libmaia: XML-RPC with Qt4</title>
	<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/</link>
	<description>Alice im grünen Bereich</description>
	<pubDate>Fri, 12 Mar 2010 11:30:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-337</link>
		<author>dz</author>
		<pubDate>Thu, 24 Apr 2008 08:33:25 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-337</guid>
					<description>The lib is really nice, thx a lot.

but in the spec of xmlrpc the date is not so formated, like qt does! 

in libMaia - maiaObject.cpp

	} case QVariant::DateTime: {
	
//		QString textValue = arg.toDateTime().toString(Qt::ISODate);
		QString textValue = arg.toDateTime().toString("yyyyMMddThh:mm:ss");


Best regards
dz</description>
		<content:encoded><![CDATA[<p>The lib is really nice, thx a lot.</p>
<p>but in the spec of xmlrpc the date is not so formated, like qt does! </p>
<p>in libMaia - maiaObject.cpp</p>
<p>	} case QVariant::DateTime: {</p>
<p>//		QString textValue = arg.toDateTime().toString(Qt::ISODate);<br />
		QString textValue = arg.toDateTime().toString(&#8221;yyyyMMddThh:mm:ss&#8221;);</p>
<p>Best regards<br />
dz</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-338</link>
		<author>wiedi</author>
		<pubDate>Thu, 24 Apr 2008 23:12:35 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-338</guid>
					<description>Oh, thanks, i'll fix it :)</description>
		<content:encoded><![CDATA[<p>Oh, thanks, i&#8217;ll fix it <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-339</link>
		<author>dz</author>
		<pubDate>Fri, 25 Apr 2008 12:28:46 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-339</guid>
					<description>Wie ist es am sinnvollsten mehrere call nacheinander zu machen. zB login -&#62; abfrage -&#62; logout. ohne über die response Funktion das nächste zu triggern. zu ne Art Queue?

dz</description>
		<content:encoded><![CDATA[<p>Wie ist es am sinnvollsten mehrere call nacheinander zu machen. zB login -&gt; abfrage -&gt; logout. ohne über die response Funktion das nächste zu triggern. zu ne Art Queue?</p>
<p>dz</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-356</link>
		<author>wiedi</author>
		<pubDate>Tue, 20 May 2008 22:58:54 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-356</guid>
					<description>Hmmm Login-&gt;Abfrage-&gt;Logout ist glaube ich vom Prinzip her ungeschickt. Besser wäre dafür HTTP Auth zu verwenden (das kann libmaia noch nicht).

Verkettete Calls könnte man aber an sich schon von einer Klasse managen lassen, welche die in einer Queue abarbeitet. Von der Response sollte das ja dann aber trotzdem getriggert werden, sonst braucht man ja keine Queue.

Die Queue Klasse kann auch alle Responses auf einen Slot connecten um dann weiter zu schalten, das ist ja kein Problem.

Falls du so etwas wo implementierst oder Lust hast HTTP Auth für libmaia zu basteln ... fände ich interessant :)</description>
		<content:encoded><![CDATA[<p>Hmmm Login->Abfrage->Logout ist glaube ich vom Prinzip her ungeschickt. Besser wäre dafür HTTP Auth zu verwenden (das kann libmaia noch nicht).</p>
<p>Verkettete Calls könnte man aber an sich schon von einer Klasse managen lassen, welche die in einer Queue abarbeitet. Von der Response sollte das ja dann aber trotzdem getriggert werden, sonst braucht man ja keine Queue.</p>
<p>Die Queue Klasse kann auch alle Responses auf einen Slot connecten um dann weiter zu schalten, das ist ja kein Problem.</p>
<p>Falls du so etwas wo implementierst oder Lust hast HTTP Auth für libmaia zu basteln &#8230; fände ich interessant <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: toemaz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-363</link>
		<author>toemaz</author>
		<pubDate>Fri, 23 May 2008 19:22:24 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-363</guid>
					<description>Thanks for sharing the lib! 
Do you plan to publish it somewhere in e.g. code.google.com or any other project tracker?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the lib!<br />
Do you plan to publish it somewhere in e.g. code.google.com or any other project tracker?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-562</link>
		<author>dz</author>
		<pubDate>Wed, 27 Aug 2008 11:53:56 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-562</guid>
					<description>Nochmal Kompliment, nette lib.

Wenn du libmaia unter lgpl bei sourceforge hostest, wurde ich mich "HTTP Auth" und https annehmen.</description>
		<content:encoded><![CDATA[<p>Nochmal Kompliment, nette lib.</p>
<p>Wenn du libmaia unter lgpl bei sourceforge hostest, wurde ich mich &#8220;HTTP Auth&#8221; und https annehmen.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: silver</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-918</link>
		<author>silver</author>
		<pubDate>Fri, 26 Sep 2008 12:05:15 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-918</guid>
					<description>Thanks for your work! Great lib! But it has small memory leak. To fix it, edit maiaXmlRpcServerConnection.cpp file to be like

...
MaiaXmlRpcServerConnection::~MaiaXmlRpcServerConnection() {
	clientConnection-&#62;deleteLater();
	delete header;        // </description>
		<content:encoded><![CDATA[<p>Thanks for your work! Great lib! But it has small memory leak. To fix it, edit maiaXmlRpcServerConnection.cpp file to be like</p>
<p>&#8230;<br />
MaiaXmlRpcServerConnection::~MaiaXmlRpcServerConnection() {<br />
	clientConnection-&gt;deleteLater();<br />
	delete header;        //</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-922</link>
		<author>wiedi</author>
		<pubDate>Fri, 26 Sep 2008 17:28:58 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-922</guid>
					<description>thanks, fix committed</description>
		<content:encoded><![CDATA[<p>thanks, fix committed</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: last.fm support comming to QtMPC - rullzer</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-1925</link>
		<author>last.fm support comming to QtMPC - rullzer</author>
		<pubDate>Sun, 23 Nov 2008 23:08:13 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-1925</guid>
					<description>[...] this we found a nice library: libmaia. Beside a small bug I found (which reminds me I have to report it upstream). This works very well. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] this we found a nice library: libmaia. Beside a small bug I found (which reminds me I have to report it upstream). This works very well. [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: rullzer</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-2793</link>
		<author>rullzer</author>
		<pubDate>Tue, 23 Dec 2008 21:56:05 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-2793</guid>
					<description>I noticed a small error.
You put true/false between the  tags. However according to the specs this should just be 0/1

Other than that this is a great lib :D</description>
		<content:encoded><![CDATA[<p>I noticed a small error.<br />
You put true/false between the  tags. However according to the specs this should just be 0/1</p>
<p>Other than that this is a great lib <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-5882</link>
		<author>dz</author>
		<pubDate>Mon, 02 Mar 2009 08:41:31 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-5882</guid>
					<description>Hi wiedi,

you get a good feedback from everywhere. If the library would be LGPL licensed it would be fantastic. ..</description>
		<content:encoded><![CDATA[<p>Hi wiedi,</p>
<p>you get a good feedback from everywhere. If the library would be LGPL licensed it would be fantastic. ..</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-6250</link>
		<author>wiedi</author>
		<pubDate>Sun, 08 Mar 2009 20:35:18 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-6250</guid>
					<description>@rullrer: thanks for reporting, you're right. Will fix that soon.
Nice to see it getting integrated into a great project like QtMPC :)

@dz: I can give you the permission to use it under the LGPL, except for the maiaObject.cpp/.h files.
I think you already tried to contact the original authors - as did I - and did not get any response. :/
So you can either rewrite that part from scratch or use it under the current BSD-style license.

I also have some patches here around for SSL and HTTP-Auth support that I'll merge when I find the time :)</description>
		<content:encoded><![CDATA[<p>@rullrer: thanks for reporting, you&#8217;re right. Will fix that soon.<br />
Nice to see it getting integrated into a great project like QtMPC <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@dz: I can give you the permission to use it under the LGPL, except for the maiaObject.cpp/.h files.<br />
I think you already tried to contact the original authors - as did I - and did not get any response. :/<br />
So you can either rewrite that part from scratch or use it under the current BSD-style license.</p>
<p>I also have some patches here around for SSL and HTTP-Auth support that I&#8217;ll merge when I find the time <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: letux</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-6277</link>
		<author>letux</author>
		<pubDate>Thu, 12 Mar 2009 07:55:50 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-6277</guid>
					<description>Hi wiedi,

really nice lib, but this comment is not new for you ;-)

I modified the following code in the MaiaXmlRpcClient file in the call function :

QHttpRequestHeader header("GET", m_url.toEncoded());

In this case, we can call web service by adding some URL parameters sent by GET. I used your lib with a php server web service. Maybe it could be interesting to have the flexibility to set the method and to add post or get parameter.

thanks again</description>
		<content:encoded><![CDATA[<p>Hi wiedi,</p>
<p>really nice lib, but this comment is not new for you <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I modified the following code in the MaiaXmlRpcClient file in the call function :</p>
<p>QHttpRequestHeader header(&#8221;GET&#8221;, m_url.toEncoded());</p>
<p>In this case, we can call web service by adding some URL parameters sent by GET. I used your lib with a php server web service. Maybe it could be interesting to have the flexibility to set the method and to add post or get parameter.</p>
<p>thanks again</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Leland</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-12225</link>
		<author>Leland</author>
		<pubDate>Fri, 27 Nov 2009 08:00:29 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-12225</guid>
					<description>Thanks for the lib!
Just a minor comment though:  performance of the lib seems rather slow if there are multiple consecutive calls to the same server.  Testing with perl for the same series of calls has a rapid response.  In general, with this lib it appears that it seems to wait between 20 and 30 seconds between each call to the same server.

Is this deliberate behaviour, or is there a parameter that can be passed to decrease what appears to be a timeout limit?

Thanks, 

L.</description>
		<content:encoded><![CDATA[<p>Thanks for the lib!<br />
Just a minor comment though:  performance of the lib seems rather slow if there are multiple consecutive calls to the same server.  Testing with perl for the same series of calls has a rapid response.  In general, with this lib it appears that it seems to wait between 20 and 30 seconds between each call to the same server.</p>
<p>Is this deliberate behaviour, or is there a parameter that can be passed to decrease what appears to be a timeout limit?</p>
<p>Thanks, </p>
<p>L.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Leland</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-12273</link>
		<author>Leland</author>
		<pubDate>Fri, 04 Dec 2009 07:26:51 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-12273</guid>
					<description>Just another note.. our XMLRPC responses include some text in UTF-8 encoding from the server (server is not based on libmaia).  However, rendering the text on the client side using libmaia has a character encoding issue and cannot be displayed properly.</description>
		<content:encoded><![CDATA[<p>Just another note.. our XMLRPC responses include some text in UTF-8 encoding from the server (server is not based on libmaia).  However, rendering the text on the client side using libmaia has a character encoding issue and cannot be displayed properly.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Martin Scheffler</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13264</link>
		<author>Martin Scheffler</author>
		<pubDate>Wed, 10 Feb 2010 15:54:53 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13264</guid>
					<description>Hi, got another small fix.

WS-XMLRPC sends strings as mytext instead of mytext which they say is valid syntax.

LibMaia does not currently handle this.
http://ws.apache.org/xmlrpc/faq.html#string_format

Fix: 
In maiaObject.cpp:

QVariant MaiaObject::fromXml(const QDomElement &#38;elem) {
	if(elem.tagName().toLower() != "value") {
		return QVariant();
	}		
	
   if(!elem.firstChild().isElement())
   {
       return QVariant(elem.text());
   }

   const QDomElement typeElement = elem.firstChild().toElement();	
   (...)

That should do it.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi, got another small fix.</p>
<p>WS-XMLRPC sends strings as mytext instead of mytext which they say is valid syntax.</p>
<p>LibMaia does not currently handle this.<br />
<a href="http://ws.apache.org/xmlrpc/faq.html#string_format" rel="nofollow">http://ws.apache.org/xmlrpc/faq.html#string_format</a></p>
<p>Fix:<br />
In maiaObject.cpp:</p>
<p>QVariant MaiaObject::fromXml(const QDomElement &amp;elem) {<br />
	if(elem.tagName().toLower() != &#8220;value&#8221;) {<br />
		return QVariant();<br />
	}		</p>
<p>   if(!elem.firstChild().isElement())<br />
   {<br />
       return QVariant(elem.text());<br />
   }</p>
<p>   const QDomElement typeElement = elem.firstChild().toElement();<br />
   (&#8230;)</p>
<p>That should do it.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jan Schlichting</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13564</link>
		<author>Jan Schlichting</author>
		<pubDate>Tue, 02 Mar 2010 09:34:43 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13564</guid>
					<description>Dear Wiedi,
I was wondering if I could get LGPL licence as well.
I would appreciate if you could get in contact with me via mail.
Thanks a lot in advance,
Greetings from Kiel
Jan</description>
		<content:encoded><![CDATA[<p>Dear Wiedi,<br />
I was wondering if I could get LGPL licence as well.<br />
I would appreciate if you could get in contact with me via mail.<br />
Thanks a lot in advance,<br />
Greetings from Kiel<br />
Jan</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Gouranga</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13695</link>
		<author>Gouranga</author>
		<pubDate>Tue, 09 Mar 2010 09:06:57 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13695</guid>
					<description>Hi,
tolle Lib! 
Leider gibs ein kleines Memoryleak im Client, zumindest in 4.6.2:
Der QNetworkAccessManager möchte bei mir die replys selber löschen, delete rply im finished Slot führt daher zu ner Access Violation.
Desweiteren wäre es schön, wenn du die Patches zu SSL und HTTP Auth einpflegen würdest. Ich meine das ist ja quasi support, man muss nur hier und da ein bisschen kitzeln :-)

Ach übrings der Link zum WebSVN ist kaputt</description>
		<content:encoded><![CDATA[<p>Hi,<br />
tolle Lib!<br />
Leider gibs ein kleines Memoryleak im Client, zumindest in 4.6.2:<br />
Der QNetworkAccessManager möchte bei mir die replys selber löschen, delete rply im finished Slot führt daher zu ner Access Violation.<br />
Desweiteren wäre es schön, wenn du die Patches zu SSL und HTTP Auth einpflegen würdest. Ich meine das ist ja quasi support, man muss nur hier und da ein bisschen kitzeln <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Ach übrings der Link zum WebSVN ist kaputt</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13706</link>
		<author>wiedi</author>
		<pubDate>Tue, 09 Mar 2010 20:08:40 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13706</guid>
					<description>@letux:
        in the spec it states "An XML-RPC message is an HTTP-POST request."
        I think you can send URL parameters even in POST requests.
        So I'm not sure if this functionality is really needed.

@Martin:
        fixed, thanks

@Leland:
        i'll look into it

@Jan and others regarding GPL:
        libmaia is under the FreeBSD License, which is GPL compatible.
        So you can use it in LGPL/GPL projects.

@Gouranga:
        das löschen von replys müsste gefixed sein.
        HTTPS und HTTP Auth im client sollte bereits gehen in dem man als URL
        https://user:pass@example.com verwendet.</description>
		<content:encoded><![CDATA[<p>@letux:<br />
        in the spec it states &#8220;An XML-RPC message is an HTTP-POST request.&#8221;<br />
        I think you can send URL parameters even in POST requests.<br />
        So I&#8217;m not sure if this functionality is really needed.</p>
<p>@Martin:<br />
        fixed, thanks</p>
<p>@Leland:<br />
        i&#8217;ll look into it</p>
<p>@Jan and others regarding GPL:<br />
        libmaia is under the FreeBSD License, which is GPL compatible.<br />
        So you can use it in LGPL/GPL projects.</p>
<p>@Gouranga:<br />
        das löschen von replys müsste gefixed sein.<br />
        HTTPS und HTTP Auth im client sollte bereits gehen in dem man als URL<br />
        <a href="https://user:pass@example.com" rel="nofollow">https://user:pass@example.com</a> verwendet.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Murilo Ito</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13724</link>
		<author>Murilo Ito</author>
		<pubDate>Wed, 10 Mar 2010 17:52:56 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13724</guid>
					<description>@Leland:
To fix it, just change inside MaiaXmlRpcServerConnection::readFromSocket method (maiaXmlRpcServerConnection.cpp):

-parseCall( clientConnection-&#62;readAll() );
+parseCall( QString::fromUtf8(clientConnection-&#62;readAll()) );

regards,

Murilo Ito.</description>
		<content:encoded><![CDATA[<p>@Leland:<br />
To fix it, just change inside MaiaXmlRpcServerConnection::readFromSocket method (maiaXmlRpcServerConnection.cpp):</p>
<p>-parseCall( clientConnection-&gt;readAll() );<br />
+parseCall( QString::fromUtf8(clientConnection-&gt;readAll()) );</p>
<p>regards,</p>
<p>Murilo Ito.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Leland</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13756</link>
		<author>Leland</author>
		<pubDate>Fri, 12 Mar 2010 08:04:16 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-13756</guid>
					<description>@Murilo:  Thanks for the tip.. works fine.  Now if only I can figure out the previous one (slow reaction for multiple requests to same server)... 

Leland</description>
		<content:encoded><![CDATA[<p>@Murilo:  Thanks for the tip.. works fine.  Now if only I can figure out the previous one (slow reaction for multiple requests to same server)&#8230; </p>
<p>Leland</p>
]]></content:encoded>
				</item>
</channel>
</rss>
