Revision 8edc9de0

b/ncclient/transport/session.py
226 226
    def build(capabilities):
227 227
        "Given a list of capability URI's returns <hello> message XML string"
228 228
        spec = {
229
            'tag': content.qualify('hello'),
229
            'tag': 'hello',
230
            'attrib': {'xmlns': content.BASE_NS},
230 231
            'subtree': [{
231 232
                'tag': 'capabilities',
232 233
                'subtree': # this is fun :-)

Also available in: Unified diff