ObjXMPP  Diff

Differences From Artifact [9d5fdb884e]:

To Artifact [929fa57282]:


77
78
79
80
81
82
83


84
85
86
87
88
89
90
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92







+
+







				ID: ID_];
}

- (OFString*)type
{
	if (type == nil)
		return @"available";

	return type;
}

- (void)addShow: (OFString*)show
{
	[self addChild: [OFXMLElement elementWithName: @"show"
					    namespace: XMPP_NS_CLIENT
					  stringValue: show]];