Differences From Artifact [212aa64a08]:
- File src/XMPPJID.m — part of check-in [7545a302b7] at 2012-01-25 17:06:36 on branch trunk — Use strlen instead of strnlen, for compatibility with some systems (user: florob@babelmonkeys.de, size: 4937) [annotate] [blame] [check-ins using]
To Artifact [412684511f]:
- File src/XMPPJID.m — part of check-in [102d421456] at 2012-01-25 19:35:49 on branch trunk — Fix a missing include. (user: js, size: 4958) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <string.h> #include <stringprep.h> #import "XMPPJID.h" #import "XMPPExceptions.h" @implementation XMPPJID |
︙ |