(feat) role can be displayed and set

This commit is contained in:
Ludovic Marcotte
2015-11-27 11:27:38 -05:00
parent ba7670ad59
commit 62255eaf33
2 changed files with 10 additions and 3 deletions
+1
View File
@@ -357,6 +357,7 @@ static Class SOGoContactGCSEntryK = Nil;
[card setNickname: [attributes objectForKey: @"nickname"]];
[card setFn: [attributes objectForKey: @"c_cn"]];
[card setTitle: [attributes objectForKey: @"title"]];
[card setRole: [attributes objectForKey: @"role"]];
if ([attributes objectForKey: @"c_screenname"])
[[card uniqueChildWithTag: @"x-aim"]