ObjXMPP  Diff

Differences From Artifact [375d451a91]:

To Artifact [ea90fec7bf]:


52
53
54
55
56
57
58
59
60


61
62
63
64
65
66
67


68
69
70
71
52
53
54
55
56
57
58


59
60
61
62
63
64
65


66
67
68
69
70
71







-
-
+
+





-
-
+
+




	if (authzid)
		[message addItem: authzid];

	/* separator */
	[message addItem: ""];

	/* authcid */
	[message addItemsFromCArray: [authcid UTF8String]
			      count: [authcid UTF8StringLength]];
	[message addItems: [authcid UTF8String]
		    count: [authcid UTF8StringLength]];

	/* separator */
	[message addItem: ""];

	/* passwd */
	[message addItemsFromCArray: [password UTF8String]
			      count: [password UTF8StringLength]];
	[message addItems: [password UTF8String]
		    count: [password UTF8StringLength]];

	return message;
}
@end