Public API is in strophe.h, xmpp.h does not exist

Signed-off-by: Jack Moffitt <jack@metajack.im>
This commit is contained in:
Pedro Melo
2009-01-25 10:33:36 -07:00
committed by Jack Moffitt
parent 3a016e884b
commit 8b8fe4a77d

View File

@@ -16,7 +16,7 @@ Once scons is installed, invoke 'scons' in the top-level
directory to build the library. This will create a static
library (also in the top-level) directory which can be
linked into other programs. The public api is defined
in <xmpp.h> which is also in the top-level directory.
in <strophe.h> which is also in the top-level directory.
Invoke 'scons test' in the top-level directory to execute
the unit and self tests.