similar to: Jabber Powered Rails Chatroom

Displaying 20 results from an estimated 100 matches similar to: "Jabber Powered Rails Chatroom"

2006 May 30
3
phpbb forum with rails application.
I would like to knock up a phpbb forum with a rails application. I wanted to do this as I want to use ActiveRecord to crawl through the user database in the rails app. Is there a way to do this - on the same domain name and server... Or does it depend how the server is setup? -- Posted via http://www.ruby-forum.com/.
2006 Apr 27
4
Up-dates
I started working on a chat program but, I''m having this problem chatroom.rhtml <div id="chatroom"> </div> <%= periodically_call_remote( :update => "chatroom", :url => {:action => :chat }, :frequency => 2) %> chat.rhtml <h1><%= @chat.room %> room.</h1>
2006 Jun 09
1
Ajax chat (lace) && Ruby on Rails?
Has anyone been able to get the Lace (ajax chatroom) ported over to Ruby for a Ruby on Rails implemention? (The current version is PHP-based) ... or is there a ROR-chatroom distribution that exists? Thanks! -- Posted via http://www.ruby-forum.com/.
2009 Apr 05
1
can't run camfrog by wine
I use ubuntu 9.04 + wine latest version. after I install camfrog by wine. then I try to run it. I can IM with person, but I can't enter to chatroom. After I try to enter into chatroom, program is close. [Exclamation] [Exclamation]
2012 Mar 23
5
Xen Documentation Day: March 26th
Hi, everybody. A quick reminder that the next Xen Document Day is happening next Monday. For more detail see http://blog.xen.org/index.php/2012/03/22/xen-documentation-day-march-26th/ or below ... Hope to see you on IRC! Feel free to add stuff to the TODO list (http://wiki.xen.org/wiki/Xen_Document_Days#TODO) or put your name besides an item if you intend to work on it. Best Regards Lars
2012 Mar 23
5
Xen Documentation Day: March 26th
Hi, everybody. A quick reminder that the next Xen Document Day is happening next Monday. For more detail see http://blog.xen.org/index.php/2012/03/22/xen-documentation-day-march-26th/ or below ... Hope to see you on IRC! Feel free to add stuff to the TODO list (http://wiki.xen.org/wiki/Xen_Document_Days#TODO) or put your name besides an item if you intend to work on it. Best Regards Lars
2013 Dec 08
1
Question about Kerberos and what is the different if compile with internal heimdal or mit-krb5
Dear All, Would like some know the answer on the above question. What is the different between compiling using internal heimdal library vs mit-krb5. I'm on gentoo and thus like other distro having issue on the system-wide mit-krb and removing it is not that convenient (But still possible) I've try to compile samba 4.1.2 with internal heimdal library to work as a Domain controller But
2005 Feb 05
1
RTC Client (maybe VAD related)
Greetings, I'm trying to create a server-based SIP chatroom (using MeetMe w/ ztdummy), where the clients will be mainly connecting with MS RTC Clients. I got the authentication working, but am having a problem where I can only hear audio when I am also making noise into the microphone. This appears to be the VAD/MOH problem mentioned on this list before.
2006 Sep 22
1
how about the global data when multiple backgroundrbs ?
Ezra, Suppose a chatroom application, a RailsApp + 2 backgroundrbs: MiddleMan1& MiddleMan2, running in 2 machines. When Chater1 login, RailsApp call MiddleMan1 to get something about Chater1 from db to memory, like his contacts or other personal settings. When Chater2 login, RailsApp call MiddleMan2 do the same thing. But who is reponsible for the Global Data? like a Online Chaters
2009 Jul 06
2
online rpg game engine
client -> http://www.hyruleonline.net/downloads possible solution to get client working http://ubuntuforums.org/showthread.php?t=1205925 i couldnt find a contact email to send this to the developers so im posting in forums. i dont know if i got it working due to the game server being down but maybe these steps can be in the next release to make this easier for someone else.
2008 May 03
3
what type of variable use? (setting text on another class va
so, i have a MinimalFrame class where i have a form, then, after a user add a new client i would like to send a log message on MainFrame status_bar. -- Posted via http://www.ruby-forum.com/.
2009 Jul 28
1
Xiph.Org, IETF75, a BoF, and some royalty free codecs
Hi folks, here's a press release (yes, sorry, sorry) regarding what's going on with Xiph at the current IETF meeting. Every time we're asked 'why haven't you standardized any of your codecs through the IETF?' we explain that we've been trying for coming up on ten years. This release is about the latest step. If we (along with the other companies supporting
2009 Jul 28
1
Xiph.Org, IETF75, a BoF, and some royalty free codecs
Hi folks, here's a press release (yes, sorry, sorry) regarding what's going on with Xiph at the current IETF meeting. Every time we're asked 'why haven't you standardized any of your codecs through the IETF?' we explain that we've been trying for coming up on ten years. This release is about the latest step. If we (along with the other companies supporting
2014 Mar 09
5
Slackware 14 config
I am trying to install dovecot 2.2.12 from source on slackware 14.0 Compilation and install work without error. doveconf -n # 2.2.12: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 3.2.45 x86_64 Slackware 14.0 auth_mechanisms = plain login auth_socket_path = /var/run/dovecot/auth-userdb base_dir = /var/run/dovecot/ mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u namespace inbox { inbox
2007 Jun 26
3
Possible Filesystem Corruption with Samba 3.0.25a (with XFS and LVM)
Hello! A few days ago I received a filesystem memory corruption notification from Debian's Linux kernel (2.6.20), which automatically unmounted my root partition. Upon closer investigation, I found that something had overwritten most of my data, XFS's superblocks and other metadata structures. That means from partition offset 0x200. At the time of the error, the only services I was using
2006 Jul 10
4
Detecting the close of a browser
Hi, I noticed that www.meebo.com has the ability that when you close the browser during a session, it prompts you , are you sure you want to close? How does it do this? I would like to use such an ability , so that if the user preempts a close on the browser, I can kill all threads I have running for that user. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
Hi -- I''ve got a very strange error. I have an action called ''commit_input'' on a controller called ''SiteVisitController''. This definately exists, and is called from the functional test for it, and passes fine. My problem is with the form that is supposed to call this action. The form tag is: <%=
2007 Apr 21
5
Thinking of using aaf- looking for advice
Hi- I''m technical lead at Lingr (http://www.lingr.com), a chatroom-based social networking site. We''ve currently got several million user utterances stored in MySQL, and we''re looking to build a local search functionality. I''ve played around with aaf and I really like it, but I have some questions. 1. Is anyone out there using aaf to index a corpus of this
2006 Aug 06
2
Speex + Ogg package
sorry, no webchat, is a videoconference program. And I'm using UDP as you can read down on the mail. The problem is that speex packages alone work great, but to split speex/theora packages on the arrive I need to use some kind of container, and I'm trying ogg. On 8/7/06, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > If by webchat you mean anything interactive,
2006 Aug 06
2
Speex + Ogg package
I'm currently working on a speex + theora webchat. I have both working alone, but to make them work together and to know where the package goes, I'm trying to use ogg packages. With theora there has been no problem, but with speex I can't make it work. The problem is that for a second it works great, but then it begings to gain lag, and in a little time it has 5-10 lag seconds (into