2009/8/7 Iñaki Baz Castillo ibc@aliax.net:
This means that the receipt of the request (my softphone) should also allow XMPP URI to display the From. Since no RFC states it, why should my softphone implement it?
Because RFC 3261 defines it:
From = ( "From" / "f" ) HCOLON from-spec from-spec = ( name-addr / addr-spec ) *( SEMI from-param ) addr-spec = SIP-URI / SIPS-URI / absoluteURI ^^^^^^^^^^^^^^
Yes, I know. However I would like to know how many implementations would accept it and don't reject the request :(
Also, please suggest me what would be the content of $fu, $fU, $fd in the following cases:
a) From: xmpp:oej@edvina.net;tag=1234567
b) From: http://mi-web-interface.example.org/ohyeah?user=alice&service=cool;tag=123123
c) From: mailto:bob@domain.org;tag=12234234
:)