Fix server-based registration
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user