Photo support.
authorGunnar Wrobel <p@rdus.de>
Fri, 5 Jun 2009 16:32:24 +0000 (18:32 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 5 Jun 2009 16:32:24 +0000 (18:32 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php

index 3dd3137..6882fad 100644 (file)
@@ -44,6 +44,12 @@ class Horde_Kolab_Server_Object_Inetorgperson extends Horde_Kolab_Server_Object_
     /** The mobile phone number */
     const ATTRIBUTE_MOBILE = 'mobile';
 
+    /** The photo attribute */
+    const ATTRIBUTE_PHOTO = 'photo';
+
+    /** The photo in JPEG format */
+    const ATTRIBUTE_JPEGPHOTO = 'jpegPhoto';
+
     /** The given name */
     const ATTRIBUTE_GIVENNAME = 'givenName';