diff src/core/xmpp.py @ 2050:046449cc2bff

core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
author Goffi <goffi@goffi.org>
date Sun, 28 Aug 2016 19:23:58 +0200
parents a2bc5089c2eb
children 0931b5a6213c
line wrap: on
line diff
--- a/src/core/xmpp.py	Sun Aug 28 18:24:45 2016 +0200
+++ b/src/core/xmpp.py	Sun Aug 28 19:23:58 2016 +0200
@@ -50,7 +50,6 @@
         self.host_app = host_app
         self._mess_id_uid = {} # map from message id to uid use in history. Key: (full_jid,message_id) Value: uid
         self.conn_deferred = defer.Deferred()
-        self._waiting_conf = {}  # callback called when a confirmation is received
         self._progress_cb = {}  # callback called when a progress is requested (key = progress id)
         self.actions = {} # used to keep track of actions for retrieval (key = action_id)