So I am writing an app that allows users and employees to chat with each other in some sort of an instant messenger interface. I am using the web2py authentication for users and I added extra fields for the employees and created a separated authentication system for both of them however they use the same auth table.
Now I haven't gotten to this part yet but eventually I would need to find some sort of an open source chat application for web2py and integrate it with my app so that the user and the employee can talk to each other. My question is, to integrate it with a chat application to work for the users and employees would I need to have the users and employees stored in separate tables? Should I create a separate table for the employees? Also if someone could suggest a chat application that could serve this purpose and could be integrated with a web2py app that would be great. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

