Bug 26323 - expects ufrag and pwd attribues on raw UDP <transport/> that only make sense in ICE
Summary: expects ufrag and pwd attribues on raw UDP <transport/> that only make sense ...
Status: NEW
Alias: None
Product: Telepathy
Classification: Unclassified
Component: fargo (show other bugs)
Version: git master
Hardware: Other All
: low minor
Assignee: David Laban
QA Contact: Simon McVittie
URL:
Whiteboard: later
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-29 10:13 UTC by Simon McVittie
Modified: 2010-02-02 03:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.