Bug 26323

Summary: expects ufrag and pwd attribues on raw UDP <transport/> that only make sense in ICE
Product: Telepathy Reporter: Simon McVittie <smcv>
Component: fargoAssignee: David Laban <david.laban>
Status: NEW --- QA Contact: Simon McVittie <smcv>
Severity: minor    
Priority: low    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard: later
i915 platform: i915 features:

Description Simon McVittie 2010-01-29 10:13:30 UTC
transports = queryForNodes("/iq/jingle/content/transport[@xmlns='%s']"
                % ns.JINGLE_TRANSPORT_RAW_UDP, stanza)
[...]
        for transport in transports:
[...]
            # FIXME: fd.o#nnnnn: these attributes shouldn't exist in raw UDP
            # anyway, only in ICE-UDP?
            username = transport.getAttribute('ufrag', '')
            password = transport.getAttribute('pwd', '')

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.