Differences From Artifact [e187223fa5]:
- File
src/XMPPConnection.h
— part of check-in
[e6237b123a]
at
2012-02-06 15:17:37
on branch trunk
— Implement roster versioning.
Still needs some testing. (user: js, size: 10986) [annotate] [blame] [check-ins using]
To Artifact [d302059d52]:
- File
src/XMPPConnection.h
— part of check-in
[878cac8ce0]
at
2012-02-17 17:17:10
on branch trunk
— Having a category for each delegate is not required anymore.
This is thanks to XMPPMulticastDelegate. (user: js, size: 10910) [annotate] [blame] [check-ins using]
︙ | |||
359 360 361 362 363 364 365 | 359 360 361 362 363 364 365 | - - - | - (void)XMPP_sendSession; - (void)XMPP_handleSessionForConnection: (XMPPConnection*)connection withIQ: (XMPPIQ*)iq; - (OFString*)XMPP_IDNAToASCII: (OFString*)domain; - (XMPPMulticastDelegate*)XMPP_delegates; /// \endcond @end |