|
|
2018-05-12 18:31:11 +02:00 |
| .. |
|
muc
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
pubsub
|
Split out DateTime parsing into its own module (implement XEP-0082).
|
2017-10-31 19:41:45 +00:00 |
|
attention.rs
|
lib, ping, attention: Add a macro for singleton elements.
|
2017-10-10 17:53:25 +01:00 |
|
bind.rs
|
bind: Switch to an enum, only three options are possible.
|
2018-02-23 12:38:40 +01:00 |
|
blocking.rs
|
blocking: Merge get_children_items into the try_from.
|
2017-10-31 18:53:51 +00:00 |
|
caps.rs
|
caps: Do the same fixes, unbreak blake2 and simplify code.
|
2017-11-15 23:16:37 +00:00 |
|
chatstates.rs
|
chatstates: Generate ChatState automatically.
|
2017-11-24 04:27:35 +00:00 |
|
compare_elements.rs
|
compare_elements: Add missing license notice.
|
2017-08-27 01:32:15 +01:00 |
|
component.rs
|
component: Add constructors.
|
2018-03-01 17:32:50 +01:00 |
|
data_forms.rs
|
data_forms: Simplify serialisation using .map().
|
2017-10-31 23:33:34 +00:00 |
|
date.rs
|
Split out DateTime parsing into its own module (implement XEP-0082).
|
2017-10-31 19:41:45 +00:00 |
|
delay.rs
|
delay: Use the new helper macro.
|
2017-11-23 16:19:24 +00:00 |
|
disco.rs
|
helpers, disco: Parse children based on their name and namespace.
|
2017-11-23 16:32:18 +00:00 |
|
ecaps2.rs
|
ecaps2: Use the digest() facility to simplify hashing.
|
2017-11-15 23:15:12 +00:00 |
|
eme.rs
|
eme: Restore docstrings.
|
2017-11-01 00:24:23 +00:00 |
|
error.rs
|
jingle_s5b: Make Candidate.host an IpAddr instead of a String.
|
2018-05-04 21:19:40 +02:00 |
|
forwarding.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
hashes.rs
|
hashes: Add two constructors.
|
2018-05-04 19:10:04 +02:00 |
|
helpers.rs
|
media_element: Simplify parsing of URI.
|
2017-11-24 04:46:08 +00:00 |
|
ibb.rs
|
Move Base64 codec into a helper module.
|
2017-11-23 16:00:47 +00:00 |
|
ibr.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
idle.rs
|
Split out DateTime parsing into its own module (implement XEP-0082).
|
2017-10-31 19:41:45 +00:00 |
|
iq.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
jingle.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
jingle_ft.rs
|
jingle_ft: Add constructors and setters.
|
2018-05-04 19:10:45 +02:00 |
|
jingle_ibb.rs
|
Add a generate_element_with_only_attributes macro, and use it wherever it makes sense.
|
2017-10-31 17:58:11 +00:00 |
|
jingle_message.rs
|
jingle_message, muc, presence, version: Always use the check_no_attributes macro.
|
2018-05-12 17:59:04 +02:00 |
|
jingle_s5b.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
lib.rs
|
Add a component handshake parser.
|
2018-03-01 10:57:01 +01:00 |
|
macros.rs
|
lib, ns, error, macros: Update the copyright year.
|
2018-03-01 10:01:35 +01:00 |
|
mam.rs
|
mam: Bump jid to 0.3.1, to serialise it directly to a text node.
|
2017-10-31 22:21:27 +00:00 |
|
media_element.rs
|
media_element: Simplify parsing of MediaElement.
|
2017-11-24 04:48:31 +00:00 |
|
message.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
message_correct.rs
|
Add a generate_element_with_only_attributes macro, and use it wherever it makes sense.
|
2017-10-31 17:58:11 +00:00 |
|
mood.rs
|
Add a mood parser and serialiser.
|
2017-11-24 05:20:36 +00:00 |
|
ns.rs
|
Add a component handshake parser.
|
2018-03-01 10:57:01 +01:00 |
|
ping.rs
|
ping: Add a serialise test.
|
2017-10-31 17:57:49 +00:00 |
|
presence.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
receipts.rs
|
Add a generate_element_with_only_attributes macro, and use it wherever it makes sense.
|
2017-10-31 17:58:11 +00:00 |
|
roster.rs
|
roster: Simplify parsing of Item.
|
2017-11-24 05:09:25 +00:00 |
|
rsm.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
sasl.rs
|
Add a SASL parser.
|
2018-02-20 17:01:12 +01:00 |
|
stanza_error.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
stanza_id.rs
|
Add a generate_element_with_only_attributes macro, and use it wherever it makes sense.
|
2017-10-31 17:58:11 +00:00 |
|
stream.rs
|
Add a <stream:stream> parser.
|
2018-03-01 10:08:30 +01:00 |
|
version.rs
|
Use check_self!() where it makes sense.
|
2018-05-12 18:31:11 +02:00 |
|
websocket.rs
|
Add a WebSocket <open/> parser.
|
2018-02-20 16:20:45 +01:00 |