Add capability to register callbacks when sending IQs

This commit is contained in:
Florian Zeitz 2012-01-01 03:42:01 +01:00
parent 7e9672b76f
commit 2f7b349539
5 changed files with 221 additions and 22 deletions

View file

@ -6,6 +6,7 @@ LIB_MINOR = 0
STATIC_LIB = ${OBJXMPP_STATIC_LIB}
SRCS = XMPPAuthenticator.m \
XMPPCallback.m \
XMPPConnection.m \
XMPPExceptions.m \
XMPPIQ.m \