summaryrefslogtreecommitdiff
path: root/tests/twisted/roster
AgeCommit message (Expand)AuthorFilesLines
2012-02-23groups.py: test RenameGroup()Guillaume Desmottes1-0/+31
2012-02-23groups.py: factor out send_roster_push()Guillaume Desmottes1-23/+13
2012-02-23groups.py: factor out parse_roster_change_request()Guillaume Desmottes1-17/+15
2011-11-15Merge branch 'telepathy-gabble-0.12' into telepathy-gabble-0.14Will Thompson1-2/+73
2011-11-15add case for "cancel subscription" to test_local_pendingCosimo Alfarano1-0/+29
2011-11-15expect MembersChanged AND ContactsChanged on sub-requestCosimo Alfarano1-4/+10
2011-11-15fix comment: Alice is just requesting subscriptionCosimo Alfarano1-1/+1
2011-11-15Remove useless symbol in test_local_pendingCosimo Alfarano1-1/+0
2011-11-15Roster: don't hide local pending contacts from storedMarco Barisione1-2/+39
2011-10-31Merge branch 'telepathy-gabble-0.12'Will Thompson1-0/+5
2011-10-31roster: ignore multiple replies to roster query.Will Thompson1-0/+5
2011-10-26actually implement ContactBlocking interfaceGuillaume Desmottes1-3/+10
2011-10-26Advertise ContactBlocking if supportedGuillaume Desmottes1-0/+3
2011-09-21Rename test-initial-aliases to match MakefileWill Thompson1-0/+0
2011-09-16roster: emit a single signal for all the aliases updated at the same timeMarco Barisione1-0/+56
2011-06-28Aliasing: handle SetAlias({contact: ''}) betterWill Thompson1-2/+44
2011-06-28test-save-alias-to-roster: ack and echo roster pushesWill Thompson1-14/+17
2011-06-21Look for better aliases if roster says name=jid.Will Thompson1-1/+29
2011-06-21Ignore empty name='' attributes on the roster.Will Thompson1-15/+47
2011-06-21test-save-alias-to-roster: use contact list fetching helperWill Thompson1-11/+4
2011-06-21test-save-alias-to-roster: expect AddMembers to returnWill Thompson1-2/+1
2011-03-10Roster: respond to malicious pushes we drop.Will Thompson2-0/+58
2011-03-10roster: test handling pushes without id='' attribute.Will Thompson1-0/+47
2011-01-11gabbletest.py: automatically connect connectionsJonny Lamb13-28/+1
2010-11-30Don't assume that AddMembers/RemoveMembers on a ContactList channel returns i...Simon McVittie6-24/+25
2010-09-03Extend test-roster-subscribe to cover the cases where Bob removes usSimon McVittie1-44/+125
2010-09-03test-roster-subscribe: be more realistic about server responsesSimon McVittie1-1/+13
2010-09-03roster/authorize.py: test removal of publish permissionSimon McVittie1-1/+55
2010-09-03roster/test-roster-subscribe: test removal of a full member of subscribeSimon McVittie1-2/+73
2010-09-02roster/test-roster-subscribe.py: assert that no-op unsubscriptions have no ef...Simon McVittie1-0/+6
2010-09-02test-roster-subscribe: assert that we don't send useless subscribe requestsSimon McVittie1-0/+17
2010-09-02roster/test-roster-subscribe.py: exercise repeated subscription requestsSimon McVittie1-33/+36
2010-09-02roster/authorize.py: also exercise declining an authorization requestSimon McVittie1-5/+43
2010-09-01roster/test-roster-subscribe.py: expect RequestSubscription to returnSimon McVittie1-4/+8
2010-09-01Extend coverage of roster/authorize.py to cover no-op changesSimon McVittie1-3/+48
2010-09-01roster/authorize.py: test acknowledging remote removal with RemoveContactsSimon McVittie1-5/+12
2010-09-01GabbleRoster: consider removing contacts when clearing publishSimon McVittie1-7/+3
2010-08-26roster/groups.py: make it clearer that the result of GetContactAttributes is ...Simon McVittie1-0/+10
2010-08-26roster/authorize: also test the old equivalents of all possible API callsSimon McVittie1-9/+30
2010-08-26Make pyflakes happy with roster tests: remove unused variablesSimon McVittie5-14/+12
2010-08-26Make pyflakes happy with roster tests: remove unused importsSimon McVittie8-26/+6
2010-08-26roster/removed-from-rp-subscribe.py: also exercise the old API againSimon McVittie1-13/+38
2010-08-03roster/authorize: improve test coverageSimon McVittie1-2/+34
2010-08-03test-roster-item-deletion: factor out send_roster_iq (and call it send_roster...Simon McVittie1-12/+3
2010-08-03Test receiving subscription requests and authorizing presence publicationSimon McVittie1-0/+119
2010-08-03GabbleRoster: don't do lots of work to aggregate contacts' group changesSimon McVittie1-10/+5
2010-08-03Add a test for pre-roster edits being rejectedSimon McVittie1-0/+137
2010-08-03roster/groups.py: add an extra sanity checkSimon McVittie1-0/+11
2010-08-03roster/groups.py: test removing a group and having the change not "stick"Simon McVittie1-33/+65
2010-08-03test RemoveGroupSimon McVittie1-0/+32