Overview
Comment: | Make use of -[elementsForName:]. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fbe5acc6216d9c5efdf9154674c769d9 |
User & Date: | js on 2011-02-19 16:23:36 |
Other Links: | manifest | tags |
Context
2011-02-19
| ||
16:38 | Make XMPPJID conform to OFCopying. check-in: 58db21b120 user: js tags: trunk | |
16:23 | Make use of -[elementsForName:]. check-in: fbe5acc621 user: js tags: trunk | |
15:08 | Remove old attributes before adding new ones. check-in: 51f917ae30 user: js tags: trunk | |
Changes
Modified src/XMPPConnection.m from [162b90dd45] to [c09c538201].
︙ | |||
219 220 221 222 223 224 225 | 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | - - - - - - - | assert(0); } } parser.delegate = elementBuilder; } |
︙ | |||
257 258 259 260 261 262 263 | 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | - + + | [message stringByBase64Encoding]]]; [self sendStanza: authTag]; } - (void)_sendResourceBind { |
︙ | |||
283 284 285 286 287 288 289 | 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 | - - - + + - - - + + - - + + + + + + | [jidElem.children.firstObject stringValue]]; of_log(@"Bound to JID: %@", [JID fullJID]); } } - (void)_handleFeatures: (OFXMLElement*)elem { |
︙ |