Back to project page CipherChat.
The source code is released under:
MIT License
If you think the Android project CipherChat listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.desperate.common.replies; // ww w .j a v a2s. co m import com.desperate.common.Message; public abstract class ReplyMessage extends Message { private static final long serialVersionUID = 5064222132893477293L; public Boolean accepted = true; public String errorMessage = null; }