org.littleshoot.commom.xmpp
Class GenericIQProvider
java.lang.Object
org.littleshoot.commom.xmpp.GenericIQProvider
- All Implemented Interfaces:
- org.jivesoftware.smack.provider.IQProvider
public class GenericIQProvider
- extends Object
- implements org.jivesoftware.smack.provider.IQProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericIQProvider
public GenericIQProvider()
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.