|
From: <to...@us...> - 2008-02-07 04:02:00
|
Revision: 107
http://xoperator.svn.sourceforge.net/xoperator/?rev=107&view=rev
Author: tomatop
Date: 2008-02-06 20:02:02 -0800 (Wed, 06 Feb 2008)
Log Message:
-----------
small fix: the xoperator reacts again in standalone
Modified Paths:
--------------
trunk/xOperator/src/net/sf/xoperator/xmpp/XMPPManager.java
Modified: trunk/xOperator/src/net/sf/xoperator/xmpp/XMPPManager.java
===================================================================
--- trunk/xOperator/src/net/sf/xoperator/xmpp/XMPPManager.java 2008-02-05 04:16:19 UTC (rev 106)
+++ trunk/xOperator/src/net/sf/xoperator/xmpp/XMPPManager.java 2008-02-07 04:02:02 UTC (rev 107)
@@ -95,6 +95,9 @@
if (info.isP2penabled()) {
registerInterAgentCommunicationListener(mainClient);
}
+ if(info.isStandalone()){
+ registerChatListeners(mainClient);
+ }
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|