我的webos雏形装上Gtalk了:)

阅读更多
Java2Script 的作者周仁建说,要有Gtalk Js版,便有了js版

我则借花献佛:),嵌入了我的 (WebOs雏形)
不过,对gtalk源码做了一点小的修改

注释掉以下两行就可以了,`

Object.prototype.equals=function(obj){return this==obj;};
//Object.prototype.hashCode=function(){return this.toString().hashCode();};
Object.prototype.getClass=function(){return Clazz.getClass(this);};
//Object.prototype.clone=function(){var o=new
this.constructor();for(var i in this){o[i]=this[i];}return
o;};Object.prototype.finalize=function(){};
Object.prototype.notify=function(){};
Object.prototype.notifyAll=function(){};
Object.prototype.wait=function(){};
Object.prototype.toString=function(){if(this.__CLASS_NAME__!=null){return"["+this.__CLASS_NAME__+"
object]";}else{return"[object]";}};


附周仁建的力作:
java2script版gtalk应用地址: http://demo.java2script.org/gtalk/
Java2Script 1.0.0版: http://j2s.sourceforge.net/

你可能感兴趣的:(WebOS,prototype,Ajax,应用服务器,jQuery)