CarrotChat v2.8.80.240429版本的 MD5 值为:fdf98761f01e715a89df24b85b0d206e

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


package y0;

import com.asim.protobuf.Akeychat;
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 a4 extends IQ {

    private String f48049a;

    private String f48050b;

    private boolean f48051c;

    private long f48052d;

    private Akeychat.MucReviewInfoQueryResponse f48053e;

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

    public a4(String str, long j10) {
        super("mucreview", "http://akey.im/protocol/xmpp/iq/mucreview#query");
        this.f48049a = str;
        this.f48052d = j10;
        this.f48051c = true;
        setType(IQ.Type.get);
        setTo(ak.im.sdk.manager.f1.getInstance().getServer().getXmppDomain());
    }

    @Override
    protected IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder iQChildElementXmlStringBuilder) {
        iQChildElementXmlStringBuilder.append(">");
        if (this.f48051c) {
            Akeychat.MucReviewInfoQueryRequest.b newBuilder = Akeychat.MucReviewInfoQueryRequest.newBuilder();
            newBuilder.setMucroomname(this.f48049a);
            newBuilder.setMucReviewId(this.f48052d);
            iQChildElementXmlStringBuilder.optElement(HiAnalyticsConstant.Direction.REQUEST, e.e.encodeBytes(newBuilder.build().toByteArray()));
        } else {
            iQChildElementXmlStringBuilder.optElement(HiAnalyticsConstant.Direction.REQUEST, this.f48050b);
        }
        return iQChildElementXmlStringBuilder;
    }

    public Akeychat.MucReviewInfoQueryResponse getmResponse() {
        return this.f48053e;
    }

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

    protected void parseResults(XmlPullParser xmlPullParser) throws Exception {
        try {
            String text = xmlPullParser.getText();
            this.f48050b = text;
            this.f48053e = Akeychat.MucReviewInfoQueryResponse.parseFrom(e.e.decode(text));
        } catch (Exception e10) {
            e10.printStackTrace();
        }
    }

    public a4() {
        super("mucreview", "http://akey.im/protocol/xmpp/iq/mucreview#query");
    }
}