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:
parent
344cdb7996
commit
9d8ceefe0b
3 changed files with 17 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue