Differences From Artifact [ea5e90b255]:
- File XMPPStanza.h — 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: 1036) [annotate] [blame] [check-ins using]
To Artifact [a240967e72]:
- File XMPPStanza.h — part of check-in [ecd03f5b47] at 2011-02-10 21:11:34 on branch trunk — Use int8_t instead of char (user: florob@babelmonkeys.de, size: 1038) [annotate] [blame] [check-ins using]
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 | - + | + presenceWithID: (OFString*)ID_; + presenceWithType: (OFString*)type_; + presenceWithType: (OFString*)type_ ID: (OFString*)ID_; - (void)addShow: (OFString*)show; - (void)addStatus: (OFString*)status; |