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.messages; //from www . ja v a2 s .c om import com.desperate.common.Message; public class UserListMessage extends Message { private static final long serialVersionUID = 7902979286457860859L; @Override public String getStringToHMAC() { return timestamp.toString(); } }