I've been unable to commit to this project for some time now. However, I now have a quite sophisticated node JS client/server running on my D6 implementation.
I've included the JS files for Server & Client for this. You will need to add your nodejs server url in the module and js files, (see TODO comments).
Differences between my module and DrupalChat? Probably quite a lot.. There's some cool things like synchronization between all open browser tabs etc.
I'd love if someone could mix some of my code with DrupalChat so we can get a great open source implementation.
Comments
Comment #1
carnau commentedAfter install, I get this error:
The chat.install file doesn't create any table, so when this code executes return the error:
Also, this has to be integrated with flag and user relationships module, as drupalchat does.
Comment #2
carnau commentedWell, I modified the buddylist function to test.
This give me an array of uids that have a relationship with me, but the chat don't show users. This array is passed through drupal_add_js function and is avaliable in js, so other things are preventing to add them to the list.
Comment #3
fenda commentedI do apologize for any errors - this module was created to work on one of my implementations. Hopefully you can iron out any installation bugs and when it's running you'll be able to make use of some of the techniques we used.
The server-side nodejs is really great by the way! :D
Comment #4
darklrd commentedThanks a lot, drupaljoe! :)
I will work on this soon.
Comment #5
bhosmer commentedWow, this is great. I'm glad I looked through the issues because I was just about to do the exact same thing. Do you have any plans to integrate group chat?
Comment #6
darklrd commentedGroup chat is there in 7.x-1.x-dev.
Comment #7
bhosmer commentedYes, I'm sorry, I should have more specific. Are there any plans to integrate group chat in 6.x?
Comment #8
darklrd commentedYes, functionality from 7.x-1.x-dev will be back-ported to 6.x-2.x-dev. Thanks!
Comment #9
bhosmer commentedCool! Thanks for your work, it is greatly appreciated.
Comment #10
avpadernoI am closing this issue, since it is for a Drupal version that now is not supported.
Please re-open it if the issue is also relevant for other project branches that require a supported Drupal version.