Results 4 issues of Shiva

I am trying to use xmpppy api for connecting jabber, I have gone through xsend.py for sending messages. But where can i find the other docs or examples for registering...

When i execute the "http_api.py" i am getting the following error.The error is like this $ python http_api.py Server started on port: 8080 ## 127.0.0.1 - - [05/Feb/2015 11:56:14] "GET...

I am trying to send image with sleekxmpp as given in the example "ibb_sender.py"(https://github.com/fritzy/SleekXMPP/tree/develop/examples/ibb_transfer). When i am executing like the following python ibb_sender -d -j [email protected] -r [email protected] -p pass123...

Bug

In the given example https://github.com/fritzy/SleekXMPP/blob/develop/examples/register_account.py , the register method is called when the event is raised. But here i need to call it when a user want to register( I...

Question