Add XMPPStorage and XMPPJSONFileStorage.

This commit is contained in:
Jonathan Schleifer 2012-02-06 12:40:00 +01:00
parent 4a02854dec
commit 640fdb7da8
5 changed files with 332 additions and 1 deletions

View file

@ -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