Jon,
Just another module. Inside it you code as you like (though remember coding style ;)
only provide the interface.
Aarno
On 14.4.2005, at 15:16, Jonathan Houser wrote:
Aarno,
I was was speaking about module level architecture. (It would be ideal, if you just
add a module and its public interface).
Currently push has four levels: ppg, ota, wsp and wdp. SMS is generated only at
wdp level, other levels are about creating its content. So it would be ideal if you
could add to wapbox.c a new branch:
if addresstype is cdma,
create cdma message for push
Your own module would then handle splitting.
That's fine with me. Would my module essentially be another box? Is there mayhaps a document describing how to create my own module for Kannel?
Jon
