Commit da2be980 authored by juvancic's avatar juvancic
Browse files

Added XML Message option to message body

parent cd3446f5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1749,6 +1749,7 @@ group SubTypes{// Subtypes
	  type union MessageBody{
		SDP_Message sdpMessageBody, 	// if there is only SDP part
		XmlBody xmlBody,            	// if there is XML message body
  		XMLMessage xmlMessage,          // if there is XML with header&body
		MIME_Message mimeMessageBody, 	//if there is SDP and encapsulated ISUP part
		charstring sipfrag, 			// if content-Type is message/sipfrag (cp. NOTIFY, cp TS124147 A.4.3.1.2)
		charstring textplain			// if content type is text/plain (for testing long messages)
@@ -1763,7 +1764,8 @@ group SubTypes{// Subtypes
    	
		type union MIME_Encapsulated_Parts {
		  SDP_Message 				sdpMessageBody,
		  XmlBody 					xmlBody       	// if there is XML message body
		  XmlBody 					xmlBody,       	// if there is XML message body
		  XMLMessage 				xmlMessage		// if there is XML with header&body
		} 
		
		type record MIME_Encapsulated_Part {