mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2018-03-11 Fred Gleason <fredg@paravelsystems.com>
* Converted ripcd(8) to use RDApplication. * Documented a 'Notification' message type in 'docs/apis/notification.xml'. * Added an 'RDMulticaster' class. * Added an 'mcast_recv_test' program in 'tests/'. * Added a 'SYSTEM.NOTIFICATION_ADDRESS' field to the database. * Incremented the database version to 276. * Added an 'Mcast Address for Notifications' control to the 'System-Wide Settings' dialog in rdadmin(1). * Implemented the 'Process Notification' ['ON'] command in ripcd(8). * Added an 'RDRipc::sendNotification()' method. * Added an 'RDRipc::notificationReceived()' signal.
This commit is contained in:
@@ -608,6 +608,26 @@
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="privileged_commands.process_notification">
|
||||
<title>Process Notification</title>
|
||||
<para>
|
||||
Send or Receive an Object Notification
|
||||
</para>
|
||||
<para>
|
||||
<userinput>ON <replaceable>notify</replaceable>!</userinput>
|
||||
</para>
|
||||
<para>
|
||||
Send the <replaceable>notify</replaceable> to all other active
|
||||
Rivendell modules.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
See the Rivendell Notification Protocol API document for a description
|
||||
of the contents of <replaceable>notify</replaceable>.
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user