]> code.delx.au - pymsnt/commitdiff
Reject authorisation for new contacts should work now.
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Thu, 23 Mar 2006 13:11:34 +0000 (13:11 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Thu, 23 Mar 2006 13:11:34 +0000 (13:11 +0000)
git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@131 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>

src/legacy/glue.py

index 5445a3bdf81d8f75c0b8c48133450056e6a664c7..176932f247e1a6f743bd5e0d1d48cfaf9cfa9d81 100644 (file)
@@ -551,6 +551,7 @@ class LegacyList:
                LogEvent(INFO, self.jabberID)
                jid = jid2msn(jid)
                self.session.legacycon.remContact(msn.ALLOW_LIST, jid)
+               self.session.legacycon.remContact(msn.PENDING_LIST, jid)
                self.session.legacycon.addContact(msn.BLOCK_LIST, jid)