Commit 8ada8bb6 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Changed unstable phrasing to experimental.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7181 b35dd754-fafc-0310-a699-88a17e54d16e
parent f10ba43e
...@@ -155,15 +155,17 @@ ...@@ -155,15 +155,17 @@
## Added key: 'gateway.web.settings.unstable.notice' ## Added key: 'gateway.web.settings.unstable.notice'
## ##
## 1.0 Beta 8 ## 1.0 Beta 8
## Added key: 'gateway.sip.shortservice' ## Added key: 'gateway.sip.shortservice'
## Added key: 'gateway.sip.service' ## Added key: 'gateway.sip.service'
## Added key: 'gateway.sip.name' ## Added key: 'gateway.sip.name'
## Added key: 'gateway.sip.username' ## Added key: 'gateway.sip.username'
## Added key: 'gateway.sip.password' ## Added key: 'gateway.sip.password'
## Added key: 'gateway.sip.registration' ## Added key: 'gateway.sip.registration'
## Added key: 'gateway.sip.passwordincorrect' ## Added key: 'gateway.sip.passwordincorrect'
## Added key: 'gateway.sip.sendmsgfailed' ## Added key: 'gateway.sip.sendmsgfailed'
## Added key: 'gateway.sip.illegalaccount' ## Added key: 'gateway.sip.illegalaccount'
## Updated key: 'gateway.web.settings.unstable.title'
## Updated key: 'gateway.web.settings.unstable.notice'
# Temporary Tags Until Fixed Properly # Temporary Tags Until Fixed Properly
...@@ -289,8 +291,8 @@ gateway.web.settings.permissionssaved=Permissions Saved ...@@ -289,8 +291,8 @@ gateway.web.settings.permissionssaved=Permissions Saved
gateway.web.settings.host=Host gateway.web.settings.host=Host
gateway.web.settings.port=Port gateway.web.settings.port=Port
gateway.web.settings.encoding=Encoding gateway.web.settings.encoding=Encoding
gateway.web.settings.unstable.title=Unstable Gateways gateway.web.settings.unstable.title=Experimental Gateways
gateway.web.settings.unstable.notice=The following gateways are unstable and are not recommended in a production environment. They are provided for those interested in trying out unstable services and are comfortable knowing they may not work correctly. gateway.web.settings.unstable.notice=The following gateways are experimental and are not recommended in a production environment. They are provided for those interested in trying out unstable services and are comfortable knowing they may not work correctly.
# Web Interface (Registrations) # Web Interface (Registrations)
gateway.web.registrations.instructions=Below is a list of all gateway service registrations. To filter by active sessions and/or specific gateways select the options below and update the view. gateway.web.registrations.instructions=Below is a list of all gateway service registrations. To filter by active sessions and/or specific gateways select the options below and update the view.
......
...@@ -136,7 +136,6 @@ public class BOSConnection extends BasicFlapConnection { ...@@ -136,7 +136,6 @@ public class BOSConnection extends BasicFlapConnection {
} }
} }
else if (cmd instanceof OfflineMsgIcqCmd) { else if (cmd instanceof OfflineMsgIcqCmd) {
Log.debug("Found offline message:"+cmd);
OfflineMsgIcqCmd omic = (OfflineMsgIcqCmd)cmd; OfflineMsgIcqCmd omic = (OfflineMsgIcqCmd)cmd;
String sn = String.valueOf(omic.getFromUIN()); String sn = String.valueOf(omic.getFromUIN());
......
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