22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
XMPPMessage.m \
XMPPMulticastDelegate.m \
XMPPPLAINAuth.m \
XMPPPresence.m \
XMPPRoster.m \
XMPPRosterItem.m \
XMPPSCRAMAuth.m \
XMPPSRVLookup.m \
XMPPStanza.m \
XMPPStreamManagement.m \
XMPPXMLElementBuilder.m
INCLUDES = ${SRCS:.m=.h} \
namespaces.h \
ObjXMPP.h \
|
<
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
XMPPMessage.m \
XMPPMulticastDelegate.m \
XMPPPLAINAuth.m \
XMPPPresence.m \
XMPPRoster.m \
XMPPRosterItem.m \
XMPPSCRAMAuth.m \
XMPPStanza.m \
XMPPStreamManagement.m \
XMPPXMLElementBuilder.m
INCLUDES = ${SRCS:.m=.h} \
namespaces.h \
ObjXMPP.h \
|