Some work to make group chat work again

This commit is contained in:
Marco Pesenti Gritti
2006-06-18 01:05:40 -04:00
parent afc587212e
commit b4413fe3c2
5 changed files with 30 additions and 39 deletions
+1 -1
View File
@@ -43,7 +43,6 @@ class BrowserActivity(activity.Activity):
self._model = None
def _service_appeared_cb(self, pservice, buddy, service):
print 'appeared ' + service.get_type()
if service.get_type() == _BROWSER_ACTIVITY_TYPE:
self._notif_service = service
elif service.get_type() == LocalModel.SERVICE_TYPE:
@@ -112,6 +111,7 @@ class BrowserActivity(activity.Activity):
vbox.show()
# FIXME remove, when we join the activity this will happen automatically
# (Once we have a global presence service)
self._pservice.track_activity(self.get_id())
def get_embed(self):