14 #include "jinglecontent.h"
15 #include "jingledescription.h"
16 #include "jingletransport.h"
25 static const char* creatorValues [] = {
35 static const char* sendersValues [] = {
47 const std::string& name,
Creator creator,
48 Senders senders,
const std::string& disposition )
49 : m_description( desc ), m_transport( trans ),
50 m_creator( creator ), m_disposition( disposition ), m_name( name ), m_senders( senders )
65 static const std::string filter =
"content";
74 Tag* t =
new Tag(
"content" );
75 t->
addAttribute(
"creator", util::lookup( m_creator, creatorValues ) );
78 t->
addAttribute(
"senders", util::lookup( m_senders, sendersValues ) );