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:
commit
047ed7634f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user