Re: [Devel] MM7/SOAP implementation now on CVS

2005-04-15 Thread Paul Bagyenda
On Apr 15, 2005, at 09:42, Dziugas Baltrunas wrote:
Hi Paul,
 On MM4 authorisation, that had put that on a back burner. The reason
for this is that it wasn't clear how to implement it. Must the sender
use authenticated smtp? How does info get passed on to mbuni?
I know that MMS standards provide no clear definicions on that, but I
see two ways here. One way would be to use standard SMTP AUTH protocol
and another way would be to assign IP address (or list of them) to
each of the VASPS, so IP address of connecting party matches, HTTP
basic (in case of MM7) or SMTP AUTH (in case of MM4) authorization
could be skipped then.
IP limiting is definitely a good thing to add to the MM7 interface at 
least. The concern on the MM4 side is SMTP intergration. We had avoided 
a full-blown SMTP protocol implementation, but then integrating Mbuni 
into an existing SMTP server brings its own issues (how that SMTP 
server passes on the AUTH info or IP of originator reliably, etc). I 
guess the real question was: What's a clean, simple way to do this... 
Debate...
--
Dziugas
___
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org

___
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org


Re: [Devel] MM7/SOAP implementation now on CVS

2005-04-14 Thread Dziugas Baltrunas
Hi Paul,

congratulations once again for such a useful feature implementation!

It seems that Sourceforge again has long delays or you forgot to
commit the changes, because MM7 changes are missing (at least
doc/userguide.shtml and some others).

On 4/14/05, Paul Bagyenda [EMAIL PROTECTED] wrote:
 CVS has been updated with our first implementation of MMS VAS support
 in Mbuni.
 
  The short story:
Mbuni now supports sending and receiving MMS via the MM7/SOAP
 protocol as specified in 3GPP 23.140. Get CVS and play.
 
 The longer story:
   In the config file for mbuni (cvs version that is) you can define one
 or more value added services providers (VASPs). The userguide (found in
 the doc/ directory) explains how to do this. (A sample config file
 sent.) Mbuni will then accept messages from VASPs and send them on, and
 will also send messages to VASPs when received.
 
  Since this required yet more changes to Kannel, you must first patch
 and install Kannel before compiling Mbuni. (Patch file is in directory
 misc-patches/.) Specifically, we updated the Kannel config file format
 to include the new directives, and also added a new function to
 mime.[ch] (existing ones were somewhat broken).
 
 For testing purposes, the Openwave MMS SDK (found at
 http://developer.openwave.com/dvl/tools_and_sdk/openwave_mobile_sdk/
 mms_sdk/) is useful. It also comes with the actual source code (very
 useful, since the supplied lib -- vaspapi.jar -- has a bug or two). The
 SonyEricsson lib seems a bit limited...
 
 Next we plan to implement the EAIF interface, while we clean-up the
 SOAP code. Very good feedback has been received on the mmbox code, and
 a number of fixes have been done in the meantime. All on cvs.
 
 Please send feedback. Lets hope no bugs were introduced :)
 
 Cheers
 
 Paul
 
 PS: cvs browsing: http://cvs.sourceforge.net/viewcvs.py/mbuni/mbuni/
 
 ___
 Devel mailing list
 Devel@mbuni.org
 http://mbuni.org/mailman/listinfo/devel_mbuni.org
 


-- 
Dziugas

___
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org


Re: [Devel] MM7/SOAP implementation now on CVS

2005-04-14 Thread Paul Bagyenda
Thanks Dziugas,
 As I understand it, sf.net anonymous cvs is a couple of hours behind 
the developer one. Give it sometime and the changes should be visble. 
Otherwise my cvs would be lying to me :)

On Apr 14, 2005, at 15:19, Dziugas Baltrunas wrote:
Hi Paul,
congratulations once again for such a useful feature implementation!
It seems that Sourceforge again has long delays or you forgot to
commit the changes, because MM7 changes are missing (at least
doc/userguide.shtml and some others).
On 4/14/05, Paul Bagyenda [EMAIL PROTECTED] wrote:
CVS has been updated with our first implementation of MMS VAS support
in Mbuni.
 The short story:
   Mbuni now supports sending and receiving MMS via the MM7/SOAP
protocol as specified in 3GPP 23.140. Get CVS and play.
The longer story:
  In the config file for mbuni (cvs version that is) you can define 
one
or more value added services providers (VASPs). The userguide (found 
in
the doc/ directory) explains how to do this. (A sample config file
sent.) Mbuni will then accept messages from VASPs and send them on, 
and
will also send messages to VASPs when received.

 Since this required yet more changes to Kannel, you must first patch
and install Kannel before compiling Mbuni. (Patch file is in directory
misc-patches/.) Specifically, we updated the Kannel config file format
to include the new directives, and also added a new function to
mime.[ch] (existing ones were somewhat broken).
For testing purposes, the Openwave MMS SDK (found at
http://developer.openwave.com/dvl/tools_and_sdk/openwave_mobile_sdk/
mms_sdk/) is useful. It also comes with the actual source code (very
useful, since the supplied lib -- vaspapi.jar -- has a bug or two). 
The
SonyEricsson lib seems a bit limited...

Next we plan to implement the EAIF interface, while we clean-up the
SOAP code. Very good feedback has been received on the mmbox code, and
a number of fixes have been done in the meantime. All on cvs.
Please send feedback. Lets hope no bugs were introduced :)
Cheers
Paul
PS: cvs browsing: http://cvs.sourceforge.net/viewcvs.py/mbuni/mbuni/
___
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org

--
Dziugas
___
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org

___
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org