Loading...
 
Skip to main content

History: PluginJabber

Source of version: 16 (current)

Copy to clipboard
            ^ This removed from Tiki and is superseded by ((PluginXMPP)). Why? Java applets are pretty much obsolete in the browser so this has been removed. And while we are at it, we are calling it [https://en.wikipedia.org/wiki/XMPP|XMPP instead of Jabber] ^


! Plugin Jabber
Use this ((wiki plugin)) to chat using ((wp:Jabber)). The plugin runs a Java applet that connects to a local (same machine as the webserver running Tiki) Jabber service, which 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).

!! 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. 
!! Installation
To make this plugin work:
# get the JabberApplet from here: http://jabberapplet.sf.net
** Direct link: http://jabberapplet.sourceforge.net/JabberApplet.jar (2002-11-15)
# 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.
!!Parameters
{pluginmanager plugin="jabber"}
!! Example
!!! Basic syntax
{CODE(colors="tiki")}
{jabber height="200" width="200" xmlhostname="jabber.org" defaultColor="255,255,255"}
{CODE}
!! Related pages
* [http://jabber.org]
* http://jabberapplet.sourceforge.net