Added xmpp_component2 example.

This commit is contained in:
Jerome Sautret
2019-12-26 15:05:34 +01:00
parent e62b7fa0c7
commit ab80709aeb
3 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# xmpp_component2
This program is an example of the simplest XMPP component: it connects to an XMPP server using XEP 114 protocol, perform a discovery query on the server and print the response.