Add XMPPContact{,Manager} for tracking contacts

This commit is contained in:
Florian Zeitz 2013-01-27 18:01:08 +01:00
parent e239af4117
commit 9bac8bc19f
6 changed files with 462 additions and 0 deletions

View file

@ -8,6 +8,8 @@ LIB_MINOR = 0
SRCS = XMPPAuthenticator.m \
XMPPCallback.m \
XMPPConnection.m \
XMPPContact.m \
XMPPContactManager.m \
XMPPExceptions.m \
XMPPEXTERNALAuth.m \
XMPPIQ.m \