Commit 44bda336 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Method #addIQResultListener(String, IQResultListener) is now public.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3483 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8f12de41
......@@ -152,7 +152,7 @@ public class IQRouter extends BasicModule {
* @param id the id of the IQ packet being sent from the server to an XMPP entity.
* @param listener the IQResultListener that will be invoked when an answer is received
*/
void addIQResultListener(String id, IQResultListener listener) {
public void addIQResultListener(String id, IQResultListener listener) {
resultListeners.put(id, listener);
}
......
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