summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index dc19038a..40661e89 100644
--- a/src/core.py
+++ b/src/core.py
@@ -3307,6 +3307,7 @@ class Core(object):
if config.get('enable_user_nick', 'true') != 'false':
self.xmpp.plugin['xep_0172'].publish_nick(nick=self.own_nick)
+ self.xmpp.plugin['xep_0115'].update_caps()
### Other handlers ###