diff options
author | Anders Svensson <[email protected]> | 2017-07-06 12:07:36 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-08-03 17:14:27 +0200 |
commit | d52611e9bd0628affa7b4f56a6126e4a99b69a7a (patch) | |
tree | 6dc7cae62bd1ba105e4f2e2ccfd32ed923c9dceb /lib/diameter/doc/src/diameter.xml | |
parent | 1b3b64af3d9a5441b6da37cf4e97b59cb043f33b (diff) | |
download | otp-d52611e9bd0628affa7b4f56a6126e4a99b69a7a.tar.gz otp-d52611e9bd0628affa7b4f56a6126e4a99b69a7a.tar.bz2 otp-d52611e9bd0628affa7b4f56a6126e4a99b69a7a.zip |
Let messages and grouped AVPs be decoded to lists
That is, decode to the same format that encode already accepts. Only a
message has its name at the head of the list since AVPs are already
name/value pairs.
Diffstat (limited to 'lib/diameter/doc/src/diameter.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index bfb6da41b5..e525ab3345 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -970,7 +970,8 @@ occur in the message in question.</p> </item> <tag> -<marker id="record_decode"/><c>{record_decode, boolean() | map}</c></tag> +<marker id="record_decode"/> +<c>{record_decode, boolean() | list | map}</c></tag> <item> <p> Whether or not to decode message and grouped AVPs to records in the |