Closed 0x64746b closed 12 years ago
It seems to be sending them though, since I saw one in another client a few commits ago
[x] confirmed with https://github.com/0x64746b/TeamMeet/tree/maps_fragment rebased against https://github.com/0x64746b/TeamMeet/tree/fix_npe_on_contact_sorting
Actually, I currently have a setup where invitations are sent, received and notified; clicking on the notification just doesn't do/log anything, though duh -.-
right now it looks like RosterActivity::handleIntent()
isn't triggered by clicking the notification. This should happen after the RosterActivity
was rebound to the XMPPService
onResume()
, but that doesn't seem to be triggered :/
Probably doesn't help that there are no IInvitationHandlers
registered? -.-
Currently it works pretty reliable in both directions. I don't get it o.O gn8.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
This one seems to cry Race Condition :( -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iEYEAREIAAYFAlBpWdoACgkQCMaHFbmprfozFwCfUZw/Ox66sFNydeXwbhXqS13C 1dQAnRfUDh6fTNwsfCQNkoAsykDO65S0 =TGnf -----END PGP SIGNATURE-----
TeamMeet
doesn't indicate when a new invitation has been received. It seems to be sending them though, since I saw one in another client a few commits ago ;)Needs debugging.