cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1611
Views
0
Helpful
4
Replies

Jabber bot using Python

sen2nat
Level 1
Level 1
We created a Jabber Bot application using Python to query the database and returning the results in HTML format. We are seeing an issue with data size limit when returning message to Jabber messenger using Jabber Bot application. The Jabber Bot application to query the database and return the results in HTML format if we ask particular request details. We are seeing some issue with data size and If the query result contains more data ( more records), Jabber is taking more time to send the output message to Client Jabber Messenger. Our program output is very quick in the console, but we are seeing issue with Jabber messenger. We wanted to check with you, Is it possible to increase data transfer memory or buffer in Jabber?.
4 Replies 4

sen2nat
Level 1
Level 1
Can some one help on this?

Jonathan Schulenberg
Hall of Fame
Hall of Fame
You probably want to ask this over on the developer-oriented area of the community:
https://community.cisco.com/t5/audio-and-video-endpoints/bd-p/j-disc-dev-collab-aud-vid-end

 

Thank you Jonathan