vega113 / walkaround

Automatically exported from code.google.com/p/walkaround
Apache License 2.0
0 stars 0 forks source link

Contact List For Adding Participants #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be much nicer if a contact list could be used to add participants with 
a simple click rather than having to type the complete E-Mail-Address.

Spying on the network connections of a wave, I've seen that a call to 
http://<your server>/contacts?from=1&to=101& is made which returns something 
useful. Of course this should only work if you allow walkaround to access your 
contact list.

PS: I really wonder why nobody has requested this yet :)

Original issue reported on code.google.com by patrick....@meetnow.eu on 2 Feb 2012 at 12:01

GoogleCodeExporter commented 9 years ago
Yes, the client already has all your contact data (it uses it to show avatars). 
 The work that needs to be done is just replacing the "add participant" dialog 
with something that makes use of it.

Original comment by oh...@google.com on 2 Feb 2012 at 10:35

GoogleCodeExporter commented 9 years ago
I've been investigating that a bit. Looks like the + button is handled by the 
Apache Wave part of walkaround. Maybe you can monkeypatch that like you did 
with the "Enable user names and pictures" link appearing inside the wave.

Original comment by patrick....@meetnow.eu on 3 Feb 2012 at 3:07

GoogleCodeExporter commented 9 years ago
A better and simpler solution would be to add a hook to the Apache Wave client 
that allows us to pass in our own participant dialog, and make use of that hook 
in Walkaround.java or somewhere around there.

get-third-party-deps already applies a minor walkaround-specific patch to 
Apache Wave, we can add more (temporary) changes there so we are not dependent 
on submitting changes to Apache Wave first.

Original comment by oh...@google.com on 3 Feb 2012 at 11:22