WAP vCard in Beta 5

WAP vCard in Beta 5 SearchSearch
Author Message
imac guy
Posted on Tuesday, October 07, 2003 - 05:23 am:   

In Send WAP vCard of Beta 5, only Contact Name and Phone number are supported. Is there anyway to add other vCard fields?

As an alternative, I tried sending in Nokia Smart Msg format using "Send Text Message", but the phone receive it only as normal text and not vCard. The content is:

BEGIN:VCARD
VERSION:2.0
N:John Doe;
TEL:12314;
END:VCARD
Bryce Norwood - NowSMS Support
Posted on Tuesday, October 07, 2003 - 04:23 pm:   

Hi,

We added that function for one particular customer, and we kept it pretty simple.

It would actually be quite easy to extend it, if you take a look at "Send WAP vCard.HTM" in the HTML subdirectory of the gateway installation, you'll see that JavaScript does most of the work. The "submitForm" routine actually just inserts the fields from our simple form into a VCard document, and then encodes it ... and the message gets posted to the NowSMS server in a binary encoding.

What fields are you looking to add?

-bn