Changeset 9319
- Timestamp:
- 02/08/08 23:15:03 (10 months ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r9301 r9319 721 721 notify.notify('status_change', jid, account, [new_show, 722 722 status_message]) 723 else:724 # FIXME: Msn transport (CMSN1.2.1 and PyMSN0.10) doesn't follow the JEP725 # remove in 2007726 # It's maybe a GC_NOTIFY (specialy for MSN gc)727 self.handle_event_gc_notify(account, (jid, array[1], status_message,728 array[3], None, None, None, None, None, [], None, None))729 730 723 731 724 def handle_event_msg(self, account, array):
