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 jabber connection server
knewter (author)
Sun Jun 22 18:56:12 -0700 2008
commit  780523cc8b0ee9c75ab608241c5f0798eea85e08
tree    d79cac8b7859f23ed0de250cbf3d54d397b68a1a
parent  2ec336dbabd694153b9feeeeb87c472b98ed89ce
0
...
21
22
23
24
 
 
 
25
26
 
27
28
 
 
 
29
30
31
...
21
22
23
 
24
25
26
27
 
28
29
 
30
31
32
33
34
35
0
@@ -21,11 +21,15 @@ I'm aware that the above is quirky and unsuitable for any real usage, but it's a
0
 1) Launch the juggernaut server with:
0
      juggernaut -c config/juggernaut.yml
0
 
0
-2) Launch the jabber connection proxy
0
+2) Launch the jabber connection proxy:
0
+ cd RAILS_ROOT/lib
0
+ ruby jabber_connection_server_daemon.rb
0
 
0
-3) visit /buddy_list (you'll need a user with a jabber user, and you have to be logged in)
0
+3) Launch the rails server
0
 
0
-4) open up a script/console session and type:
0
+4) visit /buddy_list (you'll need a user with a jabber user, and you have to be logged in)
0
+
0
+5) open up a script/console session and type:
0
      g = JabberUpdater.new
0
      g.handle_presence_updates
0
      FIXME: Right now you might need to run these lines, ^C to get out, and run them again for it to work.

Comments

    No one has commented yet.