diff src/test/helpers.py @ 1037:6e975c6b0faf

core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin: - the bridge method has been removed, now a plugin takes care of it with XMLUI callback system - TODO: xmpp.RegisteringAuthenticator still needs to be fixed
author souliane <souliane@mailoo.org>
date Fri, 16 May 2014 00:58:20 +0200
parents 002ee8397208
children 020e663bc286
line wrap: on
line diff
--- a/src/test/helpers.py	Fri May 16 00:53:09 2014 +0200
+++ b/src/test/helpers.py	Fri May 16 00:58:20 2014 +0200
@@ -81,9 +81,6 @@
     def registerCallback(self, callback, *args, **kwargs):
         pass
 
-    def registerNewAccountCB(self, data, profile):
-        pass
-
     def sendMessage(self, to_s, msg, subject=None, mess_type='auto', extra={}, profile_key='@NONE@'):
         self.sendAndStoreMessage({"to": JID(to_s)})