Help me

Help me SearchSearch
Author Message
newbie
Unregistered guest
Posted on Wednesday, October 29, 2003 - 01:25 am:   

I have two questions to do with:
#1) how should I hide the address of sender? when compile mms, omit the FROM field?

#2)what's the difference between Binary code and Text code? only HEADERS act as the two method?
for example,
as text code: X-Mms-Message-Type m-send-req
as bin code : 0x8C,0x80
am i right?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1031
Registered: 10-2002
Posted on Saturday, November 01, 2003 - 08:07 am:   

1.) Well, of course, it depends on how you are submitting the MMS message. I am assuming that you are submitting via MM1.

The "From" field is required in an MM1 send PDU, so you have to set something. (It is optional in a notification or retrieve-conf PDU.)

By the spec, if you want to hide the address of the sender, you would specify X-Mms-Sender-Visibility: Hide.

However, the MMSC may ignore your request unless you have some sort of trusted account with the MMSC.

2.) Sorry, I don't understand what the question is. You are correct that "X-Mms-Message-Type: m-send-req" maps to 0x8C 0x80.

When an MMS message is sent over the MM1 interface, the MMS headers are encoded in a binary format based largely on the WAP WSP specification. See section 7 of the MMS Encapsulation Specification.
Anonymous
 
Posted on Wednesday, December 10, 2003 - 05:47 pm:   

test