Tech-invite3GPPspaceIETFspace

ABNF for SIP/SIPS URI — userinfo

Section 19.1.1 of RFC 3261  and  ABNF in RFC 3261

userinfo =
user /  telephone‑subscriber )  [ ":"  password ]  "@"

; examples:
;   sip:alice@atlanta.com
;   sip:alice:secretword@atlanta.com;transport=tcp
;   sip:+1-212-555-1212:1234@gateway.com;user=phone

Top
user  =
1*( unreserved /  escaped /  user-unreserved )
Up
user-unreserved =
"&" /  "=" /  "+" /  "$" /  "," /  ";" /  "?" /  "/"
Up
password =
*( unreserved /  escaped /  "&" /  "=" /  "+" /  "$" /  "," )
Up

Top