Complete the avatar provider to support insert update and delete.
It is now usable following the standard Android interface.
package net.java.otr4j;public class OtrException extends Exception { private static final long serialVersionUID = 1L; public OtrException(Exception e){ super(e); }}