Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. username: root
  2. password: password
  3. host: localhost
  4. resource: 5280
  5.  
  6. {mod_register, [
  7. %%
  8. %% After successful registration, the user receives
  9. %% a message with this subject and body.
  10. %%
  11. {welcome_message, {"Welcome!",
  12. "Welcome to a Jabber service powered by De$
  13. "For information about Jabber visit "
  14. "http://www.jabber.org"}},
  15. %% Replace it with 'none' if you don't want to send such mess$
  16. %%{welcome_message, none},
  17.  
  18. %%
  19. %% When a user registers, send a notification to
  20. %% these Jabber accounts.
  21. %%
  22. %%{registration_watchers, ["admin1@example.org"]},
  23. {access, register, [{allow, all}]}
  24. ]},
  25.  
  26. (14:13:30) connection: Activating keepalive.
  27. (14:13:31) jabber: Sending (ssl) (zuber@localhost/5280): <iq type='set' id='purple28d4cf' to='localhost'><query xmlns='jabber:iq:register'><username>zuber</username><password>123456</password></query></iq>
  28. (14:13:31) jabber: Recv (ssl)(163): <iq from='localhost' id='purple28d4cf' type='error'><error code='503' type='cancel'><service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>
  29. (14:13:31) account: Disconnecting account zuber@localhost/5280 (0x7f06e57042b0)
  30. (14:13:31) connection: Disconnecting connection 0x7f06e5606e30
  31. (14:13:31) connection: Deactivating keepalive.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement