We have made Minichat available just to demonstrate new stuff we are working on, to do some tests and collect your opinions. The feedback we have got exceeded our expectations. The most common question was: Can I/how can I install it on my website?
Installing the Minichat on your website is very simple so I am putting here instructions for all of you who want to include the Minichat client on your website and allow visitors to chat with you.
Just to remind you - this code is still under development and will be updated and changed very often. It may even stop working temporarily or permanently. We can even intentionally block certain users or IP addresses if we discover any abuse. If you are ready for this and still want to have it continue reading...
First thing to know: Minichat will work with tigase.org Jabber/XMPP server only right now.
This is not because some limitations in the code or special non-standard implementation. This is to simplify deployment of the service. If you wanted Minichat to connect to a different domain/Jabber server the installation would be much harder, involving Apache proxy_mod installation, configuration and maybe Bosh component/server deployment.
Second thing to know: Minichat connects to the server as anonymous user. To avoid sending spam the anonymous user can only send messages to users within the single Jabber/XMPP server. It means you can configure Minichat to send messages to user@jabber.org but Tigase server won't deliver those messages.
Instructions:
<iframe src="http://minichat.tigase.org/MesComp.html?jid=your-account@tigase.org&name=YourName&domain=tigase.org" width="220px" height="250px" frameborder="0"></iframe>
<iframe src="http://minichat.tigase.org/MesComp.html?jid=your-account@tigase.org&name=YourName&domain=tigase.org&autologin=true" width="220px" height="250px" frameborder="0"></iframe>
<link rel="stylesheet" type="text/css" href="http://minichat.tigase.org/minichat.css"/> <link rel="stylesheet" type="text/css" href="http://minichat.tigase.org/mygwt-all.css" />
And similar to other configurations code in the web page body:
<iframe src="http://minichat.tigase.org/Runner.html?jid=your-account@tigase.org&name=YourName&domain=tigase.org" width="220px" height="250px" frameborder="0"></iframe>
Enjoy and send us your comments...