Skip to content

Commit bc95f7d

Browse files
committed
1 parent acab932 commit bc95f7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Extensions/XEP-0054/XMPPvCardTemp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extern NSString *const kXMPPvCardTempElement;
8484
@property (nonatomic, strong) NSString *uid;
8585
@property (nonatomic, strong) NSString *url;
8686
@property (nonatomic, strong) NSString *version;
87-
@property (nonatomic, strong) NSString *description;
87+
@property (nonatomic, strong) NSString *desc;
8888

8989
@property (nonatomic, assign) XMPPvCardTempClass privacyClass;
9090
@property (nonatomic, strong) NSData *key;

Extensions/XEP-0054/XMPPvCardTemp.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,12 +819,12 @@ - (void)setVersion:(NSString *)version {
819819
}
820820

821821

822-
- (NSString *)description {
822+
- (NSString *)desc {
823823
return [[self elementForName:@"DESC"] stringValue];
824824
}
825825

826826

827-
- (void)setDescription:(NSString *)desc {
827+
- (void)setDesc:(NSString *)desc {
828828
XMPP_VCARD_SET_STRING_CHILD(desc, @"DESC");
829829
}
830830

0 commit comments

Comments
 (0)