This API provides an interface for cross-app searches.
The API doesn't define any service info.
The API doesn't define a provider model.
All messages are JSON objects that have a mandatory attribute "mt" that specifies the message type.
{ mt: "Search", type: "contact", search: "673" }
{ mt: "SearchInfo", type: "contact", dn: "Jake Blues", link:"someapp?id=4", contact: { telephonenumber: ["673"], givenname: "Jake", sn: "Blues", company: "Blues Brothers", sip: ["jbl@example.com"], email: ["john.blues@example.com"] }, photourl: "http://1.2.3.4/jbl/avatar.png", adjust: true }
{ mt: "SearchResult" }