- Brings TransportManagers up into the protocol.media package so that we could eventually use them in SIP too
- Brings TransportManagers up into the protocol.media package so that we could eventually use them in SIP too
- A little bit of cleaning in Jabber's RawUdpTransportManager
- Fixes an issue with the determination of the next hop
- Resolves an issue with stream closing
- Debugging a call establishment issue
- Debugging a call establishment issue
- Outgoing calls: media streams are now only initiated after we get the session-accept
- Intermediate debugging commit
- Intermediate debugging commit
- Intermediate debugging commit
- Intermediate debugging commit
- Intermediate debugging commit
- Intermediate debugging commit
- Improves support for Jingle with RAW UDP.
- Improves support for Jingle with RAW UDP.
- Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in the XML backend of the ConfigurationService implementation in order to allow storing properties with names not limited to valid XML element names. The functionality is implemented in order to allow EntityCapsManager to store Jabber DiscoverInfo (when running the tests) but it turns out that the reconnect plugin also has started trying to store properties with names which are not valid XML element names (which is probably not in the tests, I don't know).