mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Make UnknownIqRequestReplyMode public
If it is not made public, then (g|s)etUnknownIqRequestReplyMode cannot be used.
This commit is contained in:
parent
8052ee752b
commit
47c936e508
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ public final class SmackConfiguration {
|
||||||
return defaultHostnameVerififer;
|
return defaultHostnameVerififer;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum UnknownIqRequestReplyMode {
|
public enum UnknownIqRequestReplyMode {
|
||||||
doNotReply,
|
doNotReply,
|
||||||
replyFeatureNotImplemented,
|
replyFeatureNotImplemented,
|
||||||
replyServiceUnavailable,
|
replyServiceUnavailable,
|
||||||
|
|
Loading…
Reference in a new issue