Version 0.5.0: 2023-08-23 [ Maxime “pep” Buquet ] * Breaking changes: - ClientBuilder::new takes a parsed BareJid instead of string (#72) - ClientBuilder::new doesn't return a Result anymore * Improvements: - New event: RoomPrivateMessage(Id, BareJid, RoomNick, Body) (#85) - New Agent::send_room_private_message method. - Agent is now Send, by replacing Rc with Arc and RefCell with RwLock (#64) - ClientBuilder now has a set_resource method for manual resource management (#72) - Update dependencies - Re-export jid structs, minidom::Element, and parsers module. - Add serde feature, passed to jid crate Version 0.4.0: 2023-05-18 [ Maxime “pep” Buquet , Emmanuel Gil Peyrot ] * Breaking changes: - Event::ChatMessage and Event::RoomMessage now include an optional message id. * Improvements: - New Event::ServiceMessage. - New Event::HttpUploadedFile. - Add a disconnect method on Agent - ContactAdded event now fires properly. Thanks Doggo. - Update dependencies versions * Changes: - Split wait_for_events method, make it easier to edit. - hello_bot: add catch-all for Event - Remove -rs suffix in folder name xmpp-rs (0.3.0) [ Emmanuel Gil Peyrot ] * Breaking changes: - Complete change of API. We are not using plugins anymore. Please have a look at ClientFeature(s) and Event(s). * Improvements: - Uses xmpp-parsers 0.15.0, and tokio-xmpp 1.0.1. -- Maxime “pep” Buquet Fri, 13 Sep 2019 01:28:00 +0200