doc/asmack-beem/beem_patches/10-PubSubManager-non-final.patch
author Da Risk <da_risk@beem-project.com>
Fri, 07 Dec 2012 00:43:25 +0100
changeset 1007 c3598834218b
parent 800 1eefc5da624a
permissions -rw-r--r--
Add SmileyParser from the android Mms application. Integrate it in the Chat activity. Fix #66 Improvement will be to put the smiley spannable in the current EditText

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;