From 7ad9569dcecc6c7e097eec48867c7c40cf4a2b7e Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Thu, 14 Dec 2006 18:29:22 +0000 Subject: [PATCH] minor credits fix --- mbuni/ChangeLog | 1 + mbuni/doc/userguide.shtml | 4 ++-- mbuni/mmsbox/mmsbox.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index ac14590..8eddf56 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -59,6 +59,7 @@ 2006-08-28 Paul A. Bagyenda * Minor fix: MM7 DeliverRsp should not have message ID parameter + (thanks to Stefan Koenig ) 2006-08-11 Paul A. Bagyenda * Added ServiceCode parameter to both sendmms cgi vars, and also diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index 3a38cbf..b873ce2 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -1574,8 +1574,8 @@ Boolean
-Built-in billing, resolver and detokenizer - modules:

+

Built-in billing, resolver and detokenizer + modules

Mbuni supports one type of built-in modules: Shell script handlers. Each expect a parameter that is a shell script that is used as follows: diff --git a/mbuni/mmsbox/mmsbox.c b/mbuni/mmsbox/mmsbox.c index 17ba63c..5f407ea 100644 --- a/mbuni/mmsbox/mmsbox.c +++ b/mbuni/mmsbox/mmsbox.c @@ -674,6 +674,7 @@ static struct { {"audio/midi", "mid"}, {"audio/sp-midi", "mid"}, {"application/smil", "smil"}, + {"application/vnd.wap.mms-message", "mms"} {NULL, NULL} };