Fix server-based registration

This commit is contained in:
Dan Williams 2007-05-08 16:28:55 -04:00
parent 0d1b2bef13
commit a67d87c2a6

View File

@ -284,7 +284,7 @@ class ServerPlugin(gobject.GObject):
if self._account['register']: if self._account['register']:
# we successfully register this account # we successfully register this account
self._owner.props.registered = True self._owner.set_registered(True)
# the group of contacts who may receive your presence # the group of contacts who may receive your presence
publish = self._request_list_channel('publish') publish = self._request_list_channel('publish')