Differences From Artifact [3f14c4e76b]:
- File test.m — part of check-in [109b15316d] at 2011-02-10 02:54:08 on branch trunk — Add stanza classes XMPPStanza, XMPPIQ, XMPPMessage and XMPPPresence (user: florob@babelmonkeys.de, size: 2338) [annotate] [blame] [check-ins using]
- File tests/test.m — part of check-in [2e7a482ea5] at 2011-02-11 01:06:53 on branch trunk — Add a basic folder structure (user: florob@babelmonkeys.de, size: 2338) [annotate] [blame] [check-ins using]
To Artifact [2270757ce5]:
- File tests/test.m — part of check-in [ca4f45a402] at 2011-02-16 19:23:53 on branch trunk — Make it compile. (user: js, size: 2340) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 | + + | #include <assert.h> #import <ObjFW/ObjFW.h> #import "XMPPConnection.h" #import "XMPPStanza.h" @interface AppDelegate: OFObject { XMPPConnection *conn; } |
︙ |