diff --git a/lib/utils/properties.php b/lib/utils/properties.php index 91a64e4b..c585b37d 100644 --- a/lib/utils/properties.php +++ b/lib/utils/properties.php @@ -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;