gcfavorites / sleekbot

Automatically exported from code.google.com/p/sleekbot
0 stars 0 forks source link

XEP-0004: MUST NOT violation - multiple values in field of type 'fixed' #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a Data Form with a field ftype='fixed'.
2. Insert multi-line value.

The resulting payload contains one <field type='fixed' /> which contains
multiple <value /> nodes.

XEP-0004 says:
"Fields of type list-multi, jid-multi, text-multi, and hidden MAY contain
more than one <value/> element; all other field types MUST NOT contain more
than one <value/> element."

Apparently, some clients (Psi, tkabber) accept it and display all values,
others (Gajim, Bombus) don't and display e.g. only the first value.

Try for example the "About SleekBot" ad-hoc command in Bombus or Gajim.

Original issue reported on code.google.com by lukas.po...@gmail.com on 6 Oct 2007 at 8:31

GoogleCodeExporter commented 9 years ago
Fritzy reported Gajim not displaying multiple values as a bug, which is now 
fixed/closed.

http://trac.gajim.org/ticket/3200

Original comment by lukas.po...@gmail.com on 1 Nov 2007 at 10:47