Commit 55ff8765 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed testing of SIP accounts.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9494 b35dd754-fafc-0310-a699-88a17e54d16e
parent 172ae6da
......@@ -44,6 +44,12 @@
SIP Plugin Changelog
</h1>
<p><b>1.0.2</b> -- November 13, 2007</p>
<ul>
<li>Fixed testing of SIP accounts.</li>
</ul>
<p><b>1.0.1</b> -- November 9, 2007</p>
<ul>
......
......@@ -5,8 +5,8 @@
<name>SIP Phone Plugin</name>
<description>Provides support for SIP account management</description>
<author>Ignite Realtime</author>
<version>1.0.1</version>
<date>11/9/2007</date>
<version>1.0.2</version>
<date>11/13/2007</date>
<databaseKey>sip</databaseKey>
<databaseVersion>1</databaseVersion>
<minServerVersion>3.3.0</minServerVersion>
......
......@@ -81,7 +81,7 @@ public class SIPConfig {
private static String retransmissionFilter = "";
private static String routerPath = "com.jivesoftware.openfire.enterprise.sip.tester.stack.SipCommRouter";
private static String routerPath = "org.jivesoftware.openfire.sip.tester.stack.SipCommRouter";
private static String stackName = "SIPark";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment