ljr/livejournal/doc/raw/int/protocol/xmlrpc.xml

42 lines
1.5 KiB
XML
Raw Permalink Normal View History

2019-02-05 21:49:12 +00:00
<?xml version="1.0"?>
<!DOCTYPE ljxmlrpc SYSTEM "xmlrpc.dtd" [
<!ENTITY authInfo SYSTEM "authinfo.ent.xml">
<!ENTITY useJournals SYSTEM "usejournals.ent.xml">
<!ENTITY useJournal SYSTEM "usejournal.ent.xml">
<!ENTITY friendGroups SYSTEM "friendgroups.ent.xml">
<!ENTITY moods SYSTEM "moods.ent.xml">
<!ENTITY friendsList SYSTEM "friendslist.ent.xml">
<!ENTITY mode.checkfriends SYSTEM "checkfriends.mode.xml">
<!ENTITY mode.consolecommand SYSTEM "consolecommand.mode.xml">
<!ENTITY mode.editevent SYSTEM "editevent.mode.xml">
<!ENTITY mode.editfriendgroups SYSTEM "editfriendgroups.mode.xml">
<!ENTITY mode.editfriends SYSTEM "editfriends.mode.xml">
<!ENTITY mode.friendof SYSTEM "friendof.mode.xml">
<!ENTITY mode.getdaycounts SYSTEM "getdaycounts.mode.xml">
<!ENTITY mode.getevents SYSTEM "getevents.mode.xml">
<!ENTITY mode.getfriendgroups SYSTEM "getfriendgroups.mode.xml">
<!ENTITY mode.getfriends SYSTEM "getfriends.mode.xml">
<!ENTITY mode.login SYSTEM "login.mode.xml">
<!ENTITY mode.postevent SYSTEM "postevent.mode.xml">
<!ENTITY mode.syncitems SYSTEM "syncitems.mode.xml">
]>
<ljxmlrpc>
&mode.login;
&mode.postevent;
&mode.editevent;
&mode.editfriendgroups;
&mode.editfriends;
&mode.getevents;
&mode.getfriends;
&mode.friendof;
&mode.getfriendgroups;
&mode.getdaycounts;
&mode.syncitems;
&mode.checkfriends;
&mode.consolecommand;
</ljxmlrpc>