revert wrong commit

This commit is contained in:
Yann Leboulanger 2005-12-25 15:56:36 +00:00
parent 636d1aacbf
commit 45ee0e9a75
1 changed files with 2 additions and 0 deletions

View File

@ -2149,6 +2149,8 @@ class Connection:
if not self.connection:
return
iq = common.xmpp.Iq(typ='get')
iq2 = iq.addChild(name="query", namespace="jabber:iq:private")
iq2.addChild(name="storage", namespace="storage:bookmarks")
self.to_be_sent.append(iq)
def store_bookmarks(self):