conversations-classic/src/main/java/eu/siacs/conversations/xmpp/jingle/stanzas
Daniel Gultsch 7bcb29c482 be more liberal in 0167 payload-type parameter parsing
some implementations will transform the following SDP coming from Firefox

m=audio 12346 RTP/AVP 101
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15

to

<payload-type channels="1" name="telephone-event" clockrate="8000" id="101">
  <parameter value="0-15" xmlns="urn:xmpp:jingle:apps:rtp:1"/>
</payload-type>

While a missing name attribute is not legal according to the XEP; and 0-15 are
technically not just one value the following commit will accept it if there is
just one paramater.
2020-06-17 21:15:12 +02:00
..
Content.java create stub objects for most of what’s in description and transport 2020-04-20 15:57:30 +02:00
FileTransferDescription.java create 'Description' object 2020-04-20 15:57:29 +02:00
GenericDescription.java refactor jingle code to use objects for TransportInfo 2020-04-20 15:57:29 +02:00
GenericTransportInfo.java refactor jingle code to use objects for TransportInfo 2020-04-20 15:57:29 +02:00
Group.java parse sdp to jingle (yet w/o transport) 2020-04-20 15:57:30 +02:00
IbbTransportInfo.java refactor jingle code to use objects for TransportInfo 2020-04-20 15:57:29 +02:00
IceUdpTransportInfo.java lower case protocol; we have seen upper case in the wild for some reason 2020-05-01 20:15:09 +02:00
JinglePacket.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
Propose.java parse media from session proposal 2020-04-20 15:57:30 +02:00
Reason.java use more approriate reason when failing because of parse errors 2020-04-20 15:57:30 +02:00
RtpDescription.java be more liberal in 0167 payload-type parameter parsing 2020-06-17 21:15:12 +02:00
S5BTransportInfo.java refactor jingle code to use objects for TransportInfo 2020-04-20 15:57:29 +02:00