From 902c9b158528b03e6e31f8b7f16fa4a5b16f62cd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 31 Jan 2014 20:02:45 -0800 Subject: doc updates --- doc/html/include_2chat_8php.html | 277 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 doc/html/include_2chat_8php.html (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html new file mode 100644 index 000000000..7040528d6 --- /dev/null +++ b/doc/html/include_2chat_8php.html @@ -0,0 +1,277 @@ + + + + + + +The Red Matrix: include/chat.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
chat.php File Reference
+
+
+ + + + + + + + + + + + +

+Functions

 chatroom_create ($channel, $arr)
 
 chatroom_destroy ($channel, $arr)
 
 chatroom_enter ($observer_xchan, $room_id, $status, $client)
 
 chatroom_leave ($observer_xchan, $room_id, $client)
 
 chatroom_list ($uid)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
chatroom_create ( $channel,
 $arr 
)
+
+ +

Referenced by chat_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
chatroom_destroy ( $channel,
 $arr 
)
+
+ +

Referenced by chat_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
chatroom_enter ( $observer_xchan,
 $room_id,
 $status,
 $client 
)
+
+ +

Referenced by chat_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
chatroom_leave ( $observer_xchan,
 $room_id,
 $client 
)
+
+ +

Referenced by chat_content().

+ +
+
+ +
+
+ + + + + + + + +
chatroom_list ( $uid)
+
+ +

Referenced by widget_chatroom_list().

+ +
+
+
+
+ -- cgit v1.2.3 From cdf5e08eb970c58b2d413e4ea9a4042f265259a3 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 May 2014 17:28:46 -0700 Subject: weekly update --- doc/html/include_2chat_8php.html | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html index 7040528d6..24119d8da 100644 --- a/doc/html/include_2chat_8php.html +++ b/doc/html/include_2chat_8php.html @@ -122,8 +122,49 @@ Functions    chatroom_list ($uid)   + chat_message ($uid, $room_id, $xchan, $text) + 

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
chat_message ( $uid,
 $room_id,
 $xchan,
 $text 
)
+
+

create a chat message via API. It is the caller's responsibility to enter the room.

+ +
+
-- cgit v1.2.3 From 5968bc7f8635b476834e7fb71d95800b9c152fdd Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 21 Jun 2014 16:04:00 -0700 Subject: moods not working in other languages + doc updates --- doc/html/include_2chat_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html index 24119d8da..8d38b7e76 100644 --- a/doc/html/include_2chat_8php.html +++ b/doc/html/include_2chat_8php.html @@ -309,7 +309,7 @@ Functions
-

Referenced by widget_chatroom_list().

+

Referenced by nav(), and widget_chatroom_list().

-- cgit v1.2.3