Skip to content

Agent is now Send (closes #64)

xmpp ftw requested to merge xmppftw/xmpp-rs:xmpp-agent-send into main

I'm not sure why the default nick has interior mutability but not the language list, but i've kept it in this MR. Rc is replaced with Arc and RefCell with RwLock for interior mutability.

Agent is now Send.

Merge request reports