xmpp_client/src/main/java/eu/siacs/conversations
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
..
android switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
crypto fix scram crash for broken metronome servers 2020-05-27 13:53:28 +02:00
entities fixed concurrent modification when displaying read markers 2020-06-14 19:09:55 +02:00
generator use escaped jid for invites 2020-05-21 08:41:04 +02:00
http use Account.getDomain() for direct access to domain jid 2020-05-17 10:24:46 +02:00
parser parse jmi proposals from MAM reloads. fixes #3778 2020-06-14 10:34:40 +02:00
persistance recover if attachImage can’t generate scalled down version of image. fixes #3773 2020-06-09 21:08:27 +02:00
services Leave the incoming call notification category as CATEGORY_CALL (#3792) 2020-06-16 19:07:01 +00:00
ui clear pending photo uri only when also clearing activity result 2020-06-17 17:58:25 +02:00
utils fix regression for fixed domain 2020-06-14 11:28:25 +02:00
xml switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
xmpp be more liberal in 0167 payload-type parameter parsing 2020-06-17 21:15:12 +02:00
Config.java rework quicksy domain checks 2020-06-13 08:26:32 +02:00