summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-22MUC: stop sending chat states after <error type=wait>43166-muc-rate-limitWill Thompson2-7/+57
2013-02-22muc/chat-states: fix and uncomment commented chunkWill Thompson1-16/+16
2013-02-22muc/chat-states: tidy up checking message bodiesWill Thompson1-8/+4
2013-02-22muc: test resource-constraint is exposed reasonablyWill Thompson1-0/+10
2013-02-22Test Prosody's MUC's rate limit is exposed correctly nowWill Thompson1-12/+59
2013-02-22Map policy-violation to Send_Error_Permission_DeniedWill Thompson1-0/+1
2013-02-22Update Wocky snapshotWill Thompson2-18/+9
2013-02-22muc-channel: include error message in delivery reportsWill Thompson1-3/+15
2013-02-15muc/send-error: refactorWill Thompson2-27/+50
2013-02-15muc-channel: pass full error into _receiveWill Thompson1-10/+9
2013-02-15muc-channel: pull extracting stanza errors upWill Thompson1-9/+17
2013-02-12tests: don't block on Disconnect() without sending </stream>Will Thompson3-9/+8
2013-01-17NEWS for the Jingle code moving to WockyWill Thompson1-0/+6
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson30-59/+17
2013-01-08Remove reference to GabbleMediaSessionModeWill Thompson1-1/+0
2012-12-13Delete all the Jingle code which moved to WockyWill Thompson24-10143/+3
2012-12-13Update Wocky snapshot to contain Jingle code!Will Thompson1-0/+0
2012-12-11jingle-types: Remove reference to GabbleJingleShareWill Thompson2-1/+1
2012-12-11jingle-transport-iface: fix header commentsWill Thompson2-2/+2
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson58-2471/+2471
2012-12-07Bump nano-version to 0.17.2.1Will Thompson2-1/+6
2012-12-07Version 0.17.2telepathy-gabble-0.17.2Will Thompson2-3/+3
2012-12-07tests: don't crash in verbose mode on unicode in stanzasWill Thompson1-1/+9
2012-12-07NEWS for 0.17.2 to date.Will Thompson1-0/+30
2012-12-06Merge branch 'xep-0184'Will Thompson10-23/+365
2012-12-06Advertise support for message receiptsWill Thompson1-0/+1
2012-12-06Add missing cap for jabber:iq:lastWill Thompson1-0/+1
2012-12-06Test all this receipt stuff.Will Thompson4-0/+200
2012-12-06im-channel: send delivery reports when requested...Will Thompson3-1/+43
2012-12-06roster: obey blocked-ness in gets_presence_from_usWill Thompson1-0/+3
2012-12-06im-channel: clean up obsolete docstringWill Thompson1-7/+1
2012-12-06Support requesting delivery reports when asked to.Will Thompson1-6/+42
2012-12-06Emit delivery reports for XEP-0184 receipts.Will Thompson4-9/+74
2012-12-06Don't crash on <success> after closing auth channel.Will Thompson2-18/+81
2012-12-06tests: add a couple more cases to sasl/abortWill Thompson1-0/+17
2012-12-06Don't crash on <challenge> after closing auth channelWill Thompson2-2/+6
2012-12-06auth-manager: clarify _challenge_async()Will Thompson1-12/+45
2012-12-06auth-manager: propagate failure both up and acrossWill Thompson1-1/+2
2012-12-06auth-manager: rename 'falling_back' field to 'chaining_up'Will Thompson1-5/+8
2012-12-06auth-manager: ensure falling_back is TRUE when we're chaining upWill Thompson1-0/+1
2012-12-06auth-manager: simplify chaining up in _start_auth_async()Will Thompson1-18/+10
2012-12-06auth-manager: save GError from channel when it closesWill Thompson3-5/+13
2012-12-06sasl-channel: stash a GError when Close()dWill Thompson1-3/+23
2012-12-06sasl-channel: stash a GError in more cases.Will Thompson1-18/+25
2012-12-06sasl-channel: split changing state and setting errorsWill Thompson1-14/+18
2012-12-06sasl-channel: don't crash on Abort() then <challenge>Will Thompson2-11/+28
2012-12-06sasl-channel: refactor completing operations to a functionWill Thompson1-45/+43
2012-12-06Add commented-out regression tests for fd.o#52146Will Thompson2-0/+87
2012-12-06sasl/abort: clean up common test codeWill Thompson1-29/+15
2012-12-06sasl/abort.py: clean up invoking test casesWill Thompson1-18/+12