From 0dcc6f9cc403e9f0159c5f8d6381e43cfc35c6bf Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 1 Jun 2013 21:43:15 +0200 Subject: =?UTF-8?q?Fix=20the=20caps=20updating=20(=E2=80=9Cdo=20not=20veri?= =?UTF-8?q?fy=E2=80=9D=20message=20in=20swift)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.py') 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 ### -- cgit v1.2.3