Plugin Jabber
This Wiki Plugin allows a Jabber Chat with Tikiwiki: runs a Java applet that connects to a local (same machine as the webserver running Tiki) Jabber service. Written by Dennis Heltzel, 9/15/2003Jabber, in short, is a open protocol for chat, using the Extensible Messaging and Presence Protocol (XMPP), which is an open, XML-based protocol for near-real-time, extensible instant messaging (IM) and presence information (a.k.a. buddy lists). It is the core protocol of the Jabber Instant Messaging and Presence technology. The protocol is built to be extensible and other features such as Voice over IP and file transfers have been added.
Requirements
- A Jabber server on your web host (same PC)
- JAVA enabled browsers
You can only use this plugin to connect to a jabber server that is running on the same server as the http server for tiki. This is a constraint of the applet for security reasons. you can get more info about that at http://jabberapplet.jabberstudio.org.
This page has been added to the list of errors since the above link is broken (24 Sep 2009). It may be temporarily unavailable as many links on the jabberstudio site are not working. An alternative applet may be needed if this link is permanently down.
Installation
To make this plugin work:- get the JabberApplet from here: http://jabberapplet.jabberstudio.org/JabberApplet.jar
- put it in a directory called jabber under $TIKI_BASE/lib, the path must resolve to: lib/jabber/JabberApplet.jar
- make sure your local jabber server is started and you know it's name
- substitute the name of your local jabber server for 'jabber.org' in the example above and put it into a wiki page.
Usage
To display a module in a wiki page, use the syntax:{JABBER(height=>200, width=>200, xmlhostname=>jabber.org, defaultColor=>255,255,255)} {JABBER}| Parameter | Accepted values | Effect | Since |
| height | number | pixels | |
| width | number | pixels | |
| xmlhostname | name | name of jabber host | |
| defaultColor | 3 numbers | RGB? |
Example
This code,{JABBER(height=>200, width=>200, xmlhostname=>jabber.org, defaultColor=>255,255,255)} {JABBER}Would produce:
screenshot needed. Add it here if you can take one
