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
View File
@@ -506,6 +506,7 @@ class PresenceService(gobject.GObject):
def share_activity(self, activity, stype, properties={}, address=None, port=None):
"""Convenience function to share an activity with other buddies."""
uid = activity.get_id()
logging.debug('Sharing activity uid %s, stype %s' % (uid, stype))
owner_nick = self._owner.get_nick_name()
real_stype = Service.compose_service_type(stype, uid)
if address and type(address) != type(""):