Differences From Artifact [4505fb0d79]:
- File
tests/test.m
— part of check-in
[a618f77f45]
at
2012-08-10 12:08:23
on branch trunk
— Add very basic Stream Management (XEP-0198) support
This implementation only counts incomming stanzas and
sends ACKs on request.
While basic this already allows servers to write
messages to offline storage that were sent to,
but never received by a client. (user: js, size: 6584) [annotate] [blame] [check-ins using]
To Artifact [99762e7332]:
- File tests/test.m — part of check-in [71cf6454e4] at 2012-09-20 00:35:14 on branch trunk — Handle the connection in the run loop. (user: js, size: 6589) [annotate] [blame] [check-ins using]
︙ | |||
142 143 144 145 146 147 148 | 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | + - + | of_log(@"Auth successful"); } - (void)connection: (XMPPConnection*)conn_ wasBoundToJID: (XMPPJID*)jid { of_log(@"Bound to JID: %@", [jid fullJID]); of_log(@"Supports SM: %@", |
︙ |