目前还没有找到官方的gtalk多人聊天的功能,也就是群的功能,不过今天找到了一个替代的程序,那就是gtalk会议室程序,它是一个独立的python程序,非常小,架设起来也非常方便。
下载这个程序(猛击这里)
解压下载的包,并运行里面的confbot.py程序
./confbot.py What is the account name of your bot: wgzhao #gmail帐号,@符号之前的 What is the password of your bot: yourpassword #gmail的密码 Write a short description about your bot: descript your gtalk conf #简单描述一下会议室 Input super admin email account: wgzhao@gmail.com #管理帐号,一定是全名(也就是包括@符号之后的) >>> Connecting >>> debug is [1] >>> host is [gmail.com] >>> account is [wgzhao] >>> resource is [conference] >>> Logging in
以上就表示已经链接上去了。这样,你就可以要朋友们添加wgzhao(at)gmail.com这个gtalk了。
应该是非常简单吧。
恩,不过,不知道为什么,我第一次使用的时候,python占用的CPU资源居然高达98%,KILL掉之后,重新运行就好了。不知道大家在使用的时候会不会遇到这个问题。