共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > rubymsn |
rubymsn
|
0 | 0 | 42 |
贡献者 | 讨论 | 代码提交 |
A little API in Ruby for writing MSN/Windows Live clients or bots, with a focus on ease of use and transparency through the use of delegates as event handlers.
To get the source, checkout the SVN repository.
At our Wiki you can find documentation on using the API and more.
News2007-11-22
Bugfixes:
Setting your nickname now doesn't use plusses (+) instead of spaces anymore.
2007-11-02
The MSNConnection class has new features since revision 75:
Get and set your nickname (change_nickname method and nickname accessor) Get and set your status (change_status method and status accessor) Terminate connections easily with the close method