From 650c1c83182ed1fe0a53c13eabc03b53ca1a00e9 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Tue, 25 Sep 2007 18:03:53 +0000 Subject: [PATCH] minor fix for minimum mm7 version --- mbuni/mmlib/mms_mm7soap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuni/mmlib/mms_mm7soap.c b/mbuni/mmlib/mms_mm7soap.c index 8bbcfe1..bb02aa6 100644 --- a/mbuni/mmlib/mms_mm7soap.c +++ b/mbuni/mmlib/mms_mm7soap.c @@ -433,7 +433,7 @@ static Octstr *headers_to_soapxml(List *hdrs, MM7Version_t *ver) time_t t; char *prefix = ver->use_mm7_namespace ? "mm7:" : ""; char *xml_nsp = ver->use_mm7_namespace ? ":mm7" : ""; - MM7Version_t min_ver = {5,1,0}; /* minimum version we deal with. */ + MM7Version_t min_ver = {5,3,0}; /* minimum version we deal with. */ octstr_append_cstr(s, "<" SOAP_ENV ":Envelope xmlns:" SOAP_ENV "=\"http://schemas.xmlsoap.org/soap/envelope/\">\n"