2015-02-07 131 views
1

我想從Rails應用程序向openfire添加用戶。我用這個寶石,但現在無效的寶石是有什麼辦法做到這一點?Openfire不適用於Rails應用程序

它給我這個錯誤:

Could not find a valid gem ' https://github.com/paulasmuth/openfire_api.git ' (>= 0) in any repository

https://github.com/paulasmuth/openfire_api

+0

你能在你的寶石文件中顯示條目嗎?你有沒有按照網站上的建議? 'gem「mtgox-ruby」,:git =>「git://github.com/paulasmuth/openfire_api.git」' – SteveTurczyn 2015-02-07 19:20:39

+0

是的,這是我的入口文件 gem「mtgox-ruby」,:git =>「git: //github.com/paulasmuth/openfire_api.git「 @Rustam – 2015-02-12 17:34:26

+0

@Mostafahosny:你找到了答案嗎? – Senthil 2015-03-02 09:57:02

回答

0

你提到的寶石,只對能與Openfire的使用插件的客戶端。

rails和openfire可以在任何機器上一起運行(儘管它們理想情況下應該在單獨的實例上運行),所以它們可以絕對地被使用。

要添加/刪除/更新用戶,請使用用戶插件進行開放式引導,並通過您的Rails應用程序進行REST調用。

相關問題