general -> General
This commit is contained in:
parent
005f51a8b0
commit
4bdd5d635a
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ class GajimCore:
|
||||||
self.hub.sendPlugin('SUBSCRIBED', self.connections[con],\
|
self.hub.sendPlugin('SUBSCRIBED', self.connections[con],\
|
||||||
(jid.getStripped(), jid.getResource()))
|
(jid.getStripped(), jid.getResource()))
|
||||||
self.hub.queueIn.put(('UPDUSER', self.connections[con], \
|
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
|
#BE CAREFUL : no con.updateRosterItem() in a callback
|
||||||
log.debug("we are now subscribed to %s" % who)
|
log.debug("we are now subscribed to %s" % who)
|
||||||
elif typ == 'unsubscribe':
|
elif typ == 'unsubscribe':
|
||||||
|
|
Loading…
Add table
Reference in a new issue