-
Notifications
You must be signed in to change notification settings - Fork 120
Calling an not implemented optional fault should be a sender error. #715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2108,7 +2108,7 @@ DATE: when response was generated | |
| </row> | ||
| <row> | ||
| <entry> | ||
| <para>env:Receiver</para> | ||
| <para>env:Sender</para> | ||
|
||
| </entry> | ||
| <entry> | ||
| <para>ter:ActionNotSupported</para> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I agree, the sender has sent a potentially valid command, it is the receiver that isn't implementing it/supporting it. It felt correct before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see two potential cases:
A well implemented device should respond as 2. and a badly implemented one as 1.
As the device is the one that decides I prefer option 2. If it missbehaves it is a bug.