From 457b0d6cc6ade0a1c40b8712b30bd4abe2cd42ee Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 12 Oct 2010 11:35:55 +0000 Subject: Closed #1146: support for multipart message bodies in incoming NOTIFY requests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3337 74dad513-b988-da41-8d7b-12977e46ad98 --- .../uas-subscribe-multipart-notify.xml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uas-subscribe-multipart-notify.xml (limited to 'tests/pjsua') diff --git a/tests/pjsua/scripts-sipp/uas-subscribe-multipart-notify.xml b/tests/pjsua/scripts-sipp/uas-subscribe-multipart-notify.xml new file mode 100644 index 00000000..49e42747 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-subscribe-multipart-notify.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content-Length: 0 + Expires: 60 + ]]> + + + + ;tag=[call_number] + To[$3] + Call-ID: [call_id] + Cseq: 1 NOTIFY + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Event: presence + Subscription-State: active;expires=50 + Content-Type: multipart/mixed;boundary=abcd + + --abcd + Content-Type: text/plain + + Hi there, please don't read this part. + --abcd + Content-Type: application/pidf+xml + + + + + + open + + + + --abcd-- + ]]> + + + + + + + + + + + + + + + + Content-Length: 0 + ]]> + + + + + + + + + + + + + -- cgit v1.2.3