small cleanup
This commit is contained in:
parent
2c44dfa19d
commit
a581b8018d
1 changed files with 4 additions and 10 deletions
|
@ -603,12 +603,6 @@ class Connection:
|
|||
self.bookmarks.append(bm)
|
||||
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':
|
||||
#Preferences data
|
||||
#http://www.jabber.org/jeps/jep-0049.html
|
||||
|
|
Loading…
Add table
Reference in a new issue