-
-
Security vulnerabilities have been found in _com.atlassian.commonmark:commonmark_ ([CVE-2019-10010](https://nvd.nist.gov/vuln/detail/CVE-2019-10010)) and _com.google.guava:guava_ ([CVE-2018-10237](htt…
-
-
Trying to figure out how I can use this plugin with the MessageML v1 or v2 format (seems proprietary to messenger Symphony):
https://github.com/symphonyoss/App-Integrations-Universal/blob/dev/README.…
-
Need to be able to send message with attachments, was able to workaround by patching in a custom function after initBot
```
// add custom function for sending message with attachments
Symphony…
-
The rules for validating keyword content are currently limited to alphanumeric characters, dash and underscore. Relax them to match the behaviour of the Symphony client:
```
const hashtagValidator…
-
Update jackson-databind to 2.8.11.1 or later.
See details in https://github.com/symphonyoss/messageml-utils/network/alert/pom.xml/com.fasterxml.jackson.core:jackson-databind/open
-
If you type "first*SHIFT+ENTER*second" to write on multiple lines, it shows up properly in the symphony chat room as:
User: first
second
But when you receive the SymMessage in the java client, th…
-
Calling _getTextContent()_ on the root of the tree won't separate neighbouring element with spaces unless a space is explicitly present. Thus `foobar` will be rendered as `foobar`. For our purposes a …
-
The newline parsing logic introduced in https://github.com/symphonyoss/messageml-utils/issues/32 also strips newlines inside the message. This should be fixed so that only the initial newline gets str…