소스 검색

Add publishing processor

Frédéric Praca 10 달 전
부모
커밋
f20b1597ed
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      nifi-xmpp-processors/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor

+ 2 - 1
nifi-xmpp-processors/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor

@@ -12,4 +12,5 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-fr.chickenkiller.nifi.processors.xmpp.ConsumeXMPP
+fr.chickenkiller.nifi.processors.xmpp.ConsumeXMPP
+fr.chickenkiller.nifi.processors.xmpp.PublishXMPP