NETCONF-539: use netconf namespace in base:1.1 capability check
[netconf.git] / netconf / netconf-netty-util / src / test / resources / netconf539 / client_hello_1.1_ns.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2018 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9 <nc:hello xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
10     <nc:capabilities>
11         <nc:capability>urn:ietf:params:netconf:base:1.1</nc:capability>
12     </nc:capabilities>
13 </nc:hello>