summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-03-10 08:42:32 +0100
committerGitHub <noreply@github.com>2020-03-10 08:42:32 +0100
commita98247e946cbb091ffd24836f98ae2e79d6d6c52 (patch)
treea43dabd1f0f4065f6ce0d94c0bb19e585e8d22e2
parent0d5b46744819e19ff5fc80da242a820370cb341b (diff)
parentf112198639314f3981269d909fbabb8a9155eb50 (diff)
Merge pull request #1512 from nextcloud/enh/1511/sip-number-support
Add SIP support
-rw-r--r--src/models/contact.js2
-rw-r--r--src/models/rfcProps.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/models/contact.js b/src/models/contact.js
index b3256a9f..e07fef70 100644
--- a/src/models/contact.js
+++ b/src/models/contact.js
@@ -20,7 +20,7 @@
*
*/
-import uuid from 'uuid'
+import { v4 as uuid } from 'uuid'
import ICAL from 'ical.js'
import store from '../store'
diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js
index 311f61f5..fcf44247 100644
--- a/src/models/rfcProps.js
+++ b/src/models/rfcProps.js
@@ -175,6 +175,7 @@ const properties = {
{ id: 'SKYPE', name: 'Skype' },
{ id: 'TELEGRAM', name: 'Telegram' },
{ id: 'XMPP', name: 'XMPP' },
+ { id: 'SIP', name: 'SIP' },
],
},
tel: {