Implementing Cisco Collaboration Applications (CLICA) — Question 29
Which two child elements can be in an XMPP message stanza? (Choose two.)
Answer options
- A. <server/>
- B. <error/>
- C. <client/>
- D. <body/>
- E. <subject/>
Correct answer: D, E
Explanation
The correct answers are <body/> and <subject/> as they are standard child elements within an XMPP message stanza, used to convey the main content and topic of the message respectively. The other options, <server/> and <client/> are not valid child elements of a message stanza, while <error/> is typically used in responses rather than in standard message stanzas.