doc/asmack-beem/beem_patches/10-PubSubManager-non-final.patch
author Da Risk <da_risk@beem-project.com>
Thu, 25 Aug 2011 14:51:07 +0200
changeset 923 6e5999172eb1
parent 800 1eefc5da624a
permissions -rw-r--r--
When saving capabilities replace the '/' character by a '.' The character '.' is not in the base64 table and can replace the file separator char '/' in unix. fix #366

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;