mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
Merge branch 'master' of supraverse.net:libpsyc
This commit is contained in:
commit
86e1c54719
2 changed files with 8 additions and 7 deletions
11
README.org
11
README.org
|
@ -7,12 +7,13 @@ libpsyc implements various functions required to use PSYC.
|
|||
|
||||
- See [[http://about.psyc.eu/libpsyc]] for more information on the library.
|
||||
- See [[http://lib.psyc.eu/doc/]] for the API documentation.
|
||||
- See [[http://about.psyc.eu/Specification]] for more information on the new PSYC
|
||||
specification.
|
||||
- See [[http://about.psyc.eu/Specification]] for more information
|
||||
on the new PSYC specification.
|
||||
- See [[http://about.psyc.eu/]] for information on PSYC in general.
|
||||
|
||||
The plain C API located in the include/psyc directory along with the file psyc.h
|
||||
is primarily intended to be used for binding with other languages and frameworks.
|
||||
The plain C API located in the include/psyc directory along with the file
|
||||
psyc.h is primarily intended to be used for binding with other languages
|
||||
and frameworks.
|
||||
|
||||
The LPC binding for psyced is distributed with psyclpc since it is spread
|
||||
over several files (LPC has no simple approach to binding). Other bindings
|
||||
|
@ -76,8 +77,8 @@ into the library, contact either anyone of us directly or just join the
|
|||
developement room at
|
||||
|
||||
- psyc://psyced.org/@welcome
|
||||
- xmpp:*welcome@psyced.org
|
||||
- irc://psyced.org/welcome
|
||||
- xmpp:*welcome@psyced.org
|
||||
|
||||
* License
|
||||
|
||||
|
|
|
@ -86,8 +86,8 @@ need to be mentioned):
|
|||
#+INCLUDE: packets/presence.psyc src psyc
|
||||
|
||||
And this is the same message in PSYC's compact form, but since compact mode
|
||||
hasn't been implemented nor deployed yet, we will not include it
|
||||
in the benchmarks:
|
||||
hasn't been implemented nor deployed yet, you should only consider this
|
||||
for future projects:
|
||||
|
||||
#+INCLUDE: packets/presence-c.psyc src psyc
|
||||
|
||||
|
|
Loading…
Reference in a new issue