ObjXMPP  Check-in [2e7a482ea5]

Overview
Comment:Add a basic folder structure
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2e7a482ea535bd463247b8a060a3507033de836f24c19759c71eff0ba319641c
User & Date: florob@babelmonkeys.de on 2011-02-11 01:06:53
Other Links: manifest | tags
Context
2011-02-11
01:25
Respectively do Nameprep/SASLPrep on domain name and password check-in: 3dcaf032f2 user: florob@babelmonkeys.de tags: trunk
01:06
Add a basic folder structure check-in: 2e7a482ea5 user: florob@babelmonkeys.de tags: trunk
2011-02-10
23:59
Do Nodeprep on username and add Makefile check-in: d745afc94c user: florob@babelmonkeys.de tags: trunk
Changes

Modified Makefile from [7c3e50b2d0] to [4a6954d906].

1
2
3
4
all: tests

tests: test.m XMPPConnection.m XMPPStanza.m
	objfw-compile -o $@ $^ -lidn -Wall -Werror
|

|
|
1
2
3
4
all: tests/tests

tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m
	objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc

Deleted XMPPConnection.h version [7ed5d921f4].

Deleted XMPPConnection.m version [cdbcbf0e8f].

Deleted XMPPStanza.h version [ba0ddf499e].

Deleted XMPPStanza.m version [5d5d301074].

Deleted XMPPStanza.o version [0345c3b60f].

Added src/XMPPConnection.h version [7ed5d921f4].

Added src/XMPPConnection.m version [cdbcbf0e8f].

Added src/XMPPStanza.h version [ba0ddf499e].

Added src/XMPPStanza.m version [5d5d301074].

Deleted test.m version [3f14c4e76b].

Added tests/test.m version [3f14c4e76b].