Menu

Openfire Control / Blog: Recent posts

Connect website's users with chat server users

When you are about to integrate a Facebook or Gtalk style (XMPP based) chat system into your website you will need the followings:

  • A chat server
  • A js based chat client
  • Find a way to connect website accounts with chatserver accounts

The first two are simple. The last one is a bit harder. In most case you need to change the users database structure to be compatible with chat server. It can interfere with other part of your site, so it is not a best solution. Fortunately it is not the only way. The other solution is to make an integratable chat server control interface. In this case you need only a slight modification in the website's code and hook the user creation/modification/deletion process. In that hook simply call the interface's function. It is so simple because no need to hack/reconfigure server and user's table. ... read more

Posted by Viktor Tassi 2013-04-14
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.