addressable_uri_schemes


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.23.1" ) ]
public string[] addressable_uri_schemes { get; }

A non-%NULL GStrv of URI schemes supported by this protocol.

If this protocol does not support addressing contacts by URI, the list is empty.

For instance, a SIP connection manager that supports calling contacts by SIP URI (sip:alice@example.com, sips:bob@example.com) or telephone number (tel:+1-555-0123) might have { "sip", "sips", "tel", NULL }.