The ODK XForms Specification docs on encryption currently say the encrypted submission manifest uses:
xmlns="http://opendatakit.org/submissions"
When testing our encrypted surveys, we noticed that submission XMLs for encrypted submissions uses:
xmlns="http://www.opendatakit.org/xforms/encrypted"
This appears to be consistent with the encryption util code: https://github.com/getodk/collect/blob/271231bf5b1235a338e23a4f51806d824d065fb0/collect_app/src/main/java/org/odk/collect/android/utilities/EncryptionUtils.java#L88
The ODK XForms Specification docs on encryption currently say the encrypted submission manifest uses:
xmlns="http://opendatakit.org/submissions"When testing our encrypted surveys, we noticed that submission XMLs for encrypted submissions uses:
xmlns="http://www.opendatakit.org/xforms/encrypted"This appears to be consistent with the encryption util code: https://github.com/getodk/collect/blob/271231bf5b1235a338e23a4f51806d824d065fb0/collect_app/src/main/java/org/odk/collect/android/utilities/EncryptionUtils.java#L88