Smack/smack-extensions/src/test/java/org/jivesoftware/smackx
Florian Schmaus 2cba6a68eb Fix DataFormProvider parsing 'fixed' FormFields
b71039660b made FormField.setType(Type)
throw an illegal argument exception if type is fixed, but the
DataFormProvider was not changed, so it still would call
setType(Type.fixed).

Change DataFormProvider so that the non-argument constructer of
FormField is used when type == fixed.
2015-01-26 07:54:12 +01:00
..
amp Rework Smack Provider design 2014-10-08 16:01:14 +02:00
bytestreams Add IQ request handler API 2015-01-08 23:15:24 +01:00
caps Make DataForm type an enum 2015-01-10 20:10:46 +01:00
delay/provider Change jxmpp version to 0.4.1-alpha2-SNAPSHOT 2014-12-12 11:50:33 +01:00
filetransfer Rename SmackConfiguration.DEBUG_ENABLED to DEBUG 2015-01-19 08:26:42 +01:00
forward Improve 'forward' code 2015-01-09 11:32:00 +01:00
iqlast Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
iqversion Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
jiveproperties Improve parsing. Add method for de-serializing Strings 2014-05-28 08:18:44 +02:00
muc Make DataForm type an enum 2015-01-10 20:10:46 +01:00
ping Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
privacy/provider Improve privacy parsing and API. Add NumberUtil 2015-01-21 09:50:44 +01:00
pubsub Rename SmackConfiguration.DEBUG_ENABLED to DEBUG 2015-01-19 08:26:42 +01:00
receipts Improve Message Delivery Receipt (XEP-184) API 2015-01-20 12:43:11 +01:00
rsm/provider Add support for XEP-0059: Result Set Management 2014-09-13 12:28:18 +02:00
shim/provider Improve SHIM API 2015-01-02 00:09:30 +01:00
time Add (IQ|PacketExtension)IntrospectionProvider 2014-12-10 11:09:52 +01:00
xdata/packet Fix DataFormProvider parsing 'fixed' FormFields 2015-01-26 07:54:12 +01:00
xdatalayout/packet Support for XEP-0122: Data Forms Validation. 2014-12-30 02:03:12 +01:00
xdatavalidation Improve privacy parsing and API. Add NumberUtil 2015-01-21 09:50:44 +01:00
xhtmlim/provider Rework Smack Provider design 2014-10-08 16:01:14 +02:00
ExtensionsInitializerTest.java Enable OSGi compliance via 'DynamicImport-Package: *' 2015-01-03 13:14:02 +01:00
InitExtensions.java Enable OSGi compliance via 'DynamicImport-Package: *' 2015-01-03 13:14:02 +01:00
VCardUnitTest.java Init Base64 test encoder for unit-tests 2014-09-07 17:22:55 +02:00