Differences From Artifact [aed6ade7ee]:
- File src/Makefile — part of check-in [28c341cb47] at 2011-02-16 19:32:39 on branch trunk — Use one file per class. (user: js, size: 129) [annotate] [blame] [check-ins using] [more...]
To Artifact [2d3658b273]:
- File
src/Makefile
— part of check-in
[6a3b0a9988]
at
2011-02-21 03:09:39
on branch trunk
— Add SCRAM-SHA-1 support
This adds the new base class XMPPAuthenticator and the derived
classes XMPPSCRAMAuth and XMPPPLAINAuth.
They are now used for authentication from within XMPPConnection.Also adds XMPPAuthFailedException which is thrown in appropriate places. (user: florob@babelmonkeys.de, size: 136) [annotate] [blame] [check-ins using]
1 2 | all: objfw-compile -Wall --lib 0.0 -o objxmpp *.m \ | | | 1 2 3 4 5 6 | all: objfw-compile -Wall --lib 0.0 -o objxmpp *.m \ `pkg-config --cflags --libs libidn libbsd` clean: rm -f *.o *.so *.dylib *.dll |