summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-03-10 08:24:48 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-03-10 08:39:18 +0100
commitf112198639314f3981269d909fbabb8a9155eb50 (patch)
treea43dabd1f0f4065f6ce0d94c0bb19e585e8d22e2
parent0d5b46744819e19ff5fc80da242a820370cb341b (diff)
Add SIP support
Fix #1511
-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: {