Commit 42ac7fe7 authored by rennoch's avatar rennoch
Browse files

template for users in conf_xml

parent 6360b674
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -852,6 +852,14 @@ group CONFTemplates {
	
	template anyAttributes m_emptyAnyAttributes:={}
	
	template Users_type m_users_1user_full(template User_type p_user):={
		
			state:=full,
		    anyAttributes := m_emptyAnyAttributes,
		    user:={p_user},
		    any_1:=omit
		
	}
	template Conference_info m_ci_cUri_nUsers_userEntity_active(template charstring p_cUri, template unsignedInt p_nUsers, template Users_type p_users ) := {
		entity := p_cUri,
		state := full,