1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Merge pull request #401 from owncloud/chat_app_integration

Add ownCloud handle field
This commit is contained in:
Thomas Tanghus 2014-02-08 14:25:26 +01:00
commit 047ed7634f

View File

@ -132,6 +132,11 @@ Class Properties {
'xname' => 'X-SKYPE', 'xname' => 'X-SKYPE',
'protocol' => 'x-apple', 'protocol' => 'x-apple',
), ),
'owncloud-handle' => array(
'displayname' => (string)$l10n->t('ownCloud handle'),
'xname' => null,
'protocol' => 'x-owncloud-handle'
),
); );
if(is_null($im)) { if(is_null($im)) {
return $ims; return $ims;