# File lib/core/connection.rb, line 79
    def offered_capabilities
      # Provide capabilities consistently as an array, even if encoded as a single symbol
      Codec::Data.to_multiple(Cproton.pn_connection_remote_offered_capabilities(@impl))
    end