1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-23 03:54:54 +02:00

Fix ExperimentalInitializer

This commit is contained in:
Florian Schmaus 2014-07-20 11:08:11 +02:00
parent cea79d1bb8
commit 9db5e28fe5
2 changed files with 1 additions and 1 deletions

View file

@ -32,6 +32,6 @@ public class ExperimentalInitializer extends UrlInitializer {
@Override
protected String getConfigUrl() {
return "classpath:org.jivesoftware.smackx/extensions.xml";
return "classpath:org.jivesoftware.smackx/experimental.xml";
}
}