comparison sat_frontends/quick_frontend/quick_app.py @ 2894:c7c52c0dc13a

core, quick_frontend(app): fixed connected signal handling
author Goffi <goffi@goffi.org>
date Sun, 07 Apr 2019 20:55:27 +0200
parents b2e898384c25
children fc78d53f0ffa
comparison
equal deleted inserted replaced
2893:7c8773723200 2894:c7c52c0dc13a
680 def newWidget(self, widget): 680 def newWidget(self, widget):
681 raise NotImplementedError 681 raise NotImplementedError
682 682
683 # bridge signals hanlers 683 # bridge signals hanlers
684 684
685 def connectedHandler(self, profile, jid_s): 685 def connectedHandler(self, jid_s, profile):
686 """Called when the connection is made. 686 """Called when the connection is made.
687 687
688 @param jid_s (unicode): the JID that we were assigned by the server, 688 @param jid_s (unicode): the JID that we were assigned by the server,
689 as the resource might differ from the JID we asked for. 689 as the resource might differ from the JID we asked for.
690 """ 690 """