Changes

no edit summary
Line 151: Line 151:  
* Present: requests a room from the CM, then requests a text channel and tubes channel on this room
 
* Present: requests a room from the CM, then requests a text channel and tubes channel on this room
   −
* Future:  
+
* Future: do the same until we have tube invitations, then we don't need to create a text channel
    
  @dbus.service.method(PRESENCE_INTERFACE, in_signature="as", out_signature="")
 
  @dbus.service.method(PRESENCE_INTERFACE, in_signature="as", out_signature="")
Line 161: Line 161:  
* Present: add local friends to the contact list in the server
 
* Present: add local friends to the contact list in the server
   −
* Future:  
+
* Future: should be the shell process to do what we currently do
    
  @dbus.service.method(PRESENCE_INTERFACE, in_signature="", out_signature="")
 
  @dbus.service.method(PRESENCE_INTERFACE, in_signature="", out_signature="")
Line 171: Line 171:  
* Present: disconnects the gabble CM and starts it again
 
* Present: disconnects the gabble CM and starts it again
   −
* Future:
+
* Future: use the account API in MC5
     
647

edits