We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
93ee6ee deprecates calls like:
escalus_stanza:last_activity(bob)
which have to be replaced by:
BobShortJID = escalus_client:short_jid(Bob), escalus_stanza:last_activity(BobShortJID)
To make test development easier, maybe we could consider this:
escalus_stanza:last_activity(bob, Config)
The text was updated successfully, but these errors were encountered:
What would be the Config? Remember that escalus_stanzas module is not aware of any Config right now. I think it should remain this way.
Config
escalus_stanzas
Sorry, something went wrong.
Any comment on this @bartekgorny or can we close this issue?
No branches or pull requests
93ee6ee deprecates calls like:
which have to be replaced by:
To make test development easier, maybe we could consider this:
The text was updated successfully, but these errors were encountered: