Generatekey missing from XmppStringUtils

Hi,

I’ve just started working on a android client using smack 4.1.0-alpha4 and it looks like it is dependend on a version of jxmpp-core that is not available yet in mavenCentral from which I downloaded the smack version.

I saw that the function is available in the github source, should I build the lib myself? Or is it available elsewhere? if so what version should i use.

kind regards

Dieder Timmers

Smack 4.1 currently depends on jxmpp 0.3.0, which is available on maven central: The Central Repository Search Engine

Thanx a lot, I was thrown off by because the 0.1.0 version is in an other package my mistake.