-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Line 68 in 37f0abd
self.to_details['params']['tag'] = msg.to_details['params']['tag'] |
Hello all.
This line must be changed to
self.to_details['params']['tag'] = msg.to_details['params'].get('tag')
RFC3261 8.2.6.2 Headers and Tags
the UAS MUST add a tag to the To header field in
the response (with the exception of the 100 (Trying) response, in
which a tag MAY be present)
Thank you.
kilianbreathnach
Metadata
Metadata
Assignees
Labels
No labels