Mercurial > libervia-backend
comparison frontends/src/wix/main_window.py @ 907:cd02f5ef30df
primitivus: display chat states (with symbols) for MUC participants
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 17 Mar 2014 13:24:55 +0100 |
parents | 1fe00f0c9a91 |
children | 01342bfe9f41 |
comparison
equal
deleted
inserted
replaced
906:1cbae66fa725 | 907:cd02f5ef30df |
---|---|
521 self.Hide() | 521 self.Hide() |
522 else: | 522 else: |
523 self.Show() | 523 self.Show() |
524 self.Raise() | 524 self.Raise() |
525 e.Skip() | 525 e.Skip() |
526 | |
527 def chatStateReceived(self, from_jid_s, state, profile): | |
528 """Signal observer to display a contact chat state | |
529 @param from_jid_s: contact who sent his new state | |
530 @state: state | |
531 @profile: current profile | |
532 """ | |
533 print "TODO: chatStateReceived not implemented yet" | |
534 pass |