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