This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Kit Plummer (author)
Tue Apr 22 15:17:37 -0700 2008
commit 239fad7dbc6461c01a0380d7342cddc1aa6c4df6
tree dd6751efbfae268292e2047dda7af77f6299824e
parent aae74492f73cca5750c88a3b7989eb79b6c60325
tree dd6751efbfae268292e2047dda7af77f6299824e
parent aae74492f73cca5750c88a3b7989eb79b6c60325
| name | age | message | |
|---|---|---|---|
| |
LICENSE-2.0.txt | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
README | Tue Apr 22 15:17:37 -0700 2008 | [Kit Plummer] |
| |
Rakefile | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
init.rb | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
install.rb | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
lib/ | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
tasks/ | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
test/ | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
| |
uninstall.rb | Tue Apr 22 15:09:46 -0700 2008 | [Kit Plummer] |
README
xmpp4rails is a xmpp4r wrapper turned Rails plugin...with a few advanced features like user registration and multi-user chat sends. [Note: this is a open project in development. The features that exist, exist because they are what I need. If there's an xmpp4r interface that you need let me know, or add it and submit a patch. I'd like to see a consolidated set of Jabber tools - rather than a dispersed set of functionality across mulitple plugins. I'm no Rails expert, and even less so on the testing side. I'm learning and attempting to get coverage up to par - including a stubbed out Jabber server.] This project is currently licensed under the Apache 2.0 license. Any questions, comments feel free to get me at kitplummer(at)gmail.com xmpp4r: http://home.gna.org/xmpp4r/ See the actual code or generated rdoc for the interfaces. To utilize the stubs you need to copy the xmpp 4rails/test/mocks/test/xmpp4rails.rb to your #{RAILS_ROOT}/test/mocks/test subdirectory. There's a simple rake task to do this for you too: rake xmpp4rails:setup To uninstall the stub: rake xmpp4rails:remove





