1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Allow adding custom HTTP headers to bosh communications

This commit is contained in:
Mohsen Hariri 2018-06-27 11:18:50 +02:00 committed by Florian Schmaus
parent 7059b60672
commit c83d717a26
3 changed files with 19 additions and 1 deletions

View file

@ -4,5 +4,5 @@ This API is considered beta quality."""
dependencies {
compile project(':smack-core')
compile 'org.igniterealtime.jbosh:jbosh:[0.9,0.10)'
compile 'org.igniterealtime.jbosh:jbosh:[0.9.1,0.10)'
}