mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
s/SmackTcpSmackInitalizer/SmackTcpSmackInitializer/
This prevented Stream Management from working as the
StreamFeatureProvider was not loaded.
The typo existed from 46a4402a69
up to this
commit.
This commit is contained in:
parent
177ab983d4
commit
25887e3427
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ package org.jivesoftware.smack.initializer.tcp;
|
|||
|
||||
import org.jivesoftware.smack.initializer.UrlInitializer;
|
||||
|
||||
public class SmackTcpSmackInitalizer extends UrlInitializer {
|
||||
public class SmackTcpSmackInitializer extends UrlInitializer {
|
||||
|
||||
@Override
|
||||
protected String getProvidersUrl() {
|
Loading…
Reference in a new issue