Index: openacs-4/packages/chat/www/ajax-chat-script.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/Attic/ajax-chat-script.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/chat/www/ajax-chat-script.tcl 24 Jun 2006 14:23:41 -0000 1.2 @@ -0,0 +1,12 @@ +ad_page_contract { + a tiny chat client + + @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) + @creation-date Jan 31, 2006 + @cvs-id $Id: ajax-chat-script.tcl,v 1.2 2006/06/24 14:23:41 gustafn Exp $ +} -query { + msg:optional +} + +set chat_frame [ ::chat::Chat login -chat_id $room_id] +