diff options
author | Anders Svensson <[email protected]> | 2012-11-23 15:44:20 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2012-11-23 15:44:20 +0100 |
commit | ef0ca0ec93bffe459ad1a510f430cd91b08e29a2 (patch) | |
tree | aba6aca8fa9fb1e29c2b8c7d67a6027ed9052d76 /lib/diameter/doc/src/notes.xml | |
parent | dd21aa5ac26ac4b09c31ac0390f0b596fa10e4e8 (diff) | |
parent | d8d53aefc3234a37ad9308949d122c265f90cca9 (diff) | |
download | otp-ef0ca0ec93bffe459ad1a510f430cd91b08e29a2.tar.gz otp-ef0ca0ec93bffe459ad1a510f430cd91b08e29a2.tar.bz2 otp-ef0ca0ec93bffe459ad1a510f430cd91b08e29a2.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/diameter/doc/src/notes.xml')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index b89d84a4f6..7f3cdab075 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -428,7 +428,7 @@ Known issues or limitations:</p> Some agent-related functionality is not entirely complete. In particular, support for proxy agents, that advertise specific Diameter applications but otherwise relay messages in much the same -way as relay agents (for which a &handle_request; +way as relay agents (for which a handle_request callback can return a <c>relay</c> tuple), will be completed in an upcoming release. There may also be more explicit support for redirect agents, although @@ -460,7 +460,7 @@ could likely be expanded upon.</p> <item> <p> -The function &service_info; +The function diameter:service_info/2 can be used to retrieve information about a started service (statistics, information about connected peers, etc) but this is not yet documented and both the input and output may change |