mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 04:12:04 +01:00
Added session listener.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1893 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
4517a66bb4
commit
03311272ce
1 changed files with 8 additions and 3 deletions
|
@ -7,10 +7,15 @@
|
||||||
<display-name>WebChat</display-name>
|
<display-name>WebChat</display-name>
|
||||||
<description>Smack-powered WebChat Application</description>
|
<description>Smack-powered WebChat Application</description>
|
||||||
|
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>host</param-name>
|
<param-name>host</param-name>
|
||||||
<param-value>jivesoftware.com</param-value>
|
<param-value>jivesoftware.com</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
|
|
||||||
|
<!-- Session listener -->
|
||||||
|
<listener>
|
||||||
|
<listener-class>org.jivesoftware.webchat.ChatServlet</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
<!-- Servlets -->
|
<!-- Servlets -->
|
||||||
<servlet>
|
<servlet>
|
||||||
|
|
Loading…
Reference in a new issue