1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00

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

View file

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