Summary: | Emit StreamError(..., Codec_Negotiation_Failed, ..) in more cases | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Will Thompson <will> |
Component: | gabble | Assignee: | Eitan Isaacson <eitan.isaacson> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://git.collabora.co.uk/?p=user/eitan/telepathy-gabble.git;a=shortlog;h=refs/heads/more-stream-errors | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Will Thompson
2009-11-05 02:16:25 UTC
This branch has all the aforementioned behavior implemented. Empathy is happy. I will make sure all tests pass and write new tests tomorrow. OK! Passes all tests. Still need to actually write tests for the added features, but the actual code is ready for review. OK! Tests added. They might be a tad excessive. I started adding assertions to existing tests, that might be the way to go. trivia (don't have to be fixed for a merge): http://git.collabora.co.uk/?p=user/eitan/telepathy-gabble.git;a=commitdiff;h=ace3ba397ca79e4b78a2cf211fd89079f2142a3a misc indentation change in first chunk -- http://git.collabora.co.uk/?p=user/eitan/telepathy-gabble.git;a=commitdiff;h=ce3d6bec79e2db2f8e225e5af3881e74cc33a405 can use g_str_equal rather then !tp_strdiff since txt is guaranteed not-NULL ---- trivia: switch (…) { not sure these switch()es are in house style, but check up on that, I think the { should be on the next line ---- (In reply to comment #4) > trivia (don't have to be fixed for a merge): > > http://git.collabora.co.uk/?p=user/eitan/telepathy-gabble.git;a=commitdiff;h=ace3ba397ca79e4b78a2cf211fd89079f2142a3a > > misc indentation change in first chunk Fixed styling, e5c82a9 > > -- > > http://git.collabora.co.uk/?p=user/eitan/telepathy-gabble.git;a=commitdiff;h=ce3d6bec79e2db2f8e225e5af3881e74cc33a405 > > can use g_str_equal rather then !tp_strdiff since txt is guaranteed not-NULL > Using a GEnum mapping instead, as peeps said on #telepathy, 0dea816 > ---- > > trivia: > > switch (…) { > > not sure these switch()es are in house style, but check up on that, > I think the { should be on the next line Yeah, you are right about it. e5c82a9 Vivek gives his thumbs up. Merged. |
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.