Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py Sun Mar 16 21:25:49 2014 +0100 +++ b/frontends/src/wix/main_window.py Mon Mar 17 13:24:55 2014 +0100 @@ -523,12 +523,3 @@ self.Show() self.Raise() e.Skip() - - def chatStateReceived(self, from_jid_s, state, profile): - """Signal observer to display a contact chat state - @param from_jid_s: contact who sent his new state - @state: state - @profile: current profile - """ - print "TODO: chatStateReceived not implemented yet" - pass