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 @@ ...@@ -44,6 +44,12 @@
SIP Plugin Changelog SIP Plugin Changelog
</h1> </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> <p><b>1.0.1</b> -- November 9, 2007</p>
<ul> <ul>
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<name>SIP Phone Plugin</name> <name>SIP Phone Plugin</name>
<description>Provides support for SIP account management</description> <description>Provides support for SIP account management</description>
<author>Ignite Realtime</author> <author>Ignite Realtime</author>
<version>1.0.1</version> <version>1.0.2</version>
<date>11/9/2007</date> <date>11/13/2007</date>
<databaseKey>sip</databaseKey> <databaseKey>sip</databaseKey>
<databaseVersion>1</databaseVersion> <databaseVersion>1</databaseVersion>
<minServerVersion>3.3.0</minServerVersion> <minServerVersion>3.3.0</minServerVersion>
......
...@@ -81,7 +81,7 @@ public class SIPConfig { ...@@ -81,7 +81,7 @@ public class SIPConfig {
private static String retransmissionFilter = ""; 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"; 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