Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run agent behaviors without connecting to an XMPP Server? #86

Open
rakeshpimplikar opened this issue Jun 23, 2020 · 1 comment
Open

Comments

@rakeshpimplikar
Copy link

  • SPADE version: 3.1.4
  • Python version: 3.6.8
  • Operating System: Windows 10 64 bit

Description

I have defined a periodic behavior for a simple SPADE agent. When I instantiate the agent with a valid jabber id and password, periodic behavior works fine. If jabber id and password are not valid, it gives login error and periodic behavior doesn't work.

I want to know if it is mandatory to provide a valid jabber id and password. Can we run a SPADE agent normally without connecting it to an XMPP server?

@javipalanca
Copy link
Owner

At the moment it is mandatory to connect to an XMPP server. In the future I would like to implement (myself or some collaborator who volunteers) a plugin to have disconnected agents since there are some applications where it's not necessary to take advantage of XMPP like messaging or presence notification. But for now it's future work...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants