I am using imo.im for last few days. I want to make something with similar kind of functionality with LAMP and javascript/jquery.
I already have a table in MySQL with name as user_account_details. Where i have columns as userID, protocol, protocol_username, protocol_password, with values like these: {123, facebook, 123_username, 123_password} and so on..
I know the term ‘protocol’ is not relevant here, but I can’t think of anything else.
I don’t need the complete code. I only want someone to show me the correct direction. I don’t have any idea how to do this.. And how these multiple protocol chat clients works.
Any reference LINK would be a great help…
Is this very tough to do??
Thanks
Since you are looking for a PHP based application checkout Jaxl library. It contains several sample application for getting started quickly. Specifically checkout echobot/sendMessage examples for command line based applications (basically bot). Check boshchat/boshMUChat examples for browser based application.