Add an implementation of the SCRAM-SHA-! SASL mechanism.
This implementation come from the Stroke project http://swift.im/git/stroke
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;