chg: [person] add the ability to set the instant-messaging apps used by the person

pull/345/head
Alexandre Dulaunoy 2022-02-04 08:47:56 +01:00
parent fdc6140182
commit d6dbeaa574
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 26 additions and 1 deletions

View File

@ -75,6 +75,31 @@
"misp-attribute": "identity-card-number",
"ui-priority": 0
},
"instant-messaging-used": {
"description": "The IM application used by this person.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": "true",
"sane_default": [
"WhatsApp",
"Google Hangouts",
"Facebook Messenger",
"Telegram",
"Signal",
"WeChat",
"BlackBerry Messenger",
"TeamSpeak",
"TorChat",
"Tox",
"RetroShare",
"Slack",
"Wire",
"Threema",
"Discord",
"Mumble"
],
"ui-priority": 10
},
"last-name": {
"description": "Last name of a natural person.",
"misp-attribute": "last-name",
@ -215,5 +240,5 @@
"alias"
],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 14
"version": 16
}