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;