Implementing Cisco Collaboration Applications (CLICA) — Question 29

Which two child elements can be in an XMPP message stanza? (Choose two.)

Answer options

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.