Index: /foreignclient.py
===================================================================
--- /foreignclient.py (revision 33)
+++ /foreignclient.py (revision 35)
@@ -54,4 +54,7 @@
         '''
         #TODO: Don't crash because of invalid accounts, cf. ticket #5.
+        #TODO: In the future, we might want to call start() earlier for
+        #      performance reasons: until we call start(), the process is
+        #      blocking.
         debug('Registering disconnect handler')
         self.cnx.RegisterDisconnectHandler(self.onDisconnect)
Index: /pizzjacomponent.py
===================================================================
--- /pizzjacomponent.py (revision 34)
+++ /pizzjacomponent.py (revision 35)
@@ -63,5 +63,5 @@
     def getClient(self, jid, resource):
         '''Return the client for the given subscriber JID and resource group.
-	   Create it if needed.
+           Create it if needed.
         '''
         debug('Getting client for %s/%s' % (jid, resource))
