Monday, November 08, 2010 at 12:02 AM.

system.verbs.builtins.Frontier.protocols.im

on im (rpcServer, procedureName, paramlist) {
	<<Changes
		<<5/24/02; 1:04:39 PM by JB
			<<Created.
	local ( driverName, screenName );
	driverName = string.nthField(rpcServer, "/", 3);
	screenName = string.mid(rpcServer, sizeOf ( driverName ) + 7, infinity );
	tcp.im.rpi.client(driverName, screenName, procedureName, paramlist);
	return true}
<<bundle // test scripts
	<<["im://aim/JerfBowersTest"].alert("Hello!\n\n\n»Ùïï &")



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.