doc/asmack-beem/beem_patches/10-PubSubManager-non-final.patch
author Nikita Kozlov <nikita@beem-project.com>
Sun, 16 Jan 2011 12:44:59 +0100
changeset 854 30d32b73be7c
parent 800 1eefc5da624a
permissions -rw-r--r--
fix Bug #321 I have commented the PrivacyListManagerAdapter initialization because the exception came from the underneath code. Also, since the feature isn't finished (especially tested) and enabled in the gui, it will be safer.

Index: org/jivesoftware/smackx/pubsub/PubSubManager.java
===================================================================
--- org/jivesoftware/smackx/pubsub/PubSubManager.java	(revision 11464)
+++ org/jivesoftware/smackx/pubsub/PubSubManager.java	(working copy)
@@ -41,7 +41,7 @@
  * 
  * @author Robin Collier
  */
-final public class PubSubManager
+public class PubSubManager
 {
 	private XMPPConnection con;
 	private String to;