]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OMB/README
retaining compatibility with previous TwitterBridge getMediatype
[quix0rs-gnu-social.git] / plugins / OMB / README
1 OMB (OpenMicroBlogging) plugin
2 ==============================
3
4 This plugin encapsulates OpenMicroBlogging 0.1 functionality. OMB was the
5 original federation protocol for StatusNet, but has been deprecated
6 in favor of OStatus (see the OStatus plugin). This plugin is provided for
7 backward-compatibility with older sites, and for posterity.
8
9 External libraries
10 ------------------
11
12 This is provided with the plugin, but you may wish to use a newer version of
13 the library, if and when it becomes available.
14
15 - libomb. a library for implementing OpenMicroBlogging 0.1
16   http://gitorious.org/libomb
17
18
19 Installation
20 ------------
21
22 [TODO]
23
24 Offline Processing
25 ------------------
26
27 Note: once you have a sizable number of users, sending OMB messages whenever
28 someone posts a message can really slow down your site; it may cause posting
29 to timeout. You may wish to enable queuing and handle OMB communication
30 offline. See the "queues and daemons" section of the main StatusNet README.