# File lib/core/connection.rb, line 54
    def user()
      Cproton.pn_connection_get_user(impl) or (connection.transport && connection.transport.user)
    end