文件名称:xrc:XMPP Ruby客户端
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-10 03:24:03
Ruby
Xrc XMPP Ruby客户端。 用法 # Loads all classes & modules defined in this library. require "xrc" # Constructs a new Client class to connect to a XMPP server. client = Xrc :: Client . new ( jid : "foo@example.com" , # required nickname : "bot" # optional password : "xxx" , # optional hosts : [ "example.com" ] , # optional, automatically determined from JID in abs
【文件预览】:
xrc-master
----LICENSE.txt(1KB)
----lib()
--------xrc.rb(1KB)
--------xrc()
----Gemfile(88B)
----spec()
--------spec_helper.rb(225B)
--------xrc()
----Rakefile(29B)
----README.md(989B)
----xrc.gemspec(893B)
----.gitignore(185B)
----CHANGELOG.md(761B)