Mercurial > libervia-backend
comparison frontends/quick_frontend/quick_app.py @ 28:c2b131e4e262
wix: new gateways manager
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Dec 2009 13:27:54 +0100 |
parents | 53e921c8a357 |
children | 8c67ea98ab91 |
comparison
equal
deleted
inserted
replaced
27:f1db7ffbe6a7 | 28:c2b131e4e262 |
---|---|
47 self.whoami=JID(self.bridge.getParamA("JabberID","Connection")) | 47 self.whoami=JID(self.bridge.getParamA("JabberID","Connection")) |
48 self.watched=self.bridge.getParamA("Watched", "Misc").split() #TODO: put this in a plugin | 48 self.watched=self.bridge.getParamA("Watched", "Misc").split() #TODO: put this in a plugin |
49 | 49 |
50 ## misc ## | 50 ## misc ## |
51 self.current_action_ids = set() | 51 self.current_action_ids = set() |
52 self.current_action_ids_cb = {} | |
52 self.onlineContact = set() #FIXME: temporary | 53 self.onlineContact = set() #FIXME: temporary |
53 | 54 |
54 if self.bridge.isConnected(): | 55 if self.bridge.isConnected(): |
55 self.setStatusOnline(True) | 56 self.setStatusOnline(True) |
56 | 57 |