mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02: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;
|
||||
}
|
||||
|
||||
enum UnknownIqRequestReplyMode {
|
||||
public enum UnknownIqRequestReplyMode {
|
||||
doNotReply,
|
||||
replyFeatureNotImplemented,
|
||||
replyServiceUnavailable,
|
||||
|
|
Loading…
Reference in a new issue