1{* $Id$ *}
2<form action="tiki-admin.php?page=rtc" method="post" class="admin">
3	{ticket}
4	<div class="t_navbar mb-4 clearfix">
5		{button href="tiki-admingroups.php" _class="btn-link tips" _type="text" _icon_name="group" _text="{tr}Groups{/tr}" _title=":{tr}Group Administration{/tr}"}
6		{button href="tiki-adminusers.php" _class="btn-link tips" _type="text" _icon_name="user" _text="{tr}Users{/tr}" _title=":{tr}User Administration{/tr}"}
7		{permission_link addclass="btn btn-link" _type="text" mode=text label="{tr}Permissions{/tr}"}
8		<a href="{service controller=managestream action=list}" class="btn btn-link tips">{tr}Activity Rules{/tr}</a>
9		{include file='admin/include_apply_top.tpl'}
10	</div>
11	{tabset name="admin_rtc"}
12		{tab name="{tr}BigBlueButton{/tr}"}
13			<br>
14			{preference name=bigbluebutton_feature}
15			<div class="adminoptionboxchild" id="bigbluebutton_feature_childcontainer">
16				{preference name=bigbluebutton_server_location}
17				{preference name=bigbluebutton_server_salt}
18				{preference name=bigbluebutton_recording_max_duration}
19				{preference name=wikiplugin_bigbluebutton}
20			</div>
21		{/tab}
22		{tab name="XMPP"}
23			<h2>XMPP</h2>
24			{preference name=xmpp_feature}
25			<div class="adminoptionboxchild" id="xmpp_feature_childcontainer">
26				{preference name=xmpp_server_host}
27				{preference name=xmpp_server_http_bind}
28				{preference name=xmpp_muc_component_domain}
29				{preference name=xmpp_auth_method}
30				{preference name=xmpp_openfire_rest_api}
31				{preference name=xmpp_openfire_rest_api_username}
32				{preference name=xmpp_openfire_rest_api_password}
33				{preference name=xmpp_conversejs_debug}
34				{preference name=xmpp_conversejs_init_json}
35			</div>
36		{/tab}
37	{/tabset}
38	{include file='admin/include_apply_bottom.tpl'}
39</form>
40