s/publish/share

This commit is contained in:
Dan Williams
2006-07-25 17:17:05 -05:00
parent 8d232ae292
commit e5065263a9
5 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ class ActivityChat(GroupChat):
address=addr, port=port)
self._setup_stream(self._chat_service)
def publish(self):
"""Only called when we publish the activity this chat is tied to."""
def share(self):
"""Only called when we share the activity this chat is tied to."""
self._chat_service = self._pservice.share_activity(self._activity,
stype=ActivityChat.SERVICE_TYPE)
self._setup_stream(self._chat_service)