[xmppclient] Add send image throught HTTP (#11247)

Signed-off-by: Fabien Carrion <fabien@carrion.mx>
This commit is contained in:
Fabien Carrion
2021-10-19 12:08:48 -05:00
committed by GitHub
parent 59ae706754
commit 8257179e46
4 changed files with 57 additions and 0 deletions

View File

@@ -43,6 +43,12 @@
<version>${smack.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-experimental</artifactId>
<version>${smack.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.minidns</groupId>
<artifactId>minidns-core</artifactId>