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 @@ ...@@ -91,7 +91,6 @@
"</storage>"+ "</storage>"+
"</item>"+ "</item>"+
"</publish>"+ "</publish>"+
"</pubsub>"+
"<publish-options>"+ "<publish-options>"+
"<x xmlns='jabber:x:data' type='submit'>"+ "<x xmlns='jabber:x:data' type='submit'>"+
"<field var='FORM_TYPE' type='hidden'>"+ "<field var='FORM_TYPE' type='hidden'>"+
...@@ -105,6 +104,7 @@ ...@@ -105,6 +104,7 @@
"</field>"+ "</field>"+
"</x>"+ "</x>"+
"</publish-options>"+ "</publish-options>"+
"</pubsub>"+
"</iq>" "</iq>"
); );
......
...@@ -119,7 +119,6 @@ ...@@ -119,7 +119,6 @@
.up() .up()
.up() .up()
.up() .up()
.up()
.c('publish-options') .c('publish-options')
.c('x', {'xmlns': Strophe.NS.XFORM, 'type':'submit'}) .c('x', {'xmlns': Strophe.NS.XFORM, 'type':'submit'})
.c('field', {'var':'FORM_TYPE', 'type':'hidden'}) .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