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.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 <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
10     <capabilities>
11         <capability>urn:ietf:params:netconf:base:1.1</capability>
12     </capabilities>
13 </hello>