Still some more documentation
This commit is contained in:
parent
62de6be495
commit
778d9250c6
1 changed files with 11 additions and 0 deletions
|
@ -1,8 +1,19 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @file include/dfrn.php
|
||||||
|
* @brief The implementation of the dfrn protocol
|
||||||
|
*
|
||||||
|
* https://github.com/friendica/friendica/wiki/Protocol
|
||||||
|
*/
|
||||||
|
|
||||||
require_once('include/items.php');
|
require_once('include/items.php');
|
||||||
require_once('include/Contact.php');
|
require_once('include/Contact.php');
|
||||||
require_once('include/ostatus.php');
|
require_once('include/ostatus.php');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This class contain functions to create and send DFRN XML files
|
||||||
|
*
|
||||||
|
*/
|
||||||
class dfrn {
|
class dfrn {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue