02-04-2005  Sriram Swaminathan  <sriram.swaminathan@sun.com>

	* jdk13_iiimf_adapter/classes/sun/awt/im/iiimp/IIIMProtocol.java
	* jdk13_iiimf_adapter/classes/sun/awt/im/iiimp/ProtocolDriver.java

	Temporary hack in IIIMJCF to enable Java client's work
	with with the latest server code.

	- Since REGISTER_TRIGGER_KEYS was postponed till 
	  IM_CREATEIC in Server, IIIMJCF shouldn't expect
	  IM_REGISTER_TRIGGER_KEYS after sending IM_CONNECT.

	- IIIMJCF client should send a dummy IM_OPEN_NS_REPLY 
	  message to Server after receiving IM_OPEN_NS message
	  to avoid IIIMServer hanging.

	TODO:
	1. Hotkey and Namespace POSIX I/O support needs to be 
	   extended to IIIMJCF.

	2. Right now for IIIMJCF clients to connect to IIIM
	   server, we should change /etc/iiim/htt.xml.conf
	   so that IIIM Server can create a TCP/IP connection
	   (by default IIIM Server creates Unix domain socket)
