Chat Program
I am using imified to build a chat system.
Imified relays the messages from my page to my Gtalk account and back. The interface uses Ajax to get and send data.
This works great. Both interfaces can communicate with another.
The only real issue i have is how to dedicate the chat system with multiple users since Imified is designed to work from the chat account to the bot. Right now the only solution is to input in gtalk "user123: message i am sending to you" and it would send to "user123" the message "message i am sending to you". Which is kinda annoying, but will work for now. I am just wondering if there are any other smarty pants developers that can come up with a better solution?
2 Posted by mpahic on 14 Dec, 2009 12:39 PM
I implemented a chat in a way that each user has to login in chat and then their userkey is stored in database.
When the user wants to send the message I just use the SQL statement to pull all userkeys from database where userkey != from that user. and then to push the message to all other users, and the bot responds an empty message which imified doesn't send to the user.
This solution is not very fast, but it works.
3 Posted by mlucas on 18 Oct, 2010 04:44 PM
Sorry for the late response regarding your issue. Is this still an issue that you are currently experiencing? I will be monitoring this page for a reply and I look forward to helping resolve this for you.
-Matt Lucas
IMified Support