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

以下内容为反编译后的 d4.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 d4 extends IQ {

    private String f48151a;

    private String f48152b;

    private boolean f48153c;

    private Akeychat.MucVoteInfoListResponse f48154d;

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

    public d4(String str) {
        super("mucvote", "http://akey.im/protocol/xmpp/iq/mucvote#list");
        this.f48151a = str;
        this.f48153c = 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.f48153c) {
            Akeychat.MucVoteInfoListRequest.b newBuilder = Akeychat.MucVoteInfoListRequest.newBuilder();
            newBuilder.setMucroomname(this.f48151a);
            iQChildElementXmlStringBuilder.optElement(HiAnalyticsConstant.Direction.REQUEST, e.e.encodeBytes(newBuilder.build().toByteArray()));
        } else {
            iQChildElementXmlStringBuilder.optElement("result", this.f48152b);
        }
        return iQChildElementXmlStringBuilder;
    }

    public Akeychat.MucVoteInfoListResponse getmResponse() {
        return this.f48154d;
    }

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

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

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