Development Team/Presence Service Removal: Difference between revisions

Tomeu (talk | contribs)
No edit summary
Tomeu (talk | contribs)
No edit summary
Line 128: Line 128:
* Present: color, tags and nick are retrieved from GConf, the public key from the owner.key.pub file
* Present: color, tags and nick are retrieved from GConf, the public key from the owner.key.pub file


* Future:  
* Future: move this to the shell and keep the personal information in all accounts synchronized through MC5


  @dbus.service.method(PRESENCE_INTERFACE, in_signature="", out_signature="so")
  @dbus.service.method(PRESENCE_INTERFACE, in_signature="", out_signature="so")
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: do the same until we have tube invitations, then we don't need to create a text channel
* Future: create a muc tube and publish it to pubsub


  @dbus.service.method(PRESENCE_INTERFACE, in_signature="as", out_signature="")
  @dbus.service.method(PRESENCE_INTERFACE, in_signature="as", out_signature="")