Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MessageML

Equivalent PresentationML

Description

<mention email="user@domain"/>
<mention uid="numericUserId"/>

<a class="mention" href="/userId/numericUserId">@Pretty Name</a>

It is inconvenient for API callers to identify the correct numeric ID for a user when constructing a Mention (although API to find this from an email address does exist). It is also necessary for the pretty name provided in the PresentationML mention markup to be validated. For these reasons additional mention tags will be provided which will be mapped to equivalent PresentationML markup by the API agent.

<chime/>

<audio 

src="https://asset.symphony.com/symphony/audio/chime.mp3

autoplay/>

A shorthand to allow a chime to be sent in a message.
<card iconSrc="url" class="barStyle"><header>PresentationML</header><body>PresentationML</body></card>
A card is a standard item in a message which has a number of visual elements and which can be opened and closed.

...