summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlexander Weidinger <irgendwie@users.noreply.github.com>2017-09-22 21:24:40 +0200
committerGitHub <noreply@github.com>2017-09-22 21:24:40 +0200
commit8bc780a112366d203d14f31f7dbddd473fcaa734 (patch)
tree604ed1d4641ae8b440103e8afd38cfd0f92f1a83 /js
parent5359ea38c70aca95e1477770a6f2d67fb19df4f5 (diff)
parentfc3e5f5c26c46d2171f595193017ef46eb03fd13 (diff)
Merge pull request #356 from nextcloud/moreoptions
social network and IM fields
Diffstat (limited to 'js')
-rw-r--r--js/services/vCardProperties.js16
1 files changed, 12 insertions, 4 deletions
diff --git a/js/services/vCardProperties.js b/js/services/vCardProperties.js
index 484665e1..ed0f383c 100644
--- a/js/services/vCardProperties.js
+++ b/js/services/vCardProperties.js
@@ -97,9 +97,11 @@ angular.module('contactsApp')
meta:{type:['SKYPE']}
},
options: [
- {id: 'IRC', name: 'IRC'},
- {id: 'SKYPE', name:'Skype'},
- {id: 'TELEGRAM', name:'Telegram'}
+ {id: 'IRC', name: 'IRC'},
+ {id: 'KIK', name: 'KiK'},
+ {id: 'SKYPE', name: 'Skype'},
+ {id: 'TELEGRAM', name: 'Telegram'},
+ {id: 'XMPP', name:'XMPP'}
]
},
tel: {
@@ -131,11 +133,17 @@ angular.module('contactsApp')
},
options: [
{id: 'FACEBOOK', name: 'Facebook'},
+ {id: 'GITHUB', name: 'GitHub'},
{id: 'GOOGLEPLUS', name: 'Google+'},
{id: 'INSTAGRAM', name: 'Instagram'},
{id: 'LINKEDIN', name: 'LinkedIn'},
{id: 'PINTEREST', name: 'Pinterest'},
- {id: 'TWITTER', name: 'Twitter'}
+ {id: 'QZONE', name: 'QZone'},
+ {id: 'TUMBLR', name: 'Tumblr'},
+ {id: 'TWITTER', name: 'Twitter'},
+ {id: 'WECHAT', name: 'WeChat'},
+ {id: 'YOUTUBE', name: 'YouTube'}
+
]
},