<rss version="2.0">
  <channel>
    <title>Haberdasher patches (JabberPy)</title>
    <link>http://haberdasherhq.org</link>
    <description>Patches for JabberPy</description>
    <language>en-en</language>
    <item>
      <title>JabberPy - Fix authentication bug</title>
      <description>&lt;pre&gt;*** /usr/lib/python2.1/site-packages/jabber.py.orig     2003-06-10 14:35:04.000000000 +0100
--- /usr/lib/python2.1/site-packages/jabber.py  2003-06-10 14:35:20.000000000 +0100
***************
*** 589,594 ****
--- 589,596 ----
              
          iq_result = self.SendAndWaitForResponse(auth_set_iq)
  
+         if iq_result is None:
+              return False
          if iq_result.getError() is None:
              return True
          else:
***************
*** 596,603 ****
             self.lastErrCode = iq_result.getErrorCode()
             # raise error(iq_result.getError()) ?
             return False
-         if iq_result is None:
-              return False
          return True
  
      ## Roster 'helper' func's - also see the Roster class ##
--- 598,603 ----
&lt;/pre&gt;</description>
      <pubDate>Mon, 28 Aug 2006 18:29:36 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/3</link>
      <guid>http://haberdasherhq.org/demo/patches/show/3</guid>
    </item>
  </channel>
</rss>
