Add a class for handling JIDs.

This commit is contained in:
Florian Zeitz 2011-02-13 01:36:25 +01:00
parent b64ae746e6
commit 6dc9e5e217
5 changed files with 200 additions and 4 deletions

View file

@ -1,6 +1,6 @@
all: tests/tests
tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m
tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m src/XMPPJID.m
objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc
clean: