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

public
Description: A rails app that interfaces with xmpp4r-simple
Clone URL: git://github.com/knewter/jabber_client.git
added mit license, more to readme
knewter (author)
Sat Jun 21 11:55:40 -0700 2008
commit  ec455a9ff239a94a2bdcf99ebea88985f6e2bc3e
tree    72c71668d9b69585b0773e201f2928fbade1cbbd
parent  ab73dbe0ca97825e4333724b631573aa8bdd78e0
0
...
7
8
9
 
 
 
 
 
 
 
 
 
10
11
12
...
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0
@@ -7,6 +7,15 @@ AJAX Jabber client built in Rails.
0
 
0
 It uses Juggernaut for messaging back to the browser.
0
 
0
+== To install it
0
+
0
+1) cp config/jabber_client_test_login.rb.template config/jabber_client_test_login.rb
0
+2) modify it so it has the client info that will be used to receive messages and presence updates.
0
+3) signup for a user.
0
+4) fill out your jabber login/password (this will be used to send messages).
0
+
0
+I'm aware that the above is quirky and unsuitable for any real usage, but it's a nice start.
0
+
0
 == To test it
0
 
0
 1) Launch the juggernaut server with:

Comments

    No one has commented yet.