-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uric/contact: fix display name and contact header uri escaping (#762)
* uric: fix display name uri escaping In display names, LWS may not be escaped according to RFC 3261 section 25.1. * contact: escape Contact header SIP URI * uri,contact: improve uri escaping of user part * dialog: do not escape display name in FROM header The display name is sent as a quoted-string which must not be escaped. Further, basically all UTF-8 characters are allowed in display names, so not checking it should be fine for almost all cases. * uric: remove unused functions
- Loading branch information
1 parent
394b3c5
commit 5aaffb6
Showing
5 changed files
with
26 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters