about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-16 18:20:31 +0000
committerJames Booth <boothj5@gmail.com>2014-03-16 18:20:31 +0000
commit8306d4c24421993fc04837499e7682dad4948878 (patch)
tree52168247203a9841e5bc578ff6ce6c19bbada2a1 /src/xmpp
parent22ab2686181bde9b35fd04c5364d511d08cd57a1 (diff)
downloadprofani-tty-8306d4c24421993fc04837499e7682dad4948878.tar.gz
Commented bookmarks code for 0.4.0 release
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 3d11fed5..15d5cd11 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -435,7 +435,7 @@ _connection_handler(xmpp_conn_t * const conn,
         iq_add_handlers();
 
         roster_request();
-        bookmark_request();
+//        bookmark_request();
         jabber_conn.conn_status = JABBER_CONNECTED;
 
         if (prefs_get_reconnect() != 0) {