-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update smack. #979
chore: Update smack. #979
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #979 +/- ##
============================================
+ Coverage 31.19% 31.38% +0.18%
- Complexity 523 530 +7
============================================
Files 116 116
Lines 7010 7010
Branches 961 960 -1
============================================
+ Hits 2187 2200 +13
+ Misses 4558 4549 -9
+ Partials 265 261 -4
Continue to review full report at Codecov.
|
@@ -86,7 +86,7 @@ | |||
/** | |||
* Listener for presence that smack sends on our behalf. | |||
*/ | |||
private PresenceListener presenceInterceptor; | |||
private org.jivesoftware.smack.util.Consumer<PresenceBuilder> presenceInterceptor; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be imported?
test failures unrelated |
No description provided.