commented on
merge request !30
"Update dependencies after chrono semver fail (sha, xmpp-parsers, chrono)"
at
username-removed-1102526 / xmpp-rs
All ready to go!
-
aeb0bc8e · Merge branch 'muc-plugin' into 'master'
- ... and 2 more commits. Compare fcaa29d9...aeb0bc8e
commented on
merge request !30
"Update dependencies after chrono semver fail (sha, xmpp-parsers, chrono)"
at
username-removed-1102526 / xmpp-rs
xmpp-parsers 0.6.0 is now released, please update this MR with an update of xmpp-parsers.
LGTM. Also tested and working fine on all of my accounts.
commented on
issue #15
"`register_handler` on `Client` and `Component` is too constrained, the closure only needs to live as long as the `Dispatcher`."
at
username-removed-1102526 / xmpp-rs
I hit that as well in my MUC-MUC gateway. I'm currently writing it as an xmpp-rs plugin to be able to continue.
commented on
merge request !27
"Remove debug println in transport.rs"
at
username-removed-1102526 / xmpp-rs
LGTM merge it!
opened
merge request
!27
"Remove debug println in transport.rs"
at
username-removed-1102526 / xmpp-rs
-
51616ae1 · Merge branch 'base64' into 'master'
- ... and 1 more commit. Compare a5f87494...51616ae1
accepted
merge request
!21
"Enable stanza_debug automatically when STANZA_DEBUG is set in the env"
at
username-removed-1102526 / xmpp-rs
-
3331ba8f · Merge branch 'roster' into 'master'
- ... and 1 more commit. Compare 04a3afb6...3331ba8f
opened
merge request
!22
"update the presence plugin to match xmpp-parsers 0.5.0"
at
username-removed-1102526 / xmpp-rs
opened
merge request
!21
"Enable stanza_debug automatically when STANZA_DEBUG is set in the env"
at
username-removed-1102526 / xmpp-rs
opened
issue
#15
"`register_handler` on `Client` and `Component` is too constrained, the closure only needs to live as long as the `Dispatcher`."
at
username-removed-1102526 / xmpp-rs
Maybe we could just settle on having everything run in the same thread, at least for now.
I guess we've mostly settled on a good plugin API, won't need that many changes there anymore.
-
4be13c1c · Merge branch 'gen_id' into 'master'
- ... and 2 more commits. Compare 6421899c...4be13c1c
accepted
merge request
!19
"Add a gen_id method for plugins to generate ids"
at
username-removed-1102526 / xmpp-rs