Commit 3e77deee authored by JC Brand's avatar JC Brand

Bugfix in format of IQ stanza to save bookmarks.

parent 052dd192
......@@ -91,7 +91,6 @@
"</storage>"+
"</item>"+
"</publish>"+
"</pubsub>"+
"<publish-options>"+
"<x xmlns='jabber:x:data' type='submit'>"+
"<field var='FORM_TYPE' type='hidden'>"+
......@@ -105,6 +104,7 @@
"</field>"+
"</x>"+
"</publish-options>"+
"</pubsub>"+
"</iq>"
);
......
......@@ -119,7 +119,6 @@
.up()
.up()
.up()
.up()
.c('publish-options')
.c('x', {'xmlns': Strophe.NS.XFORM, 'type':'submit'})
.c('field', {'var':'FORM_TYPE', 'type':'hidden'})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment