It seems that I can't limit access to chats to only authenticated users. I'm not very familiar with D7 permissions, but tried content_access module but didn't seem to work when I set to only authenticated users.

Comments

markwk’s picture

Looks like w'ere missing the hook_node_access for D7: http://api.drupal.org/api/drupal/modules--node--node.api.php/function/ho...

Will post patch soon.

markwk’s picture

Ok. Gone through the module and got the adding users and permissions access fixed for private chats.

I'm still frustrated about which code version to use so probably too big of pain to figure out what to patch or post on.

There are 4 D7 branches. It would be good to get these repos setup so people can contribute.

markwk’s picture

I decided to work from the gsoc2011 branch and working on various fixes. The repo is on github: https://github.com/markwk/chatroom/

I attached a patch with some fixes.

Anonymous’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev