Tech-invite3GPPspaceIETFspace

ABNF for SIP/SIPS URI — absoluteURI

see  ABNF in RFC 3261

absoluteURI =
scheme  ":"  ( hier‑part /  opaque‑part )
Top
scheme =
ALPHA  *( ALPHA /  DIGIT /  "+" /  "-" /  "." )
Up
hier-part =
net‑path /  abs‑path )  [ "?"  query ]
Up
net-path =
"//"  authority  [ abs‑path ]
Up
abs-path =
Up
Up
query =
*uric
Up
authority =
Up
srvr =
[  [ userinfo  "@" ]  hostport ]
Up
reg-name =
1*( unreserved /  escaped /  "$" /  "," /  ";" /  ":" /  "@" /  "&" /  "=" /  "+" )
Up
path-segments =
segment  *( "/"  segment )
Up
segment =
*pchar  *( ";"  param )
Up
param =
Up
pchar =
unreserved /  escaped /  ":" /  "@" /  "&" /  "=" /  "+" /  "$" /  ","
Up
opaque-part =
Up
uric =
reserved /  unreserved /  escaped
Up
Up
uric-no-slash =
unreserved /  escaped /  ";" /  "?" /  ":" /  "@" /  "&" /  "=" /  "+" /  "$" /  ","
Up

Top