Index: src/XMPPPresence.m ================================================================== --- src/XMPPPresence.m +++ src/XMPPPresence.m @@ -79,10 +79,11 @@ - (OFString*)type { if (type == nil) return @"available"; + return [[type copy] autorelease]; } - (void)addShow: (OFString*)show { [self addChild: [OFXMLElement elementWithName: @"show"