about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Moved xmpp ping to iq moduleJames Booth2014-01-261-1/+1
* Fixed test compilationJames Booth2014-01-181-1/+1
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+1
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-1/+1
* Bind roster functions in main.cJames Booth2013-12-221-0/+1
* Bind presence functions in main.cJames Booth2013-12-221-0/+1
* Bind message functions in main.cJames Booth2013-12-221-0/+1
* Bind iq functions in main.cJames Booth2013-12-221-0/+1
* Bind capabilities functions in main.cJames Booth2013-12-221-0/+1
* Bind bookmark functions in main.cJames Booth2013-12-221-0/+1
* Bind jabber functions in main.cJames Booth2013-12-221-0/+2
* Dynamically bind xmpp module apiJames Booth2013-12-181-49/+49
* Added simple mock test, refactored rosterJames Booth2013-12-141-28/+12
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
* Use passwords from the accounts fileTomás Senart2013-10-141-2/+1
* Implemented /group command with no args (list groups)James Booth2013-06-021-0/+1
* Changed autocomplete for /group and /whoJames Booth2013-06-021-0/+1
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+4
* Added message in console on /roster addJames Booth2013-06-021-1/+2
* Added /roster remove commandJames Booth2013-06-021-0/+1
* Added /roster add commandJames Booth2013-06-011-0/+1
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+1
* Add groups to roster contactsJames Booth2013-05-221-1/+1
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-211-2/+1
* Refactored roster push handlingJames Booth2013-05-211-1/+1
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-1/+1
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-1/+1
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-1/+1
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-0/+1
* Use handle in /msg commandJames Booth2013-05-191-0/+1
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+1
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-0/+18
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-051-0/+2
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-051-1/+1
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+1
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-0/+1
* Added /invite for direct MUC invitationsJames Booth2013-04-201-0/+2
* Show shortened room jid if possible on inviteJames Booth2013-04-181-0/+1
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+5
* Implemented output for /disco infoJames Booth2013-03-141-0/+6
* Show name as well as jid for room listJames Booth2013-03-141-0/+5
* Added /disco commandJames Booth2013-03-141-0/+2
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+1
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-0/+1
* Show available resources for current account with "/account"James Booth2013-02-181-0/+1
* Added autocomplete for /software commandJames Booth2013-02-171-0/+3
* Added /caps commandJames Booth2013-02-171-0/+1
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-1/+1
* Removed presence from jabber_connJames Booth2013-02-101-1/+0
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-2/+2
581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716