Differences From Artifact [6749e640ea]:
- File src/XMPPStanza.m — part of check-in [29d84637d6] at 2011-04-25 23:04:34 on branch trunk — Improve +[XMPPStanza stanzaWithElement:]. (user: js, size: 4818) [annotate] [blame] [check-ins using]
To Artifact [e142fdac99]:
- File src/XMPPStanza.m — part of check-in [39a1c76b23] at 2011-05-12 17:49:58 on branch trunk — Fix namespace handling. (user: js, size: 4848) [annotate] [blame] [check-ins using]
︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | - + + | ID: ID_]; } - initWithName: (OFString*)name_ type: (OFString*)type_ ID: (OFString*)ID_ { |
︙ |