about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-29 22:58:48 +0000
committerJames Booth <boothj5@gmail.com>2014-03-29 22:58:48 +0000
commit7e27d96f16aebf6cbc3f32ec6d10e5ec20196ed7 (patch)
tree4d1b26f7f6a87825377557c689e10a0995725296 /src/xmpp/connection.c
parent47632bd3eed868786e160c3df89c5931148b5b54 (diff)
downloadprofani-tty-7e27d96f16aebf6cbc3f32ec6d10e5ec20196ed7.tar.gz
Revert "Commented bookmarks code for 0.4.0 release"
This reverts commit 8306d4c24421993fc04837499e7682dad4948878.
Diffstat (limited to 'src/xmpp/connection.c')
-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 15d5cd11..3d11fed5 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) {