small cleanup
This commit is contained in:
parent
2c44dfa19d
commit
a581b8018d
|
@ -603,12 +603,6 @@ class Connection:
|
||||||
self.bookmarks.append(bm)
|
self.bookmarks.append(bm)
|
||||||
self.dispatch('BOOKMARKS', self.bookmarks)
|
self.dispatch('BOOKMARKS', self.bookmarks)
|
||||||
|
|
||||||
# if bm['autojoin'] == '1':
|
|
||||||
# jid = common.xmpp.protocol.JID(conf.getAttr('jid'))
|
|
||||||
# server = jid.getDomain()
|
|
||||||
# room = jid.getNode()
|
|
||||||
# gc = self.join_gc(bm['nick'], room, server, bm['password'])
|
|
||||||
|
|
||||||
elif ns == 'gajim:prefs':
|
elif ns == 'gajim:prefs':
|
||||||
#Preferences data
|
#Preferences data
|
||||||
#http://www.jabber.org/jeps/jep-0049.html
|
#http://www.jabber.org/jeps/jep-0049.html
|
||||||
|
|
Loading…
Reference in New Issue