Show
Ignore:
Timestamp:
02/06/08 02:40:51 (10 months ago)
Author:
bct
Message:

move message handling into ChatControlSession?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/session_centric/src/common/events.py

    r8927 r9307  
    169169                {jid1: [], jid2: []} 
    170170                if jid is given, returns all events from the given jid in a list: [] 
    171                 optionnaly only from given type''' 
     171                optionally only from given type''' 
    172172                if not self._events.has_key(account): 
    173173                        return []