Comments and PIs are not allowed in XMPP -> throw an exception.

This commit is contained in:
Jonathan Schleifer 2012-02-03 15:35:28 +01:00
parent 33969934b2
commit 066a1644f0
4 changed files with 76 additions and 6 deletions

View file

@ -20,7 +20,8 @@ SRCS = XMPPAuthenticator.m \
XMPPRosterItem.m \
XMPPSCRAMAuth.m \
XMPPSRVLookup.m \
XMPPStanza.m
XMPPStanza.m \
XMPPXMLElementBuilder.m
INCLUDES = ${SRCS:.m=.h} \
namespaces.h \