I am implementing the AIML 2 for BOT libre (http://www.botlibre.com), and working on the SRAIX tag.
It seems like a really cool feature, bots talking to bots, oh my.
But, the spec only defines the tag, not a web API to call a server that supports SRAIX. It seems like it would be more useful if it included a standard web API?
I found,
https://code.google.com/p/program-ab/source/browse/src/org/alicebot/ab/Sraix.java
from Program AB, that seems to use the web API,
http://%s/pandora/talk-xml?botid=%s&custid;=%s&input;=%s
Is that the best standard web API, or are there others?