org.littleshoot.commom.xmpp
Class GenericIQProvider

java.lang.Object
  extended by org.littleshoot.commom.xmpp.GenericIQProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.IQProvider

public class GenericIQProvider
extends Object
implements org.jivesoftware.smack.provider.IQProvider


Constructor Summary
GenericIQProvider()
           
 
Method Summary
static String clearControlCharacters(String txt)
           
static String convertToRawText(String txt)
           
 org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericIQProvider

public GenericIQProvider()
Method Detail

parseIQ

public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
                                         throws Exception
Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
Throws:
Exception

clearControlCharacters

public static String clearControlCharacters(String txt)

convertToRawText

public static String convertToRawText(String txt)


Copyright © 2014 LittleShoot. All Rights Reserved.