Rename XMPPJSONFileStorage to XMPPFileStorage.

It uses BinaryPack instead of JSON now.
This commit is contained in:
Jonathan Schleifer 2013-02-22 00:46:03 +01:00
parent d80dbedd1b
commit 005771ec2e
6 changed files with 19 additions and 17 deletions

View file

@ -14,7 +14,7 @@ SRCS = XMPPAuthenticator.m \
XMPPEXTERNALAuth.m \
XMPPIQ.m \
XMPPJID.m \
XMPPJSONFileStorage.m \
XMPPFileStorage.m \
XMPPMessage.m \
XMPPMulticastDelegate.m \
XMPPPLAINAuth.m \