mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Merge pull request #163 from ibauersachs/replymode-public
Make UnknownIqRequestReplyMode public
This commit is contained in:
commit
339ae1c7a0
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