Your message dated Fri, 17 Mar 2006 07:40:19 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321348: fixed in python-xmpp 0.3-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python2.3-xmpp
Version: 0.2-rc3-1
Severity: normal
File: /usr/lib/python2.3/site-packages/xmpp/features.py

The setPrivacyList function uses a nonexistent payload variable where it
should use the list parameter.

--- /tmp/x/usr/lib/python2.3/site-packages/xmpp/features.py     2005-05-13 
14:03:32.000000000 +0200
+++ /usr/lib/python2.3/site-packages/xmpp/features.py   2005-08-05 
01:05:37.504032264 +0200
@@ -162,7 +162,7 @@
     """ Set the ruleset. 'list' should be the simpleXML node formatted
         according to RFC 3921 (XMPP-IM) (I.e. 
Node('list',{'name':listname},payload=[...]) )
         Returns true on success."""
-    resp=disp.SendAndWaitForResponse(Iq('set',NS_PRIVACY,payload=[payload]))
+    resp=disp.SendAndWaitForResponse(Iq('set',NS_PRIVACY,payload=[list]))
     if isResultNode(resp): return 1
 
 def delPrivacyList(disp,listname):

-- 
MichaƂ Politowski
Talking has been known to lead to communication if practiced carelessly.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: python-xmpp
Source-Version: 0.3-1

We believe that the bug you reported is fixed in the latest version of
python-xmpp, which is due to be installed in the Debian FTP archive:

python-xmpp_0.3-1.diff.gz
  to pool/main/p/python-xmpp/python-xmpp_0.3-1.diff.gz
python-xmpp_0.3-1.dsc
  to pool/main/p/python-xmpp/python-xmpp_0.3-1.dsc
python-xmpp_0.3-1_all.deb
  to pool/main/p/python-xmpp/python-xmpp_0.3-1_all.deb
python-xmpp_0.3.orig.tar.gz
  to pool/main/p/python-xmpp/python-xmpp_0.3.orig.tar.gz
python2.3-xmpp_0.3-1_all.deb
  to pool/main/p/python-xmpp/python2.3-xmpp_0.3-1_all.deb
python2.4-xmpp_0.3-1_all.deb
  to pool/main/p/python-xmpp/python2.4-xmpp_0.3-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexey Nezhdanov <[EMAIL PROTECTED]> (supplier of updated python-xmpp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 13 Mar 2006 09:40:17 +0300
Source: python-xmpp
Binary: python2.4-xmpp python-xmpp python2.3-xmpp
Architecture: source all
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Alexey Nezhdanov <[EMAIL PROTECTED]>
Changed-By: Alexey Nezhdanov <[EMAIL PROTECTED]>
Description: 
 python-xmpp - Python library for communication with XMPP (Jabber) servers
 python2.3-xmpp - Python library for communication with XMPP (Jabber) servers
 python2.4-xmpp - Python library for communication with XMPP (Jabber) servers
Closes: 312227 321348 351154 356149
Changes: 
 python-xmpp (0.3-1) unstable; urgency=low
 .
   * New upstream release
   * Update of python2.3-xmpp for debian/testing required.
     Closes: #312227
   * Please stop build modules for python2.1/python2.2
     closes: #351154
   * New Upstream available (0.3). Closes: #356149
   * /usr/lib/python2.3/site-packages/xmpp/features.py: error in
     setPrivacyList. Closes: #321348
   * Sponsored upload by Cosimo Alfarano <[EMAIL PROTECTED]>
Files: 
 7c156bacc3f30fdcc3080fd85a80f116 680 python optional python-xmpp_0.3-1.dsc
 9d40ca6cb8824a9e4a918ca2f1f89b13 251680 python optional 
python-xmpp_0.3.orig.tar.gz
 e84e0f9af7c25dde58dec4094e080dd0 2847 python optional python-xmpp_0.3-1.diff.gz
 63fbc875bbb8b897438b58c28c69a677 12612 python optional 
python-xmpp_0.3-1_all.deb
 45946f5690b2c527595ddff066b9608e 259188 python optional 
python2.3-xmpp_0.3-1_all.deb
 20c8a17ba1370d70bd27a11ed06cb42a 259204 python optional 
python2.4-xmpp_0.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEF/Wr5DsVPMtGficRAlujAJ9YI5UwyGpPDcZUOChETg9DcrIiwwCgiKsx
cOv/oJIqW+VxWVuuEFqQ1i8=
=HTwY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to