aboutsummaryrefslogtreecommitdiffstats
path: root/library/ajaxchat/chat/lib/class
Commit message (Collapse)AuthorAgeFilesLines
* In order to provide ajax chat accessible by remote visitors (xchans), we ↵friendica2014-01-271-5/+5
| | | | need to remove any core assumptions that userID is an int (which is a common centralised site assumption). Additionally we won't be able to provide guest logins, as this also assumes integer ID's; so that ability needs to be disabled by configuration.
* add ajaxchat library - needs a lot of integration work to handle ↵friendica2014-01-1815-0/+4614
decentralisation (e.g. chatroom@website) and zotid w/permissions (e.g. ACL controlled chatrooms); we can also rip out a lot of stuff we don't need.