Skip to content
Snippets Groups Projects
Commit 4bdd5d63 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

general -> General

parent 005f51a8
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@ class GajimCore:
self.hub.sendPlugin('SUBSCRIBED', self.connections[con],\
(jid.getStripped(), jid.getResource()))
self.hub.queueIn.put(('UPDUSER', self.connections[con], \
(jid.getStripped(), jid.getNode(), ['general'])))
(jid.getStripped(), jid.getNode(), ['General'])))
#BE CAREFUL : no con.updateRosterItem() in a callback
log.debug("we are now subscribed to %s" % who)
elif typ == 'unsubscribe':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment