Tech-invite3GPPspaceIETFspace
SIP ↠  ExamplesGrammarsPresence
List   Prev   Next

ABNF for SIP Headers

(29  of  93)

SIP Header — Geolocation

RFC 6442Section 4.1

Geolocation-header =
"Geolocation"  HCOLONlocationValue  *( COMMAlocationValue )

; example:
; Geolocation: <cid:target123@atlanta.example.com>

Top
locationValue =
Up
locationURI =
SIP‑URI /  SIPS‑URI /  absoluteURI /  ; see  RFC 3261
pres‑URI /  ; see  RFC 3859Appendix A
http‑URI /  https‑URI /  ; see  RFC 7230Sections 2.7.12.7.2
cid-url; not defined here: see  RFC 2392Section 2
Up
pres-URI =
"pres:"  [ to ]  [ headers ]
Up
to =
mailbox
Up
headers =
"?"  header  *( "&"  header )
Up
header =
hname  "="  hvalue
Up
hname =
*uric
Up
hvalue =
*uric
Up
geoloc-param =
Up

Top