about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-02 02:39:36 +0000
committerJames Booth <boothj5@gmail.com>2014-02-02 02:39:36 +0000
commit9394091f04e862fae4b4a55d4bc95c144a98d76e (patch)
tree97b9033f55a6571cdffb382b4d06f0a00474b769 /src/xmpp/stanza.c
parent3dc5f60f3d2d29a905bef1d8826b56bc10ba7d8b (diff)
downloadprofani-tty-9394091f04e862fae4b4a55d4bc95c144a98d76e.tar.gz
Implemented add bookmark for XEP-0223
Issue #194
Diffstat (limited to 'src/xmpp/stanza.c')
-rw-r--r--src/xmpp/stanza.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c
index bb2388ad..c37ab124 100644
--- a/src/xmpp/stanza.c
+++ b/src/xmpp/stanza.c
@@ -36,7 +36,6 @@
 
 static int _field_compare(FormField *f1, FormField *f2);
 
-#if 0
 xmpp_stanza_t *
 stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
 {
@@ -63,8 +62,8 @@ stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
 
     return iq;
 }
-#endif
 
+#if 0
 xmpp_stanza_t *
 stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
 {
@@ -92,6 +91,7 @@ stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
 
     return iq;
 }
+#endif
 
 xmpp_stanza_t *
 stanza_create_chat_state(xmpp_ctx_t *ctx, const char * const recipient,