Commit f2457f99 authored by rennoch's avatar rennoch
Browse files

addition of new SDP media attribute keymgmt as defined in RFC4567

parent 765593ff
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -213,6 +213,11 @@ module LibSip_SDPTypes {
                    Charstring_List content_params
                }

                type record SDP_attribute_keymgmt {
                    charstring prtcl_id,
                    charstring data
                }

                type union SDP_attribute {
                    SDP_attribute_cat cat,
                    SDP_attribute_keywds keywds,
@@ -247,6 +252,7 @@ module LibSip_SDPTypes {
                    SDP_attribute_3ge2ae e2ae,
                    SDP_attribute_crypto crypto,
                    SDP_attribute_content content,
                    SDP_attribute_keymgmt keymgmt,
                    //*     unknown has to be the last else encoding/decoding won't work!
                    SDP_attribute_unknown unknown
                }