Changeset 9319

Show
Ignore:
Timestamp:
02/08/08 23:15:03 (10 months ago)
Author:
steve-e
Message:

Remove workaround old, non xep-complient MSN transports.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim.py

    r9301 r9319  
    721721                                notify.notify('status_change', jid, account, [new_show, 
    722722                                        status_message]) 
    723                 else: 
    724                         # FIXME: Msn transport (CMSN1.2.1 and PyMSN0.10) doesn't follow the JEP 
    725                         # remove in 2007 
    726                         # 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  
    730723 
    731724        def handle_event_msg(self, account, array):