<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Catch Invisible Friends On GTalk The Python Way</title>
	<atom:link href="http://segfault.in/2010/07/reveal-invisible-mode-friends-in-your-gtalk-buddy-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://segfault.in/2010/07/reveal-invisible-mode-friends-in-your-gtalk-buddy-list/</link>
	<description>vinod&#039;s blog</description>
	<lastBuildDate>Wed, 20 Apr 2011 03:52:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vimal</title>
		<link>http://segfault.in/2010/07/reveal-invisible-mode-friends-in-your-gtalk-buddy-list/#comment-2650</link>
		<dc:creator>Vimal</dc:creator>
		<pubDate>Tue, 15 Feb 2011 15:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://segfault.in/?p=979#comment-2650</guid>
		<description>I used this code snippet earlier and it worked. But now it doesn&#039;t seem to work in any python versions.</description>
		<content:encoded><![CDATA[<p>I used this code snippet earlier and it worked. But now it doesn&#8217;t seem to work in any python versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maquinadecafe</title>
		<link>http://segfault.in/2010/07/reveal-invisible-mode-friends-in-your-gtalk-buddy-list/#comment-95</link>
		<dc:creator>maquinadecafe</dc:creator>
		<pubDate>Sun, 05 Sep 2010 13:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://segfault.in/?p=979#comment-95</guid>
		<description>Hi... me again. Seems like i copied/pasted it and gave a bad format to the text. Now the script runs, ... BUT this is what i get:
$ python gchat.py
/usr/lib/python2.6/dist-packages/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha,base64,random,dispatcher,re
/usr/lib/python2.6/dist-packages/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/lib/python2.6/dist-packages/xmpp/transports.py:308: DeprecationWarning: socket.ssl() is deprecated.  Use ssl.wrap_socket() instead.
  tcpsock._sslObj    = socket.ssl(tcpsock._sock, None, None)

And stands there, and does nothing for as long i let it.

If i do CTRL+C to abort the execution:

Traceback (most recent call last):
  File &quot;gchat.py&quot;, line 23, in
    while C.Process(1):
  File &quot;/usr/lib/python2.6/dist-packages/xmpp/dispatcher.py&quot;, line 119, in Process
    if self._owner.Connection.pending_data(timeout):
  File &quot;/usr/lib/python2.6/dist-packages/xmpp/transports.py&quot;, line 302, in pending_data
    return self._tcpsock._seen_data or select.select([self._tcpsock._sock],[],[],timeout)[0]
KeyboardInterrupt

The same happens if i run it as root. Am i missing something ?
Thank you for your help.</description>
		<content:encoded><![CDATA[<p>Hi&#8230; me again. Seems like i copied/pasted it and gave a bad format to the text. Now the script runs, &#8230; BUT this is what i get:<br />
$ python gchat.py<br />
/usr/lib/python2.6/dist-packages/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead<br />
  import sha,base64,random,dispatcher,re<br />
/usr/lib/python2.6/dist-packages/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br />
  import md5<br />
/usr/lib/python2.6/dist-packages/xmpp/transports.py:308: DeprecationWarning: socket.ssl() is deprecated.  Use ssl.wrap_socket() instead.<br />
  tcpsock._sslObj    = socket.ssl(tcpsock._sock, None, None)</p>
<p>And stands there, and does nothing for as long i let it.</p>
<p>If i do CTRL+C to abort the execution:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;gchat.py&#8221;, line 23, in<br />
    while C.Process(1):<br />
  File &#8220;/usr/lib/python2.6/dist-packages/xmpp/dispatcher.py&#8221;, line 119, in Process<br />
    if self._owner.Connection.pending_data(timeout):<br />
  File &#8220;/usr/lib/python2.6/dist-packages/xmpp/transports.py&#8221;, line 302, in pending_data<br />
    return self._tcpsock._seen_data or select.select([self._tcpsock._sock],[],[],timeout)[0]<br />
KeyboardInterrupt</p>
<p>The same happens if i run it as root. Am i missing something ?<br />
Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maquinadecafe</title>
		<link>http://segfault.in/2010/07/reveal-invisible-mode-friends-in-your-gtalk-buddy-list/#comment-94</link>
		<dc:creator>maquinadecafe</dc:creator>
		<pubDate>Sun, 05 Sep 2010 12:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://segfault.in/?p=979#comment-94</guid>
		<description>Hi, im getting this error when running the script:

$ python gchat.py
  File &quot;gchat.py&quot;, line 24
    raise IOError(&#039;Can not connect to server.&#039;)
        ^
IndentationError: expected an indented block

I&#039;ve made the file executable, and also tried to run it as root. Can you give some help ? Thanks</description>
		<content:encoded><![CDATA[<p>Hi, im getting this error when running the script:</p>
<p>$ python gchat.py<br />
  File &#8220;gchat.py&#8221;, line 24<br />
    raise IOError(&#8216;Can not connect to server.&#8217;)<br />
        ^<br />
IndentationError: expected an indented block</p>
<p>I&#8217;ve made the file executable, and also tried to run it as root. Can you give some help ? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maquinadecafe</title>
		<link>http://segfault.in/2010/07/reveal-invisible-mode-friends-in-your-gtalk-buddy-list/#comment-93</link>
		<dc:creator>maquinadecafe</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://segfault.in/?p=979#comment-93</guid>
		<description>Nice trick. I&#039;ll give it a try. Cheers !</description>
		<content:encoded><![CDATA[<p>Nice trick. I&#8217;ll give it a try. Cheers !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

