summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.py b/src/core/core.py
index cf2cfc2e..f32099f1 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -654,7 +654,7 @@ class Core(object):
else:
self.do_command(''.join(char_list), True)
if self.status.show not in ('xa', 'away'):
- self.xmpp.plugin['xep_0012'].begin_idle(jid=self.xmpp.boundjid)
+ self.xmpp.plugin['xep_0319'].idle()
self.doupdate()
def save_config(self):