Skip to content

Commit 8c10570

Browse files
author
Matteo Brancaleoni
committed
Add support for Event header.
RFC states that there MUST be exactly one event type listed per event header. Multiple events per message are disallowed.
1 parent e441de7 commit 8c10570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sippet/message.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,7 @@ defmodule Sippet.Message do
14131413
:cseq -> {"CSeq", true}
14141414
:date -> {"Date", true}
14151415
:error_info -> {"Error-Info", true}
1416+
:event -> {"Event", true}
14161417
:expires -> {"Expires", true}
14171418
:from -> {"From", true}
14181419
:in_reply_to -> {"In-Reply-To", true}

0 commit comments

Comments
 (0)