SPARK-829 XMPP URI not working in some cases.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@8991 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-08-23 04:37:44 +00:00
committed by derek
parent 299f83453b
commit 413fd60fe0

View File

@ -801,6 +801,10 @@ public class ChatManager implements MessageEventNotificationListener {
* @param arguments the arguments passed into Spark.
*/
public void handleURIMapping(String arguments) {
if(arguments == null){
return;
}
if (arguments.indexOf("xmpp") == -1) {
return;
}