Add a class for handling JIDs.
This commit is contained in:
parent
b64ae746e6
commit
6dc9e5e217
5 changed files with 200 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue