mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +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',
|
||||
'protocol' => 'x-apple',
|
||||
),
|
||||
'owncloud-handle' => array(
|
||||
'displayname' => (string)$l10n->t('ownCloud handle'),
|
||||
'xname' => null,
|
||||
'protocol' => 'x-owncloud-handle'
|
||||
),
|
||||
);
|
||||
if(is_null($im)) {
|
||||
return $ims;
|
||||
|
Loading…
Reference in New Issue
Block a user