Loading...
 
Skip to main content

History: XMPP

Source of version: 24 (current)

Copy to clipboard
             # {{page}}

**Overview**
: XMPP chat client

**To Access**
: From the ((Community|Community Admin)) page, click the **XMPP** tab.

## Introduction


[https://xmpp.org|XMPP] is a chat protocol that enables users to have instant message applications and other technologies. By using the [https://conversejs.org/|ConverseJS XMPP client], Tiki users can integrate chat feature to their websites. See also ((PluginXMPP)) and ((Module XMPP))

## How to use XMPP in Tiki


###$ install and Configure an XMPP server 
Despite Tiki has ConverseJS bundled in its package, it is still necessary to have an XMPP server where clients can connect. Tiki can be very well integrated to [https://www.igniterealtime.org/projects/openfire/|Openfire XMPP server], but other servers also works.

###$ Enable the feature and plugin 
Enable the feature at "**Admin home > RTC > XMPP**" tab. 
Enable the plugin at "**Admin home > Editting and plugins > Plugins > XMPP plugin**"

###$ Configure Tiki to talk to the XMPP server 
Go to the community page on the admin panels (RTC page on Tiki 19+), select the XMPP tab, 
and:

1. Check the **XMPP client (ConverseJS)**.
2. On **XMPP server domain** field, example type yourserver.wikisuite.org.
3. On **XMPP http-bind URL** field, example type https://yourserver.wikisuite.org:7070/http-bind/ .
4. chose an **Authentication method**  .
5. Click on Apply.


###$ Use ConverseJS modes

ConverseJS can be used in 3 modes:

1. Overlayed mode
2. Embedded mode
3. Fullscreen mode

### Overlayed mode


Overlayed Mode is configured as a Tiki Module. A small box will appears on bottom of the page containing a contact list. Users can click on contact list to start a chat session.

{mediaplayer type="video/mp4" style="native" width="640px" src="https://doc.tiki.org/tiki-download_wiki_attachment.php?attId=81"}

---

### Embedded mode


The Embedded mode can be configured as a ((PluginXMPP|wiki_plugin)). A chatbox will appear in the middle of the page. This chatbox is a group chat, where many users can send messages.

{mediaplayer type="video/mp4" style="native" width="640px" src="https://doc.tiki.org/tiki-download_wiki_attachment.php?attId=82"}

---

### Fullscreen mode


Fullscreen mode takes all webpage space to provide the contact list and chat boxes. Users can switch between private chats and group chats while using this mode.

{mediaplayer type="video/mp4" style="native" width="640px" src="https://doc.tiki.org/tiki-download_wiki_attachment.php?attId=83"}

---

## Authentication mode


The ConverseJS embedded in Tiki can authenticate in XMPP server using 3 different strategies.

1. Username / password
2. Prebind
3. OAuthBearer Token


When using the username/password mechanism to authenticate, ConverseJS will ask user these information whenever is necessary. It is very easy to setup, but in other hand, it may demotivate the user to join the chat if he needs to type his password several times.

The Prebind mode is mechanism that makes XMPP server to confirm that a specific user is trying to authenticate. The user does not need to type username or password using this mode. Whenever user log into Tiki, he will automatically log into Openfire when needed. The Tiki prebind URL needs to be informed in Openfire panel.

On OAuthBearer Token, ConverseJS extract a special Token from Tiki and gives as a password to Openfire. Extra setup is needed in Openfire side in order to use this mode. Also, this mode is still beta and is available on Tiki 20.





{PREFDOC(tab="rtc-xmpp")/}

New in ((Tiki17)): the addition of the [https://conversejs.org/|ConverseJS XMPP client]. 
New in ((Tiki19)): ((PluginXMPP)) to embed a chatroom in a wiki page

The reference implementation is with Openfire, but this should work with any XMPP server (perhaps with fewer features).


{DIV(class=titlebar)}alias{DIV}


- (alias(Converse.js))
- (alias(ConverseJS))
- (alias(Converse JS))