Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IQRosterPushMapper.php « Db « lib - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b72ef4a716be52b92cf69a2279b97b7150ec532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace OCA\OJSXC\Db;

/**
 * Class IQRosterPushMapper
 *
 * @package OCA\OJSXC\Db
 */
class IQRosterPushMapper extends StanzaMapper
{
}