Make UnknownIqRequestReplyMode public

If it is not made public, then (g|s)etUnknownIqRequestReplyMode cannot
be used.
This commit is contained in:
Ingo Bauersachs 2017-08-06 14:25:57 +02:00
parent 8052ee752b
commit 47c936e508
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ public final class SmackConfiguration {
return defaultHostnameVerififer;
}
enum UnknownIqRequestReplyMode {
public enum UnknownIqRequestReplyMode {
doNotReply,
replyFeatureNotImplemented,
replyServiceUnavailable,