diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-23 09:38:12 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-23 15:43:55 +0200 |
commit | 5c16bc7384123e690199a1157d93088ee4b7c307 (patch) | |
tree | 9fb9bfa5a921f7777d9a1168a1d58f176cc81829 /docs | |
parent | a92a76d78306a1c52f6d542b7317594f14a00bb6 (diff) | |
download | moa-zs-5c16bc7384123e690199a1157d93088ee4b7c307.tar.gz moa-zs-5c16bc7384123e690199a1157d93088ee4b7c307.tar.bz2 moa-zs-5c16bc7384123e690199a1157d93088ee4b7c307.zip |
Fix Typo In Spec
Diffstat (limited to 'docs')
-rw-r--r-- | docs/spec.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec.md b/docs/spec.md index 9c815c7..9036835 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -30,7 +30,7 @@ Not all changes are backward compatible and require adjustments in app2mzs-1.5.3 #### Changes in `mzs:DeliveryRequest` - The `Server` element was removed from the `DeliveryRequest` type. - In MOA ZS 1.5.4, this element replaced the ZKOPF response. + In MOA ZS 1.5.3, this element replaced the ZKOPF response. ZKOPF request and response do not exist anymore, which renders the `Server` response irrelevant. This change is *not backward compatible*. - The `ProfileID` option in the `DeliveryRequest/Sender` element was replaced by `msg:SenderProfile` because sender profiles are now registered at the delivery service and referred to via `DeliveryRequest/Sender/SenderProfile`. |