Differences From Artifact [a03f952d74]:
- File tests/test.m — part of check-in [8742a0f583] at 2011-03-17 20:36:04 on branch trunk — Improve stanza handling and call delegate for iq, message and presence. (user: js, size: 4338) [annotate] [blame] [check-ins using]
To Artifact [ddd6016310]:
- File tests/test.m — part of check-in [57b5811d80] at 2011-03-21 13:56:06 on branch trunk — Make use of optional protocols. (user: js, size: 4361) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | #import "XMPPConnection.h" #import "XMPPJID.h" #import "XMPPStanza.h" #import "XMPPIQ.h" #import "XMPPMessage.h" #import "XMPPPresence.h" |
︙ |