Differences From Artifact [e6f55ed039]:
- File src/XMPPConnection.m — part of check-in [93625a9695] at 2012-02-03 16:26:34 on branch trunk — Add xml:lang support. (user: js, size: 26695) [annotate] [blame] [check-ins using]
To Artifact [a92b5f400a]:
- File src/XMPPConnection.m — part of check-in [779fac15b1] at 2012-02-04 11:52:49 on branch trunk — Add the XMPPConnection to xmpp_calback_block_t. (user: js, size: 26716) [annotate] [blame] [check-ins using]
︙ | |||
784 785 786 787 788 789 790 | 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 | - + + | - (void)XMPP_handleIQ: (XMPPIQ*)iq { BOOL handled = NO; XMPPCallback *callback; if ((callback = [callbacks objectForKey: [iq ID]])) { |
︙ |