1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

added entity & slash to uniform struct

This commit is contained in:
tg(x) 2011-11-01 12:22:30 +01:00
parent 344cdb7996
commit 9d8ceefe0b
3 changed files with 17 additions and 2 deletions

View file

@ -32,8 +32,10 @@ typedef struct {
PsycString body; // the URL without scheme and '//'
PsycString user_host; // mailto and xmpp style
PsycString host_port; // just host:port (and transport)
PsycString root; // root UNI of peer/server
PsycString root; // root UNI
PsycString entity; // entity UNI, without the channel
PsycString slashes; // the // if the protocol has them
PsycString slash; // first / after host
PsycString nick; // whatever works as a nickname
} PsycUniform;