tested again today and works fine now. Thats very weird. So i assume there were s2s problems yesterday on JO. The first xData form had no delay and all following didnt reach the receiver. When i sent a presence packet to the receiver then all "lost" packets arrived at the same time.
Alex Alexey Nezhdanov wrote: > Tryed this xml chunk on my jabberd1.4.3. Server worked it fine w/o any > delays. > > >> Hello, >> >> while playing around with XData forms i stumbled in following >> problem: >> The parser in jabberd seems to have some problems with the XML >> below. Most time when i send this XML it doesnt reach the receiver >> immediately. I assume that its hanging in the queue of the parser an >> the parser assumes that this XML-Element is not complete (depth > >> 1). After i send another packet to the receiver, eg. a presence >> packet, he gets the both packages at the same time then. I treid >> that on different jabberd 1.42 and 1.43 server. Also wpJabber has >> the same problem. >> >> Alex >> >> XML: >> <message to='[EMAIL PROTECTED]'> >> <subject>Vote #134</subject> >> <body>Please take the time to vote on this matter. Thanks!</body> >> <thread>vote-thread-reatmon-134</thread> >> <x xmlns='jabber:x:data' type='form'> >> <title>Vote #134</title> >> <instructions>This is the vote to pick a new mascot. Thanks for >> your time!</instructions> >> <field var='mascot' type='list-single'> >> <required/> >> <option label='Light Bulb'><value>light_bulb</value></option> >> <option label='Penguin'><value>penguin</value></option> >> <option label='Moose'><value>moose</value></option> >> <option label='Triangle Man'><value>triangle_man</value></option> >> <option label='Other'><value>other</value></option> >> </field> >> <field var='other_mascot' type='text-single'/> >> <field var='color' type='list-single'> >> <required/> >> <option label='Red'><value>red</value></option> >> <option label='Blue'><value>blue</value></option> >> <option label='Green'><value>green</value></option> >> <option label='Black/White'><value>black_white</value></option> >> </field> >> </x> >> </message> >> >> _______________________________________________ >> jdev mailing list >> [EMAIL PROTECTED] >> https://jabberstudio.org/mailman/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
