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

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


package ak.smack;

import ak.im.sdk.manager.ye;
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 e4 extends IQ {
    private String a;
    private String f4287b;
    private boolean f4288c;
    private long f4289d;
    private int f4290e;
    private Akeychat.MucVoteOptionResultResponse f;

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

    public e4(String str, long j, int i) {
        super("mucvote", "http://akey.im/protocol/xmpp/iq/mucvote#optionresult");
        this.a = str;
        this.f4289d = j;
        this.f4290e = i;
        this.f4288c = true;
        setType(IQ.Type.get);
        setTo(ye.getInstance().getServer().getXmppDomain());
    }

    @Override
    protected IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder iQChildElementXmlStringBuilder) {
        iQChildElementXmlStringBuilder.append(">");
        if (this.f4288c) {
            Akeychat.MucVoteOptionResultRequest.b newBuilder = Akeychat.MucVoteOptionResultRequest.newBuilder();
            newBuilder.setMucroomname(this.a);
            newBuilder.setMucVoteId(this.f4289d);
            newBuilder.setOptionIndex(this.f4290e);
            iQChildElementXmlStringBuilder.optElement(HiAnalyticsConstant.Direction.REQUEST, ak.comm.d.encodeBytes(newBuilder.build().toByteArray()));
        } else {
            iQChildElementXmlStringBuilder.optElement("result", this.f4287b);
        }
        return iQChildElementXmlStringBuilder;
    }

    public Akeychat.MucVoteOptionResultResponse getmResponse() {
        return this.f;
    }

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

    protected void parseResults(XmlPullParser xmlPullParser) throws Exception {
        try {
            String text = xmlPullParser.getText();
            this.f4287b = text;
            this.f = Akeychat.MucVoteOptionResultResponse.parseFrom(ak.comm.d.decode(text));
        } catch (Exception e2) {
            e2.printStackTrace();
        }
    }

    public e4() {
        super("mucvote", "http://akey.im/protocol/xmpp/iq/mucvote#optionresult");
    }
}