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

system.verbs.builtins.tcp.im.builtinDrivers.jabber.code.examples.tcpImServer

on tcpImServer (from, type, body, subject, thread, connection) {
	<<Changes
		<<5/15/02; 1:02:28 PM by JB
			<<Updated to not automatically send out the returned string from tcp.im.server.
		<<5/11/02; 2:03:41 PM by JB
			<<Created. This is a message handler that hooks into the tcp.im framework.
	workspace.jabtest = body;
	tcp.im.server("jabber", from, body)};
tcp.im.builtinDrivers.jabber.code.registerHandler("message", this)



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.