Symphony Messaging needs to be registered in the App directory, so that it will be able to connect
"symphony": {
"appId": "symphony",
"name": "symphony",
"manifest": {
"foreign": {
"components": {
"App Launcher": {
"launchableByUser": false
},
"Window Manager": {
"FSBLHeader": {
"hideClose": false,
"hideMaximize": false,
"hideMinimize": false
}
}
}
},
"component": {
"singleton": true,
"spawnOnStartup": false,
"preload": []
},
"interop": {
"selectConnect": [],
"autoConnect": true
}
},
"manifestType": "finsemble",
"version": "1",
"description": "",
"intents": [
{
"name": "ViewInstrument",
"displayName": "View Instrument",
"contexts": [
"fdc3.instrument"
]
},
{
"name": "StartChat",
"displayName": "Start Chat",
"contexts": [
"fdc3.chat.initSettings"
]
},
{
"name": "ViewMessages",
"displayName": "View Messages",
"contexts": [
"fdc3.searchCriteria"
]
},
{
"name": "SendChatMessage",
"displayName": "Send Chat Message",
"contexts": [
"fdc3.chat.message"
]
},
{
"name": "ViewChat",
"displayName": "View Chat",
"contexts": [
"fdc3.chat.room", "fdc3.contact", "fdc3.contactList"
]
}
],
"icons": [
{"src": "https://symphony.com/wp-content/uploads/2021/10/logo-symphony-icon.jpeg", "sizes": "200x200"}
]
}