<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[icqlib - ICQ &amp;quot;client&amp;quot; in c++]]></title><description><![CDATA[<p>GUten Tach,</p>
<p>ich habe mich heute mal mit Icq und C++ beschäftigt und habe jetzt mal mit icqlib angefangen.</p>
<p>1. Frage: gibt es aktuellere APIs oder ist die auch noch i.O. (ist von 2003)</p>
<p>So dann habe ich mal angefangen:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
#include &lt;icq.h&gt;

using namespace std;

int main(int argc, char** argv)
 {
    ICQLINK account;
	icq_Init(&amp;account, &lt;NR&gt;,&quot;&lt;PW&gt;&quot;,&quot;gorld&quot;);

	if(icq_Connect(&amp;account, &quot;login.oscar.aol.com&quot;, 5190) &gt; 0)
	{	
	     cout &lt;&lt; &quot;Verbindung hergestellt.\n&quot; &lt;&lt; endl;
 	    icq_Login(&amp;account, STATUS_ONLINE);
 	    icq_Main(&amp;account);
	     icq_SendMessage(&amp;account, &lt;ANDERE NR&gt;,&quot;Hallo Test&quot;, ICQ_SEND_THRUSERVER);
 		icq_Logout(&amp;account);
 	}
 	else
		cout &lt;&lt; &quot;Keine Verbindung möglich!&quot; &lt;&lt; endl;

 	return 0;
 }
</code></pre>
<p>Das klappt alles soweit (-&gt; keine Fehler) ABER:</p>
<p>- Ich werde im Pidgin (mein Standardclient) NICHT abgemeldet,<br />
- Die Nachricht kommt NICHT an.</p>
<p>2. Frage: Hat jmd Erfahrung damit, was mache ich falsch?</p>
<p>Gruß<br />
gorld</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/247925/icqlib-icq-quot-client-quot-in-c</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 01:09:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/247925.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Aug 2009 14:28:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to icqlib - ICQ &amp;quot;client&amp;quot; in c++ on Mon, 17 Aug 2009 14:28:17 GMT]]></title><description><![CDATA[<p>GUten Tach,</p>
<p>ich habe mich heute mal mit Icq und C++ beschäftigt und habe jetzt mal mit icqlib angefangen.</p>
<p>1. Frage: gibt es aktuellere APIs oder ist die auch noch i.O. (ist von 2003)</p>
<p>So dann habe ich mal angefangen:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
#include &lt;icq.h&gt;

using namespace std;

int main(int argc, char** argv)
 {
    ICQLINK account;
	icq_Init(&amp;account, &lt;NR&gt;,&quot;&lt;PW&gt;&quot;,&quot;gorld&quot;);

	if(icq_Connect(&amp;account, &quot;login.oscar.aol.com&quot;, 5190) &gt; 0)
	{	
	     cout &lt;&lt; &quot;Verbindung hergestellt.\n&quot; &lt;&lt; endl;
 	    icq_Login(&amp;account, STATUS_ONLINE);
 	    icq_Main(&amp;account);
	     icq_SendMessage(&amp;account, &lt;ANDERE NR&gt;,&quot;Hallo Test&quot;, ICQ_SEND_THRUSERVER);
 		icq_Logout(&amp;account);
 	}
 	else
		cout &lt;&lt; &quot;Keine Verbindung möglich!&quot; &lt;&lt; endl;

 	return 0;
 }
</code></pre>
<p>Das klappt alles soweit (-&gt; keine Fehler) ABER:</p>
<p>- Ich werde im Pidgin (mein Standardclient) NICHT abgemeldet,<br />
- Die Nachricht kommt NICHT an.</p>
<p>2. Frage: Hat jmd Erfahrung damit, was mache ich falsch?</p>
<p>Gruß<br />
gorld</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1762385</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1762385</guid><dc:creator><![CDATA[gorld]]></dc:creator><pubDate>Mon, 17 Aug 2009 14:28:17 GMT</pubDate></item><item><title><![CDATA[Reply to icqlib - ICQ &amp;quot;client&amp;quot; in c++ on Mon, 17 Aug 2009 14:45:34 GMT]]></title><description><![CDATA[<p>gorld schrieb:</p>
<blockquote>
<p>gibt es aktuellere APIs oder ist die auch noch i.O. (ist von 2003)</p>
</blockquote>
<p>Es gab irgendwann mal inkompatible Änderungen bei den ICQ Servern, weiß aber nicht mehr genau wann und was da geändert wurde.</p>
<p>gorld schrieb:</p>
<blockquote>
<p>Pidgin (mein Standardclient)</p>
</blockquote>
<p>Guck dir mal die Developer Seite von Pidgin an. Da gibt es sowas schönes: <a href="http://developer.pidgin.im/wiki/WhatIsLibpurple" rel="nofollow">http://developer.pidgin.im/wiki/WhatIsLibpurple</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1762400</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1762400</guid><dc:creator><![CDATA[Tobiking2]]></dc:creator><pubDate>Mon, 17 Aug 2009 14:45:34 GMT</pubDate></item><item><title><![CDATA[Reply to icqlib - ICQ &amp;quot;client&amp;quot; in c++ on Mon, 17 Aug 2009 15:07:54 GMT]]></title><description><![CDATA[<p>gorld schrieb:</p>
<blockquote>
<p>Pidgin (mein Standardclient)</p>
</blockquote>
<p>Guck dir mal die Developer Seite von Pidgin an. Da gibt es sowas schönes: <a href="http://developer.pidgin.im/wiki/WhatIsLibpurple%5B/quote%5D" rel="nofollow">http://developer.pidgin.im/wiki/WhatIsLibpurple[/quote]</a></p>
<p>Kuhl danke - werde ich mich mal reinarbeiten...</p>
<p>gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1762419</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1762419</guid><dc:creator><![CDATA[gorld]]></dc:creator><pubDate>Mon, 17 Aug 2009 15:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to icqlib - ICQ &amp;quot;client&amp;quot; in c++ on Tue, 18 Aug 2009 09:45:20 GMT]]></title><description><![CDATA[<p>Soweit ich weiß, funzt das ganze seit der tollen 6er Version nicht mehr.<br />
Aber die libpurple sollte soweit gehn.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1762752</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1762752</guid><dc:creator><![CDATA[MarxV92]]></dc:creator><pubDate>Tue, 18 Aug 2009 09:45:20 GMT</pubDate></item><item><title><![CDATA[Reply to icqlib - ICQ &amp;quot;client&amp;quot; in c++ on Sun, 11 Sep 2011 11:22:03 GMT]]></title><description><![CDATA[<p>Ich möchte dieses Thema gerne nochmal aufgreifen. Ich arbeite unter Linux und wollte das oben genannte Programm mal kompilieren doch er kann die &quot;icq.h&quot; nicht finden. Kann mir einer sagen wo man die downloaden kann ich finde die nicht...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2117839</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2117839</guid><dc:creator><![CDATA[Earny2]]></dc:creator><pubDate>Sun, 11 Sep 2011 11:22:03 GMT</pubDate></item></channel></rss>