CarrotChat v2.8.60.240131版本的 MD5 值为:2baf8b9f31830b86b5c5a85ae6b47e05

以下内容为反编译后的 h6.java 源代码,内容仅作参考


package ak.smack;

import ak.im.sdk.manager.ye;
import android.util.Log;
import com.alibaba.fastjson.JSONObject;
import com.huawei.hms.support.hianalytics.HiAnalyticsConstant;
import org.jivesoftware.smack.packet.IQ;
import org.jivesoftware.smack.provider.IQProvider;
import org.xmlpull.v1.XmlPullParser;
public class h6 extends IQ {
    private static final String a = "h6";
    private JSONObject f4378b;
    private String f4379c;
    private boolean f4380d;
    private String f4381e;
    private long f;
    boolean g;

    public static class a extends IQProvider {
        @Override
        public IQ parse(XmlPullParser xmlPullParser, int i) throws Exception {
            h6 h6Var = new h6();
            boolean z = false;
            while (!z) {
                int next = xmlPullParser.next();
                if (next == 4) {
                    h6Var.parseResults(xmlPullParser);
                } else if (next == 3 && xmlPullParser.getName().equals("userexproperties")) {
                    z = true;
                }
            }
            return h6Var;
        }
    }

    public h6(JSONObject jSONObject) {
        super("userexproperties", "http://akey.im/protocol/xmpp/iq/userexpropertiesset");
        this.f4379c = "success";
        this.f4378b = jSONObject;
        setType(IQ.Type.set);
        this.g = true;
        setTo(ye.getInstance().getServer().getXmppDomain());
    }

    @Override
    protected IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder iQChildElementXmlStringBuilder) {
        iQChildElementXmlStringBuilder.append(">");
        if (this.g) {
            iQChildElementXmlStringBuilder.optElement(HiAnalyticsConstant.Direction.REQUEST, this.f4378b.toString());
        } else {
            iQChildElementXmlStringBuilder.optElement(HiAnalyticsConstant.Direction.REQUEST, this.f4381e);
        }
        return iQChildElementXmlStringBuilder;
    }

    public long getVersionCode() {
        return this.f;
    }

    public String getmResult() {
        return this.f4381e;
    }

    public boolean isSuccess() {
        return this.f4380d;
    }

    protected void parseResults(XmlPullParser xmlPullParser) throws Exception {
        try {
            this.f4381e = xmlPullParser.getText();
            String str = a;
            Log.d(str, "mResult :" + this.f4381e);
            if (this.f4379c.equals(this.f4381e)) {
                this.f4380d = true;
            } else {
                this.f = Long.parseLong(this.f4381e);
            }
        } catch (Exception e2) {
            e2.printStackTrace();
        }
    }

    public h6() {
        super("userexproperties", "http://akey.im/protocol/xmpp/iq/userexpropertiesset");
        this.f4379c = "success";
    }
}