about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-03 19:35:26 +0000
committerJames Booth <boothj5@gmail.com>2014-02-03 19:35:26 +0000
commit3e02921859f13694113daa4264a7a3d02d9e250e (patch)
tree7f5a28fb2bf5be7accfa569bd56c9e1ea61f5485 /src
parent0f0cd4cdab65bc045782682bcf49038a38b879fd (diff)
downloadprofani-tty-3e02921859f13694113daa4264a7a3d02d9e250e.tar.gz
Removed id from bookmarks add
Diffstat (limited to 'src')
-rw-r--r--src/xmpp/bookmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/bookmark.c b/src/xmpp/bookmark.c
index 15861a9c..1bc102a3 100644
--- a/src/xmpp/bookmark.c
+++ b/src/xmpp/bookmark.c
@@ -89,7 +89,6 @@ _bookmark_add(const char *jid, const char *nick, gboolean autojoin)
 
     xmpp_stanza_t *item = xmpp_stanza_new(ctx);
     xmpp_stanza_set_name(item, STANZA_NAME_ITEM);
-    xmpp_stanza_set_attribute(item, STANZA_ATTR_ID, "current");
     xmpp_stanza_add_child(publish, item);
 
     xmpp_stanza_t *storage = xmpp_stanza_new(ctx);