Add namespace doc
This commit is contained in:
parent
9b20f8368a
commit
711a67d6aa
47
doc/namespaces.txt
Normal file
47
doc/namespaces.txt
Normal file
@ -0,0 +1,47 @@
|
||||
matrix{
|
||||
//all matrix functionality
|
||||
sync{
|
||||
//resources for syncing with the server
|
||||
}
|
||||
json{
|
||||
//standard json structures for sending events
|
||||
message{
|
||||
//json for messages
|
||||
infobody{
|
||||
//info member of message
|
||||
thumbnail{
|
||||
//thumbnail details
|
||||
}
|
||||
}
|
||||
}
|
||||
auth{
|
||||
//login/logout type json stuff
|
||||
authbody{
|
||||
//body of auth json
|
||||
}
|
||||
identifierbody{
|
||||
//identifier object of auth json
|
||||
}
|
||||
}
|
||||
stdstrings{
|
||||
rooms{
|
||||
//json room event member names
|
||||
}
|
||||
client{
|
||||
//client event member names
|
||||
}
|
||||
session{
|
||||
//session event member names
|
||||
}
|
||||
events{
|
||||
//matrix standard event type strings eg 'm.text'
|
||||
}
|
||||
}
|
||||
}
|
||||
rest{
|
||||
//rest management structures for urls
|
||||
}
|
||||
}
|
||||
raii{
|
||||
//all supporting raii structures/classes
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user