From 724ad4505628d493b43b4f585512d67dc0b4ee76 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 18 Jan 2014 23:49:39 -0800 Subject: add ajaxchat library - needs a lot of integration work to handle 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. --- library/ajaxchat/chat/lib/data/channels.php | 16 ++++++++++++ library/ajaxchat/chat/lib/data/users.php | 40 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 library/ajaxchat/chat/lib/data/channels.php create mode 100644 library/ajaxchat/chat/lib/data/users.php (limited to 'library/ajaxchat/chat/lib/data') diff --git a/library/ajaxchat/chat/lib/data/channels.php b/library/ajaxchat/chat/lib/data/channels.php new file mode 100644 index 000000000..8688e5e7b --- /dev/null +++ b/library/ajaxchat/chat/lib/data/channels.php @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/library/ajaxchat/chat/lib/data/users.php b/library/ajaxchat/chat/lib/data/users.php new file mode 100644 index 000000000..52ca77e50 --- /dev/null +++ b/library/ajaxchat/chat/lib/data/users.php @@ -0,0 +1,40 @@ + \ No newline at end of file -- cgit v1.2.3