.. |
muc
|
muc/user: Add a constructor for Item.
|
2018-07-31 21:32:39 +02:00 |
pubsub
|
pubsub: Make item fields public.
|
2018-06-22 20:18:18 +02:00 |
attention.rs
|
attention: Document this module.
|
2018-07-31 23:08:14 +02:00 |
bind.rs
|
iq: Implement the Iq*Payload traits on every possible payload.
|
2018-05-16 15:08:17 +02:00 |
blocking.rs
|
iq: Implement the Iq*Payload traits on every possible payload.
|
2018-05-16 15:08:17 +02:00 |
bookmarks.rs
|
bookmarks: Remove unused use of error::Error.
|
2018-07-31 22:36:02 +02:00 |
caps.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
chatstates.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
compare_elements.rs
|
|
|
component.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
data_forms.rs
|
data_forms: Use a macro for <option/>.
|
2018-05-28 17:05:04 +02:00 |
date.rs
|
Split out DateTime parsing into its own module (implement XEP-0082).
|
2017-10-31 19:41:45 +00:00 |
delay.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
disco.rs
|
macros: Merge generate_element_with_children!() into generate_element!().
|
2018-05-28 16:45:13 +02:00 |
ecaps2.rs
|
ecaps2: Document this module.
|
2018-07-31 23:35:16 +02:00 |
eme.rs
|
macros: Rename generate_element_with_only_attributes!() into generate_element!().
|
2018-05-28 16:42:35 +02:00 |
error.rs
|
jingle_s5b: Make Candidate.host an IpAddr instead of a String.
|
2018-05-04 21:19:40 +02:00 |
forwarding.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
hashes.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
helpers.rs
|
media_element: Simplify parsing of URI.
|
2017-11-24 04:46:08 +00:00 |
ibb.rs
|
ibb: Add documentation.
|
2018-07-02 13:47:32 +02:00 |
ibr.rs
|
ibr: Fix syntax error.
|
2018-05-16 15:16:15 +02:00 |
idle.rs
|
idle: Document this module.
|
2018-08-01 00:24:00 +02:00 |
iq.rs
|
iq: Add helper constructors.
|
2018-05-16 14:49:00 +02:00 |
jingle.rs
|
macros: Merge generate_element_with_children!() into generate_element!().
|
2018-05-28 16:45:13 +02:00 |
jingle_ft.rs
|
macros: Merge generate_element_with_children!() into generate_element!().
|
2018-05-28 16:45:13 +02:00 |
jingle_ibb.rs
|
jingle_ibb: Add documentation.
|
2018-07-02 13:51:36 +02:00 |
jingle_message.rs
|
Use check_no_children!() where it makes sense.
|
2018-05-14 16:33:47 +02:00 |
jingle_s5b.rs
|
jingle_s5b: Strenghten the types used by the payloads.
|
2018-05-28 17:27:21 +02:00 |
lib.rs
|
bookmarks: Add an implementation of XEP-0048.
|
2018-05-29 15:04:16 +02:00 |
macros.rs
|
ibb: Add documentation.
|
2018-07-02 13:47:32 +02:00 |
mam.rs
|
macros: Merge generate_element_with_children!() into generate_element!().
|
2018-05-28 16:45:13 +02:00 |
media_element.rs
|
macros: Merge generate_element_with_children!() into generate_element!().
|
2018-05-28 16:45:13 +02:00 |
message.rs
|
Use check_no_children!() where it makes sense.
|
2018-05-14 16:33:47 +02:00 |
message_correct.rs
|
message_correct: Document this module.
|
2018-08-01 00:27:48 +02:00 |
mood.rs
|
mood: Add support for the <text/> element.
|
2018-05-14 17:32:15 +02:00 |
nick.rs
|
nick: Deny missing docs.
|
2018-07-31 22:08:28 +02:00 |
ns.rs
|
bookmarks: Add an implementation of XEP-0048.
|
2018-05-29 15:04:16 +02:00 |
ping.rs
|
ping: Document this module.
|
2018-07-31 23:09:53 +02:00 |
presence.rs
|
Use check_no_children!() where it makes sense.
|
2018-05-14 16:33:47 +02:00 |
receipts.rs
|
macros: Rename generate_element_with_only_attributes!() into generate_element!().
|
2018-05-28 16:42:35 +02:00 |
roster.rs
|
roster: Finish to document this module.
|
2018-07-31 23:47:55 +02:00 |
rsm.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
sasl.rs
|
macros: Remove use requirement on ns.
|
2018-05-14 16:30:28 +02:00 |
sm.rs
|
macros: Merge generate_element_with_children!() into generate_element!().
|
2018-05-28 16:45:13 +02:00 |
stanza_error.rs
|
Use check_no_children!() where it makes sense.
|
2018-05-14 16:33:47 +02:00 |
stanza_id.rs
|
stanza_id: Document this module.
|
2018-08-01 00:16:59 +02:00 |
stream.rs
|
macros: Rename generate_element_with_only_attributes!() into generate_element!().
|
2018-05-28 16:42:35 +02:00 |
version.rs
|
version: Split in query/response and document them.
|
2018-07-31 23:06:49 +02:00 |
websocket.rs
|
macros: Rename generate_element_with_only_attributes!() into generate_element!().
|
2018-05-28 16:42:35 +02:00 |