mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Add HashManager
This commit is contained in:
parent
73c1dac2d1
commit
53861fa9de
8 changed files with 485 additions and 359 deletions
|
@ -24,6 +24,8 @@ import org.jivesoftware.smack.packet.ExtensionElement;
|
|||
public class JingleContentFile implements ExtensionElement {
|
||||
public static final String ELEMENT = "file";
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public String getElementName() {
|
||||
return ELEMENT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue