1.由于Stream.groovy的description属性,可能是版本问题不兼容,将脚本Stream.groovy脚本中的description注释掉
2.通过http发送消息时不希望对用户进行认证
修改Stream.groovy脚本的requireRole设置未null
3.closure 修改execPost ,去掉user 参数
配置:在 init.properties文件中
--comp-name-1=http
--comp-class-1=tigase.http.HttpMessageReceiver
http/ports[i]=8080
http/api-keys[s]=open_access
#http/8080/domain=xmpp.iyw
http/api-key=open_access
http/server-class[s]=tigase.http.jetty.JettyStandaloneHttpServer
//Stream.groovy用于发送消息的脚本
class Stream extends tigase.http.rest.Handler {