summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-01roster-test: test the remote-pending signalsubscriptionJonny Lamb1-0/+148
2009-09-01roster: keep a list of remote pending contacts and signal for each new oneJonny Lamb1-5/+70
2009-09-01roster-test: test wocky_roster_contact_decline_asyncJonny Lamb1-0/+120
2009-09-01roster: add wocky_roster_contact_decline_asyncJonny Lamb2-0/+65
2009-09-01roster: rename ApproveData and approve_cb to be suitable for decline tooJonny Lamb1-8/+8
2009-09-01roster: always assume we can support googleJonny Lamb1-10/+5
2009-09-01namespaces: add WOCKY_GOOGLE_NS_ROSTERJonny Lamb1-0/+3
2009-09-01roster: add a couple of TODOs and allow further handlers if we're ignoring th...Jonny Lamb1-1/+4
2009-09-01roster: disconnect from handling presence stanzas on disposeJonny Lamb1-0/+6
2009-09-01roster: allow a missing 'to' attribute in an incoming subscription requestJonny Lamb1-4/+2
2009-09-01roster-test: test wocky_roster_get_subscription_requestsJonny Lamb1-0/+58
2009-09-01roster: add wocky_roster_get_subscription_requestsJonny Lamb2-0/+10
2009-09-01roster-test: test wocky_roster_contact_approve_asyncJonny Lamb1-1/+69
2009-09-01roster: add wocky_roster_contact_approve_asyncJonny Lamb2-0/+103
2009-09-01roster: use the contact factory to ensure a bare contactJonny Lamb1-3/+6
2009-09-01roster: pass a WockyBareContact in the subscribe-request signalJonny Lamb2-8/+43
2009-09-01roster-test: make sure subscribe-request is emitted when appropriateJonny Lamb1-0/+49
2009-09-01roster: signal subscribe-request when someone sends a subscription requestJonny Lamb1-0/+37
2009-09-01roster-test: add wocky_roster_contact_subscribe_async testJonny Lamb1-0/+112
2009-08-31roster: add wocky_roster_contact_subscribe_asyncJonny Lamb2-0/+83
2009-08-31codegen: only touch wocky-signals-marshal.list if it's actually changedJonny Lamb1-2/+1
2009-08-28contact-factory: fire signal when contacts are addedGuillaume Desmottes2-2/+48
2009-08-28Create the contact factory in the porter instead of the rosterGuillaume Desmottes2-5/+26
2009-08-28wocky-docs.sgml: add WockyResourceContact and WockyContactFactoryGuillaume Desmottes1-0/+2
2009-08-28add missing symbols to wocky-sections.txtGuillaume Desmottes1-0/+39
2009-08-28run wocky-connector-test last as it takes the age of the universe to runGuillaume Desmottes1-2/+2
2009-08-28don't assert if both contacts are NULL in equal functionsGuillaume Desmottes2-4/+0
2009-08-28merge resource_contact_disposed_cb and bare_contact_disposed_cb togetherGuillaume Desmottes1-20/+13
2009-08-28wocky_contact_factory_ensure_resource_contact: associate the new resource wit...Guillaume Desmottes2-3/+13
2009-08-28test wocky_bare_contact_get_resources and wocky_bare_contact_add_resourceGuillaume Desmottes1-0/+44
2009-08-28bare-contact: keep a list of the WockyResourceContact associated with this ba...Guillaume Desmottes2-2/+50
2009-08-28test wocky_contact_factory_lookup_resource_contactGuillaume Desmottes1-0/+21
2009-08-28add wocky_contact_factory_lookup_resource_contactGuillaume Desmottes2-0/+13
2009-08-28roster: use the contact factory to create bare contactsGuillaume Desmottes2-6/+14
2009-08-28test wocky_contact_factory_ensure_resource_contactGuillaume Desmottes1-0/+34
2009-08-28test wocky_resource_contact_equalGuillaume Desmottes1-0/+29
2009-08-28add wocky_resource_contact_equalGuillaume Desmottes2-0/+20
2009-08-28add wocky_contact_factory_ensure_resource_contactGuillaume Desmottes2-0/+60
2009-08-28fix wocky_contact_factory_lookup_bare_contact styleGuillaume Desmottes1-2/+1
2009-08-28test wocky_contact_factory_lookup_bare_contactGuillaume Desmottes1-0/+28
2009-08-28add wocky_contact_factory_lookup_bare_contactGuillaume Desmottes2-0/+14
2009-08-28contact-factory: keep a weak ref on bare contact objectsGuillaume Desmottes1-4/+30
2009-08-28test wocky_contact_factory_ensure_bare_contactGuillaume Desmottes1-0/+22
2009-08-28add wocky_contact_factory_ensure_bare_contactGuillaume Desmottes2-1/+24
2009-08-28add wocky_bare_contact_newGuillaume Desmottes3-1/+15
2009-08-28add wocky-contact-factory-test.cGuillaume Desmottes3-1/+43
2009-08-28add wocky-contact-factory.[ch]Guillaume Desmottes3-1/+233
2009-08-28add and test wocky_resource_contact_get_bare_contactGuillaume Desmottes3-0/+31
2009-08-28add and test wocky_resource_contact_get_resourceGuillaume Desmottes3-0/+31
2009-08-28add wocky-resource-contact-test.cGuillaume Desmottes3-1/+61