Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comportamiento de onSay puede ser confuso #206

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Comportamiento de onSay puede ser confuso #206

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Ahora mismo, si Fulano dice "hola" en la sala donde está Mengano, sucede esto:

1. Se envía un mensaje a la sala que dice: 'NombreDeFulanoParaMostrarAMengano 
dice: "hola"'
2. Mengano mira si ese nombre matchea con algún Mobile de la sala mediante los 
nombres *de referencia*.
3. Si es así, se ejecuta el evento onSay de Mengano, con sujeto Fulano, y 
texto "hola".

Esto tiene el efecto de que si el nombre para mostrar no es tambien un nombre 
de referencia, no funcionan los eventos onSay.

Sería necesario o bien cambiar este comportamiento haciendo que el matching se 
haga contra el nombre para mostrar (aunque no sea costumbre hacer matching 
contra esos nombres), o bien como mínimo documentar bien esto para evitar que 
confunda al usuario.

Original issue reported on code.google.com by komoku on 4 Aug 2011 at 8:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant