Hi,
I'm searching for the best solution to provide 1-to-1 instant messaging functionality to logged-in users. My wishlist:
- a block with logged-in users (that's the easy part)
- when you click on a user, a chat window opens (no additional actions like login, create nickname, create chatroom etc.)
- when you send a message, it shows up on the screen of the other user
- not dependant on other accounts like msn, icq
- chats are 1-to-1; closed and invisible for others
- if possible, I would like not to be dependant of externally hosted 3rd party services
- Drupal 5
I've been looking at a number of modules, such as:
http://drupal.org/project/phpfreechat
http://drupal.org/project/messaging
http://drupal.org/project/ajaxim
http://drupal.org/project/xmpp
http://drupal.org/project/chatroom
Unfortunately they all seem to have their shortcomings. What would be the best solution? If there is not an out-of-the-box solution, should I take one of the modules and adapt it?
Thanks.
Comments
Instant message for logeed n users
Hi,
I'm a bit new to Drupal and I need that kind of an instant message 2.
I see that is has been a while since your last post.
Do U have a solution?
No sorry. We ended up
No sorry. We ended up creating a custom module, but that wasn't perfect either.
Instant messege
Thanks for your quick reply.
As for the moment I am working with the "chat room". Do U know how can I put this chat room in a block?
As for the moment it is displayed on the front page of my site.
No, sorry, I can't help you
No, sorry, I can't help you with that.
Did you work it out? Id love
Did you work it out?
Id love to put a chat room in a block too!
you might want to use this
you might want to use this piece of code on your block.. just select 'php code' as your input format.. the value for the $chat_id will be the nodeID of the chatroom that you created from node/add/chatroom.