diff options
author | Anders Svensson <[email protected]> | 2011-08-17 11:50:23 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-08-17 11:50:23 +0200 |
commit | 46bcbf8b8c5e53d3b9aaa1be987947fc0b927f8d (patch) | |
tree | b814e88ab7ae189f07ac6bd362817b7fa6a67c3d /lib/diameter/doc | |
parent | a7c0e439ee84d25ce18f65959be06315063a7de8 (diff) | |
download | otp-46bcbf8b8c5e53d3b9aaa1be987947fc0b927f8d.tar.gz otp-46bcbf8b8c5e53d3b9aaa1be987947fc0b927f8d.tar.bz2 otp-46bcbf8b8c5e53d3b9aaa1be987947fc0b927f8d.zip |
@id required in dictionary files only when @messages is specified.
@id defines an application identifier and this is used only when sending
or receiving messages. A dictionary can define only AVP's however,
to be included by other dictionaries using @inherits, in which case it
makes no sense to require @id.
Note that message definitions are not inherited with @inherits, only
AVP's
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter_dict.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter_dict.xml b/lib/diameter/doc/src/diameter_dict.xml index a87f59bad5..749b518a06 100644 --- a/lib/diameter/doc/src/diameter_dict.xml +++ b/lib/diameter/doc/src/diameter_dict.xml @@ -105,7 +105,7 @@ quantity is insignificant.</p> <p> The tags, their arguments and the contents of each corresponding section are as follows. -Each section can occur only once unless otherwise specified. +Each section can occur at most once unless otherwise specified. The order in which sections are specified is unimportant.</p> <taglist> @@ -115,6 +115,7 @@ The order in which sections are specified is unimportant.</p> <p> Defines the integer Number as the Diameter Application Id of the application in question. +Required if the dictionary defines <c>@messages</c>. The section has empty content.</p> <p> |