Add XMPPStorage and XMPPJSONFileStorage.
This commit is contained in:
parent
4a02854dec
commit
640fdb7da8
5 changed files with 332 additions and 1 deletions
|
@ -12,6 +12,7 @@ SRCS = XMPPAuthenticator.m \
|
|||
XMPPEXTERNALAuth.m \
|
||||
XMPPIQ.m \
|
||||
XMPPJID.m \
|
||||
XMPPJSONFileStorage.m \
|
||||
XMPPMessage.m \
|
||||
XMPPMulticastDelegate.m \
|
||||
XMPPPLAINAuth.m \
|
||||
|
@ -25,7 +26,8 @@ SRCS = XMPPAuthenticator.m \
|
|||
|
||||
INCLUDES = ${SRCS:.m=.h} \
|
||||
namespaces.h \
|
||||
ObjXMPP.h
|
||||
ObjXMPP.h \
|
||||
XMPPStorage.h
|
||||
|
||||
include ../buildsys.mk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue