Menu

OMA DRM Separate Delivery

2005-06-18
2013-04-25
  • Nobody/Anonymous

    How do i send OMA DRM Separate Delivery application/vnd.oma.drm.rights+wbxml as udh using Clickatell?

     
    • Nobody/Anonymous

      Currently smsj doesn't contain a "oma-drm" encoder class. But if you have the binary data already available I think you might be able to send it with the SmsWapPushMessage class.

      example (in some kind of pseudo-java):
      msg = new SmsPushMessage(omadrm.getBytes(), "application/vnd.oma.drm.rights+wbxml");

      transport.send(msg, ...);

      Please not that I haven't tried this myself.

      regards,
      Marre

       

Log in to post a comment.