Changeset 35
- Timestamp:
- 07/23/09 06:46:31 (12 months ago)
- Files:
-
- 2 modified
-
foreignclient.py (modified) (1 diff)
-
pizzjacomponent.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
foreignclient.py
r33 r35 54 54 ''' 55 55 #TODO: Don't crash because of invalid accounts, cf. ticket #5. 56 #TODO: In the future, we might want to call start() earlier for 57 # performance reasons: until we call start(), the process is 58 # blocking. 56 59 debug('Registering disconnect handler') 57 60 self.cnx.RegisterDisconnectHandler(self.onDisconnect) -
pizzjacomponent.py
r34 r35 63 63 def getClient(self, jid, resource): 64 64 '''Return the client for the given subscriber JID and resource group. 65 Create it if needed.65 Create it if needed. 66 66 ''' 67 67 debug('Getting client for %s/%s' % (jid, resource))
