Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11413

Re: Smack 4.1.0-rc1 will not save vCard to Openfire 3.9.3 server

$
0
0

So after adding this to my build.gradle file:

repositories {    maven {        url "https://oss.sonatype.org/content/repositories/snapshots/"    }
}

I was able to use (in build.gradle):

    compile 'org.igniterealtime.smack:smack-android:4.1.0-rc3-SNAPSHOT'    compile 'org.igniterealtime.smack:smack-tcp:4.1.0-rc3-SNAPSHOT'    compile 'org.igniterealtime.smack:smack-extensions:4.1.0-rc3-SNAPSHOT'

Which fixed the problem. Saving vCards works in rc3-SNAPSHOT. Thank you!


Viewing all articles
Browse latest Browse all 11413

Trending Articles