Differences From Artifact [b512794cc3]:
- File src/XMPPConnection.h — part of check-in [150f2fa932] at 2011-02-13 00:36:25 on branch trunk — Add a class for handling JIDs. (user: florob@babelmonkeys.de, size: 1779) [annotate] [blame] [check-ins using]
To Artifact [3f7778add9]:
- File src/XMPPConnection.h — part of check-in [ca4f45a402] at 2011-02-16 19:23:53 on branch trunk — Make it compile. (user: js, size: 1780) [annotate] [blame] [check-ins using]
1 | #import <ObjFW/ObjFW.h> | > | | 1 2 3 4 5 6 7 8 9 10 | #import <ObjFW/ObjFW.h> #import "XMPPJID.h" @class XMPPConnection; @class XMPPIQ; @class XMPPMessage; @class XMPPPresence; @protocol XMPPConnectionDelegate |
︙ | ︙ |