ObjXMPP  Check-in [300e4b90c0]

Overview
Comment:Fix XMPPJID's domain getter
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 300e4b90c0a4f49a6206c68f180daccb7967416e34a89fb4aa05b125fba0b6f6
User & Date: florob@babelmonkeys.de on 2013-01-06 18:38:20
Other Links: manifest | tags
Context
2013-01-06
18:42
Implement isEqual: for XMPPJID check-in: 134ef1fe81 user: florob@babelmonkeys.de tags: trunk
18:38
Fix XMPPJID's domain getter check-in: 300e4b90c0 user: florob@babelmonkeys.de tags: trunk
2013-01-04
19:19
Import XMPPStreamManagement in ObjXMPP.h check-in: 3c9335ff3e user: florob@babelmonkeys.de tags: trunk
Changes

Modified src/XMPPJID.m from [1b4f40a9b1] to [c820b9500f].

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
	}

	[old release];
}

- (OFString*)domain
{
	return [[node copy] autorelease];
}

- (void)setResource: (OFString*)resource_
{
	OFString *old = resource;
	char *res;
	Stringprep_rc rc;







|







157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
	}

	[old release];
}

- (OFString*)domain
{
	return [[domain copy] autorelease];
}

- (void)setResource: (OFString*)resource_
{
	OFString *old = resource;
	char *res;
	Stringprep_rc rc;