GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A xmpp4r wrapper turned Rails plugin...with a few advanced features like user registration and multi-user chat sends.
Homepage: http://github.com/kitplummer/xmpp4rails/wikis/home
Clone URL: git://github.com/kitplummer/xmpp4rails.git
Updated README.
Kit Plummer (author)
Tue Apr 22 15:17:37 -0700 2008
commit  239fad7dbc6461c01a0380d7342cddc1aa6c4df6
tree    dd6751efbfae268292e2047dda7af77f6299824e
parent  aae74492f73cca5750c88a3b7989eb79b6c60325
0
...
5
6
7
 
 
 
 
 
 
 
 
 
 
 
 
 
...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0
@@ -5,3 +5,16 @@ xmpp4rails is a xmpp4r wrapper turned Rails plugin...with a few advanced feature
0
 This project is currently licensed under the Apache 2.0 license.
0
 
0
 Any questions, comments feel free to get me at kitplummer(at)gmail.com
0
+
0
+xmpp4r: http://home.gna.org/xmpp4r/
0
+
0
+See the actual code or generated rdoc for the interfaces. To utilize the stubs you need to copy the xmpp
0
+4rails/test/mocks/test/xmpp4rails.rb to your #{RAILS_ROOT}/test/mocks/test subdirectory.
0
+
0
+There's a simple rake task to do this for you too:
0
+
0
+rake xmpp4rails:setup
0
+
0
+To uninstall the stub:
0
+
0
+rake xmpp4rails:remove

Comments

    No one has commented yet.