macros: Rename generate_element_with_only_attributes!() into generate_element!().
This commit is contained in:
parent
ef227c4617
commit
9c598fbdf9
16 changed files with 80 additions and 52 deletions
|
|
@ -30,7 +30,8 @@ generate_id!(CandidateId);
|
|||
|
||||
generate_id!(StreamId);
|
||||
|
||||
generate_element_with_only_attributes!(Candidate, "candidate", JINGLE_S5B, [
|
||||
generate_element!(Candidate, "candidate", JINGLE_S5B,
|
||||
attributes: [
|
||||
cid: CandidateId = "cid" => required,
|
||||
host: IpAddr = "host" => required,
|
||||
jid: Jid = "jid" => required,
|
||||
|
|
|
|||
Loading…
Reference in a new issue